zsh-workers
 help / color / mirror / code / Atom feed
* Completion and global aliases
@ 1999-06-09  2:43 Wayne Davison
  1999-06-09  6:15 ` PATCH: " Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Wayne Davison @ 1999-06-09  2:43 UTC (permalink / raw)
  To: ZSH workers mailing list

I figured out what was going wrong with getting completion running
with my setup.  The running of the completion code is apparently
being affected by all my global aliases.  I happen to have a global
alias named "X" that is getting expanded by a completion script and
is causing a syntax error.

This brings up the issue:  shouldn't completion really be running in
a pre-defined environment, not the user's current environment?
I.e.  I don't want all my interactive options, aliases, etc. to
affect the running of the scripts.

It seems to me like we need the code that runs the completion
scripts to switch over to its own options/aliases/whatever-else
and then switch back when it finishes.

..wayne..


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-09  2:43 Completion and global aliases Wayne Davison
1999-06-09  6:15 ` PATCH: " Bart Schaefer
1999-06-09  7:48   ` Peter Stephenson
1999-06-09 15:40     ` 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).