zsh-workers
 help / color / mirror / code / Atom feed
From: Anthony Iano-Fletcher <Anthony.Iano-Fletcher@cbel.dcrt.nih.gov>
To: Zsh-workers@math.gatech.edu
Subject: completion again
Date: Fri, 6 Jun 1997 12:12:31 -0400 (EDT)	[thread overview]
Message-ID: <199706061612.MAA02991@argo.dcrt.nih.gov> (raw)

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



                 reply	other threads:[~1997-06-06 16:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199706061612.MAA02991@argo.dcrt.nih.gov \
    --to=anthony.iano-fletcher@cbel.dcrt.nih.gov \
    --cc=Zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).