zsh-users
 help / color / mirror / code / Atom feed
* Since pws13...
@ 2000-01-11 11:47 Francis GALIEGUE
  2000-01-11 17:37 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Francis GALIEGUE @ 2000-01-11 11:47 UTC (permalink / raw)
  To: zsh-users

... the completion machine seems broken on some critical points :(

In perticular, if setopt correct is set, I get:

fg!toy ~ $ rpm -qa L
zsh: correct 'rpm' to 'rpmf' [nyae]?

(L is a global alias for "|less")

Before that, it tried to correct rpm to _rpm, which is not what I want
either...

Same for su, which zsh tries to replace with sum, even though su does
exist and is installed, and other things like that too...

Secondly, cd completion is broken too :( Multipart
(/us/sh/zs/f/U<TAB>) and most simply directory completion (/usr/<TAB>)
just won't work anymore, and I have no idea why. It will work only
in certain circumstances which I cannot isolate...

Relevant lines in ~/.zshrc:

_compdir=/usr/share/zsh/functions/Core
[[ -z $fpath[(r)$_compdir] ]] && fpath=($fpath $_compdir)
autoload -U compinit
compinit

Are they wrong?

-- 
fg

# rm *;o
o: command not found


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

end of thread, other threads:[~2000-01-12 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-11 11:47 Since pws13 Francis GALIEGUE
2000-01-11 17:37 ` Bart Schaefer
2000-01-12 17:24   ` Francis GALIEGUE

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).