all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* more shell-pcomplete UI regressions
@ 2002-03-13  2:55 Noah Friedman
  2002-03-13  4:48 ` John Wiegley
  0 siblings, 1 reply; 3+ messages in thread
From: Noah Friedman @ 2002-03-13  2:55 UTC (permalink / raw)
  Cc: emacs-devel

I cannot complete file names that have spaces in them, even if I put
backslashes in front of the spaces.

For instance this used to work:

    ~ $ ls /com/mp3/albums/King\ Cr<TAB>
    -| ~ $ ls /com/mp3/albums/King\ Crimson/

But now I get no matches even though "King Crimson" shows up in the
completions window if I type King<TAB>.  (If I pick some name that doesn't
have many possible completions then one of them is inserted into the
buffer; but if there are many, there is currently no way for me to finish
the match manually so that the rest will complete.)

Also, this fails:

    ~ $ ls '/com/mp3/albums/King<TAB>
    ->  (file-error "Opening directory" "no such file or directory" "/home/friedman/'/com/mp3/albums/")

In the old comint-dynamic-complete world, the leading quote enables
comint-dynamic-complete to insert filenames without backslashifying all the
spaces or other shell metacharacters.

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-03-13  5:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-13  2:55 more shell-pcomplete UI regressions Noah Friedman
2002-03-13  4:48 ` John Wiegley
2002-03-13  5:25   ` Miles Bader

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.