Only handle ".." and '..' quoting in shell-mode.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 May 2012 16:58:35 +0000 (12:58 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 15 May 2012 16:58:35 +0000 (12:58 -0400)
commit2473256d7b660edc5c1525163b2e9917d6ebf18d
treebb21474889ee68bee3259e7711f40320fbbcb369
parentfdb058c22800a2cce782c74ee3e3918b432b271c
Only handle ".." and '..' quoting in shell-mode.
* lisp/shell.el (shell--unquote&requote-argument, shell--unquote-argument)
(shell--requote-argument): New functions.
(shell-completion-vars): Use them.
(shell--parse-pcomplete-arguments): Rename from
shell-parse-pcomplete-arguments.
* lisp/comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
(comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
Obey comint-file-name-quote-list.

Fixes: debbugs:11466
lisp/ChangeLog
lisp/comint.el
lisp/shell.el