Your message dated Tue, 20 May 2014 20:37:55 -0700 (PDT)
with message-id <[email protected]>
and subject line Re: Bug#377768
has caused the Debian Bug report #377768,
regarding emacs: Shell completion features search wrong directory for
in-directory word completion
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
377768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377768
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs
Version: 21.4.1
Severity: normal
When I have a buffer open to a file in one directory (such as, say,
"/dir1/afile[1-3]", and I have a shell open in emacs and cd to a different
directory, such as "/dir2/afile[4-6]", entering something like 'ls f' and
trying to use the TAB key to expand out possible completions of a word gives
the correct listings for /dir1, not /dir2 (that is, it will give file1, file2,
and file3, not file4, file5, and file6).
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---
I can't reproduce this in the current Emacs, 24.3.
Note that it can happen that the Emacs shell buffer loses track of which
directory you are in,
eg if you use a non-standard command to change directories.
If so, just use M-x shell-resync-dirs to fix things.
If you still have issues with 24.3, I suggest opening a new report
directly with upstream.
--- End Message ---