On Jan 16, 2008 2:12 PM, Jörg Sommer wrote: > Hi Mikael, > > "Mikael Magnusson" wrote: > > On 14/01/2008, Jörg Sommer wrote: > >> Hi, > >> > >> how do I tell zsh that I take a completion? When I complete > >> /usr/s I get /usr/sbin. Pressing TAB again gives me > /usr/share, > >> but I want to see the files in /usr/sbin. How to do this? > > > > Press / > > That's not really useful when you complete something else than > directories. It there really nothing else than stop the completion and > start a new one? If I understand what you mean, perhaps accept-and-menu-complete does what you want? ls hello. hello.C hello.cpp hello.exe* hello.obj* then another yields: ls hello.C M-x accept-and-menu-complete yields: ls hello.C hello.cpp HTH, Vin