all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#29498: M-x shell tab expansions fooled into thinking >| should be like |
@ 2017-11-29  7:38 積丹尼 Dan Jacobson
  0 siblings, 0 replies; only message in thread
From: 積丹尼 Dan Jacobson @ 2017-11-29  7:38 UTC (permalink / raw)
  To: 29498

M-x shell
$ date >    <TAB> # give no expansions. Bad.
$ date >  ./<TAB> # gives filenames. Good.
$ date >|   <TAB> # give no expansions. Bad.
$ date >| ./<TAB> # gives executables and subdirectories. Bad.
So M-x shell tab expansions are fooled into thinking >| should be like |
when in fact it should be like >.
And also there are Bad cases 1 and 2 above that need fixing.
emacs-version "25.2.2"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-29  7:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-29  7:38 bug#29498: M-x shell tab expansions fooled into thinking >| should be like | 積丹尼 Dan Jacobson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.