zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@cambridgesiliconradio.com>
To: zsh-workers@sunsite.auc.dk (Zsh hackers list)
Subject: Re: PATCH: _zstyle additions
Date: Thu, 18 May 2000 09:54:53 +0100	[thread overview]
Message-ID: <0FUQ007APZFGJQ@la-la.cambridgesiliconradio.com> (raw)
In-Reply-To: "Your message of Thu, 18 May 2000 09:07:53 +0200." <200005180707.JAA01443@beta.informatik.hu-berlin.de>

Sven wrote
> > old-list and old-menu never got added to _zstyle.  I found I had to set
> > old-menu to true for it to take effect.  It should be on by default, I
> > think?  If so the zstyle command needs to have -T instead of -t.
> 
> I'd say that it's your completer, so you decide...

The manual says it's on by default, it must have got turned off during some
rewrite.


Bart wrote:
> > The most common usage for telnet in my experience is
> > not to specify the host on the command line, even if you give the port.
> 
> Eh?  In my experience, telnet won't let you specify a port without a host.

I meant `user', not `host'.

Index: Completion/Core/_oldlist
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Core/_oldlist,v
retrieving revision 1.5
diff -u -r1.5 _oldlist
--- Completion/Core/_oldlist	2000/04/12 09:28:57	1.5
+++ Completion/Core/_oldlist	2000/05/18 08:51:08
@@ -40,7 +40,7 @@
   compstate[old_list]=keep
   return 0
 elif [[ $WIDGET = *complete(|-prefix|-word) ]] &&
-     zstyle -t ":completion:${curcontext}:" old-menu; then
+     zstyle -T ":completion:${curcontext}:" old-menu; then
   if [[ -n $compstate[old_insert] ]]; then
     compstate[old_list]=keep
     if [[ $WIDGET = *reverse* ]]; then

-- 
Peter Stephenson <pws@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


  reply	other threads:[~2000-05-18  8:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-18  7:07 Sven Wischnowsky
2000-05-18  8:54 ` Peter Stephenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-05-18  9:16 Sven Wischnowsky
2000-05-17 15:35 Peter Stephenson

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=0FUQ007APZFGJQ@la-la.cambridgesiliconradio.com \
    --to=pws@cambridgesiliconradio.com \
    --cc=zsh-workers@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).