chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
47539e6
)
dot/emacs: Twiddle `{shell,comint}-file-name-chars'.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 8 Apr 2010 19:34:16 +0000
(20:34 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 8 Apr 2010 19:34:16 +0000
(20:34 +0100)
At last, command completion works properly.
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index c53cdaa19fadf242027738461f3205c7458570d7..98852a4bd253bbf303578f7b0b5c8dbec7498cbf 100644
(file)
--- 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.