bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9161: 24.0.50; incorrect completion-at-point in *shell* buffer


From: Kenichi Handa
Subject: bug#9161: 24.0.50; incorrect completion-at-point in *shell* buffer
Date: Sun, 24 Jul 2011 21:32:49 +0900

With the latest trunk Emacs, the command completion-at-point
(TAB) in *shell* buffer yields wrong completion.

Provided that you have a single directory '0 a'.
% ls 0<TAB>
is completed to
% ls 0\ a

But,
% cd 0<TAB>
is completed to
% cd 0 a

Note that the space between '0' and 'a' is not escaped by '\'.

---
Kenichi Handa
handa@m17n.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]