X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/68b2e9e629557d2e5c4ae227fbec038e2839d09c..83a3b1eb8d1f365d50342de6c7a2f1c10eb9635a:/dot/emacs diff --git a/dot/emacs b/dot/emacs index c53cdaa..98852a4 100644 --- a/dot/emacs +++ b/dot/emacs @@ -770,7 +770,9 @@ (setq shell-prompt-pattern "^[^]#$%>»}\n]*\\([]#$%»}]\\|>>?\\) *") (setq comint-password-prompt-regexp (concat "\\(\\([Ee]nter \\|[Oo]ld \\|[Nn]ew \\|[a-zA-Z0-9_]*'s \\|^\\)" - "[Pp]assword\\|pass phrase\\):")) + "[Pp]assword\\|pass phrase\\):") + comint-file-name-chars "~/A-Za-z0-9+@:_.$#%,={}-" + shell-file-name-chars comint-file-name-chars) ;; Notice passwords, and make C-a work right.