zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-workers@sunsite.auc.dk
Subject: Re: compadd -f with IPREFIX.
Date: Fri, 21 May 1999 15:18:32 +0200 (MET DST)	[thread overview]
Message-ID: <199905211318.PAA01688@beta.informatik.hu-berlin.de> (raw)
In-Reply-To: Tanaka Akira's message of 19 May 1999 02:11:15 +0900


Tanaka Akira wrote:

> In article <199905180954.LAA16898@beta.informatik.hu-berlin.de>,
>   Sven Wischnowsky <wischnow@informatik.hu-berlin.de> writes:
> > So the question to everyone is: should we change this to make -[rR]
> > work even on automatically added suffixes?
> 
> It's consistent and useful, I suppose.

Yes, maybe. And since this is only with explicitly given characters or 
functions to remove the suffix, it won't interfere with previous
behavior anyway.

Bye
 Sven

diff -u os/Zle/zle_tricky.c Src/Zle/zle_tricky.c
--- os/Zle/zle_tricky.c	Thu May 20 08:32:47 1999
+++ Src/Zle/zle_tricky.c	Fri May 21 15:13:30 1999
@@ -7112,9 +7112,13 @@
 		menuinsc++;
 		if (menuwe)
 		    menuend++;
-		if ((!menucmp || menuwe) && isset(AUTOREMOVESLASH)) {
-		    makesuffix(1);
-		    suffixlen['/'] = 1;
+		if (!menucmp || menuwe) {
+		    if (m->remf || m->rems)
+			makesuffixstr(m->remf, m->rems, 1);
+		    else if (isset(AUTOREMOVESLASH)) {
+			makesuffix(1);
+			suffixlen['/'] = 1;
+		    }
 		}
 	    }
 	}

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


             reply	other threads:[~1999-05-21 13:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-21 13:18 Sven Wischnowsky [this message]
1999-05-29  8:15 ` Bart Schaefer
  -- strict thread matches above, loose matches on Subject: below --
1999-05-31  7:03 Sven Wischnowsky
1999-05-18  9:54 Sven Wischnowsky
1999-05-18 17:11 ` Tanaka Akira
1999-05-18  7:15 Sven Wischnowsky
1999-05-18  9:47 ` Tanaka Akira
1999-05-18  6:27 Tanaka Akira

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=199905211318.PAA01688@beta.informatik.hu-berlin.de \
    --to=wischnow@informatik.hu-berlin.de \
    --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).