zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
To: "Mark G. Sobell" <mark@sobell.com>
Cc: zsh-users@sunsite.auc.dk (Zsh users list)
Subject: Re: zsh questions
Date: Tue, 15 Aug 2000 21:57:40 +0100	[thread overview]
Message-ID: <E13Onll-00002r-00.2000-08-15-21-57-09@cmailg2.svr.pol.co.uk> (raw)
In-Reply-To: ""Mark G. Sobell""'s message of "Mon, 14 Aug 2000 07:59:37 PDT." <005901c00600$5261ed50$19859dd1@zach.sobell.com>

"Mark G. Sobell" wrote:
> Hi Peter --
> 
> Forgive me if you are not the person to answer these questions; perhaps
> you would be good enough to pass this on to the  right person?
> 
> I'm revising my Linux book and have noticed that a couple of things have
> changed in zsh. If you could tell me if these are changes, bugs, or
> something else I would appreciate it.  If they are bugs, when do you
> expect them to be fixed?
> 
> Also, is there someone there who would like to review my zsh chapter
> before it goes into print?
> 
> --------------------------------
> 
> Under Red Hat 6.2 i386 (kernel 2.2.14-5.0)
> 
> I have tried these on ZSH_VERSION=3.1.6-pws-9 and ZSH_VERSION=3.0.7.
> 
> after giving the command bindkey -v
> 
> ESCAPE = lists possible completions for partial filenames entered on
> the command line. (fails on 3.1.6)
> 
> TAB used to extend partial filenames as far as possible (fails on both
> versions)
> 
> 
> Are the widgets or assigned keys changing or is something else going on?
> 
> Thank you for your help,
> 
>                      Mark

Hi Mark,

I'm not a real vi mode expert, since I tend to use emacs mode, so I'm
copying this to the mailing list to see if anyone knows more about it.  I
do know one thing has changed sometime during the 3.x series: the bindings
for insert mode and command mode are now completely separate, whereas
earlier they were interdependent in a slightly ugly way.  For the TAB
problem, maybe

bindkey -a '^i' expand-or-complete

fixes things?  TAB is bound in insert mode, but apparently not command
mode; maybe someone else remembers this changing (it would have been a few
years ago now).  The -a refers to the `alternate' key map, which is the
command mode map.  Something similar may be going on with the other, but
I'd better leave it to someone who knows that better or I'll get in a
tangle.

I'd be happy to read through your chapter on zsh; there may be other
takers.

Regards,
Peter Stephenson

-- 
Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
Work: pws@csr.com
Web: http://www.pwstephenson.fsnet.co.uk


       reply	other threads:[~2000-08-15 20:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <005901c00600$5261ed50$19859dd1@zach.sobell.com>
2000-08-15 20:57 ` Peter Stephenson [this message]
2000-08-17 15:46   ` 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=E13Onll-00002r-00.2000-08-15-21-57-09@cmailg2.svr.pol.co.uk \
    --to=pws@pwstephenson.fsnet.co.uk \
    --cc=mark@sobell.com \
    --cc=zsh-users@sunsite.auc.dk \
    /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).