zsh-users
 help / color / mirror / code / Atom feed
* 3.1.9 completion problems: automounter
@ 2000-09-11 14:36 E. Jay Berkenbilt
  2000-09-11 17:33 ` more wishes with automounter Alexandre Duret-Lutz
  2000-09-12  5:20 ` 3.1.9 completion problems: automounter Bart Schaefer
  0 siblings, 2 replies; 7+ messages in thread
From: E. Jay Berkenbilt @ 2000-09-11 14:36 UTC (permalink / raw)
  To: zsh-users


I have /home set up to use an automounter.  Therefore, directories
under /home doesn't exist until I specifically access them.  As an
example, we have a directory called /home/sysadmin.  If I type

ls /home/sysadmin/

and hit TAB, I get no completions because zsh doesn't appear to
attempt to access /home/sysadmin at this point.  It only accesses
/home to see whether sysadmin exists, which it doesn't.  I have to do
something explicit to access /home/sysadmin first before I can use
completion.

Under tcsh, ls /home/sysadmin/ TAB works because tcsh actually
accesses /home/sysadmin before deciding whether it exists or not.

I'd like to know whether there is a way to get zsh to try to access
/home/sysadmin before deciding that there are no completions that
start from it.  Note: I am NOT looking for a way to type /home/sys TAB
and get sysadmin.  I am only looking for a way to get zsh to try
accessing the directory before deciding that it doesn't exist.

--
E. Jay Berkenbilt (ejb@ql.org)  |  http://www.ql.org/q/


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

end of thread, other threads:[~2000-09-13 15:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-11 14:36 3.1.9 completion problems: automounter E. Jay Berkenbilt
2000-09-11 17:33 ` more wishes with automounter Alexandre Duret-Lutz
2000-09-12  6:58   ` Bart Schaefer
2000-09-13  9:32     ` Alexandre Duret-Lutz
2000-09-13 15:02       ` Bart Schaefer
2000-09-12  5:20 ` 3.1.9 completion problems: automounter Bart Schaefer
2000-09-12  6:14   ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).