zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Timothy J Luoma <luomat+Lists/Zsh/workers@luomat.peak.org>
Subject: Re: 'remove slash' bug
Date: Mon, 15 Jun 1998 11:28:48 -0700	[thread overview]
Message-ID: <980615112848.ZM5194@candle.brasslantern.com> (raw)
In-Reply-To: <199806151634.MAA27418@luomat.peak.org>

On Jun 15, 12:34pm, Timothy J Luoma wrote:
> 
> $ cd /usr/loca/bin
> 
> left-arrow over to between the "c" and "a" in "loca" and hit tab -- NOTHING.
> 
> left-arrow over to between the "a" and "/" in "loca/bin" and hit tab --  
> completed to the end and cursor goes to the end of "/bin/"
> 
> Shouldn't the cursor between the "c" and the "a" be enough?

It is if you have glob_complete set.  Without glob_complete, the stuff to
the right of the cursor has to match exactly.  (Think of completion as if
it inserted a "*" at the cursor and then expanded the word.  When you set
glob_complete, it also sticks a "*" at the end of the word and tries again.)


       reply	other threads:[~1998-06-15 18:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199806141357.NAA02238@tgape.ed.vnet>
     [not found] ` <980614141639.ZM315@candle.brasslantern.com>
     [not found]   ` <19980615094927.A24448@mail.kappa.ro>
     [not found]     ` <199806151634.MAA27418@luomat.peak.org>
1998-06-15 18:28       ` Bart Schaefer [this message]
     [not found]         ` <19980615154050.42933@bleep.ishiboo.com>
1998-06-15 22:03           ` Bart Schaefer

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=980615112848.ZM5194@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=luomat+Lists/Zsh/workers@luomat.peak.org \
    /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).