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

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

eshell/pcomplete: substring completion


From: Kai Grossjohann
Subject: eshell/pcomplete: substring completion
Date: Tue, 24 Aug 2004 17:44:30 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Is it possible to get zsh-style substring completion in
eshell/pcomplete?

zsh substring completion works like this: Say the user typed "xy" as a
filename and then hit TAB.  Then zsh looks to see if any of the
filenames starts with "xy".  If there are any, normal completion is
performed.

The interesting case, the one that I'm talking about, is that there is
no filename starting "xy".  Then zsh looks for filenames where "xy" is
a substring.  It offers all those as the list of completions, and it
also moves point to before the substring entered.

Substring completion works within directories, that is, typing
foo/bar/xy and then TAB means that the directory foo/bar is taken
as-is, and "xy" is substring-completed within that directory.

Kai





reply via email to

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