zsh-workers
 help / color / mirror / code / Atom feed
* completion again
@ 1997-06-06 16:12 Anthony Iano-Fletcher
  0 siblings, 0 replies; only message in thread
From: Anthony Iano-Fletcher @ 1997-06-06 16:12 UTC (permalink / raw)
  To: Zsh-workers

Hi,

	Ok Ive installed zsh 3.1.2. Lets visit my complete
problems again......

	$ zsh -f
	argo% ls /et<TAB>
--->	argo% ls /etc/
	argo% ls /etc/<TAB>
--->	zsh: do you wish to see all 191 possibilities? n

	argo% bindkey ^I expand-or-complete-prefix
	argo% ls /et<TAB>
--->	argo% ls /etc/
	argo% ls /etc/<TAB>
--->	argo% ls /etc/

So if you let expand-or-complete-prefix expand the directory name
then you cant get complete on the contents. If you type anything
then this clears some flag some where and completion can 
continue.

expand-or-complete-prefix should act exactly like expand-or-complete
when invoked at the end of a word.

Next:

	$zsh -f
	argo% bindkey -e
	argo% echo $NNTPSERVER 
	news.nih.gov
	argo% setopt completeinword
	argo% echo $NNR      		<- backspace to over the R
					   and hit TAB.
---->	argo% echo $NNTPSERVER 		<- with the cursor over the R.
					   Hit return....
---->	  
	argo% ^P
	argo% echo $NNTPSERVR  _	<- lost E and cursor 2 spaces
					   to the right!

	   
Firstly, can anyone else confirm these behaviours and 
secondly, can anyone fix them?

			Anthony :-)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-06-06 16:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-06-06 16:12 completion again Anthony Iano-Fletcher

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