Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

completion position



Hi,

I can't find how to move the completion cursor position :
i've always that :

shell> cd /usr/<tab>				_
X11R6/            i486-linuxlibc1/  local/            spool/
bin/              include/          man/              src/
doc/              info/             sbin/
games/            lib/              share/

and if i press again <tab> :

shell> cd /usr/					X11R6/
X11R6/            i486-linuxlibc1/  local/            spool/
bin/              include/          man/              src/
doc/              info/             sbin/
games/            lib/              share/

this is not a real problem but where it is so funny it's when i try 
to backward on history with the up cursor key:

shell> cd /usr/					man tidy

the commands have wrote at the completion position and not at the
end of the shell prompt !

I can't find how to modify that...

notify I use screen (Screen version 3.09.05 (FAU) 1-Sep-99)

mglcel@amnesty mglcel-> export | grep TERM
TERM=screen
TERMCAP='SC|screen|VT 100/ANSI X3.64 virtual terminal:\

the zsh version is the 3.1.6 compiled but the actual zsh .deb version
make me the same thing.

with a 'setopt SINGLE_LINE_ZLE' the completion cursor position is
right a the end of the actual word to be completed but i've always
a problem with this backward in my history.

mglcel@amnesty setup-> setopt
autocd
noautoparamslash
autopushd
autoresume
nobgnice
cdablevars
noclobber
correct
correctall
extendedglob
globdots
histignoredups
interactive
longlistjobs
mailwarning
monitor
pushdminus
pushdsilent
pushdtohome
rcquotes
recexact
shinstdin
zle

but if i remove these options :

setopt   notify globdots correct pushdtohome cdablevars autolist
setopt   correctall autocd recexact longlistjobs
setopt   autoresume histignoredups pushdsilent noclobber
setopt   autopushd pushdminus extendedglob rcquotes mailwarning
unsetopt bgnice autoparamslash

the problem is always here.

Thx for some answers or indications.

-- 
---

 Mglcel
 mglcel@xxxxxxxxxxx

It's simply unbelievable how much energy and creativity people have
invested into creating contradictory, bogus and stupid licenses...
        --- Sven Rudolph about licences in debian/non-free.




Messages sorted by: Reverse Date, Date, Thread, Author