Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Add a pindex for each of the shell options without underscores.
- X-seq: zsh-workers 26535
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: [PATCH] Add a pindex for each of the shell options without underscores.
- Date: Sun, 8 Feb 2009 16:34:20 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=smjpErHc4it0p31iGKqkTW+IfaUQRZJgSCwboXR0Zgw=; b=B7LJzqxcbtoHUPB/p3vPk9SPXuwimx2LiCEWbHgh4IZKAtR2box9Kxi7OWVYeRWfIt It5HNAiryQo3GzGBzjYrNx+bDUMtfY0C2gC2mxlF87FASfzD33A76z3nMYAAKnum/NDo 9NxuJ5A5bENxZVjpeXXodEJZ1ULh65fY6zFAg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=SKXAhiM0X32QSowsN+Eq+9JIleYnN8E8uJnKmFDoZSgYBFeiFjI8ieK2zvqnnxSmDf 05dRwf4TCIrx2/LlN+vZsYSUQh1i3I7ot9OTUCWQIODiNYSQgWly1kYtnhaCkzwQLQj2 WuP8Py7FZ7xl4JJtcfr6ZQf3z8h4gnBLSHN+k=
- In-reply-to: <20090207214557.GA9174@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090207214557.GA9174@xxxxxxxxxx>
On Sat, Feb 7, 2009 at 22:45, Allan Caffee <allan.caffee@xxxxxxxxx> wrote:
> -This also applies to the `tt(.)' builtin.
> +This also applies to the tt(.) builtin.
I assume this is a mistake.
From 9d515c899180bf0adb1d444045a98321322c0568 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@xxxxxxxxxxxxx>
Date: Sun, 8 Feb 2009 16:27:17 +0100
Subject: [PATCH] Revert mistake in Allan Caffe's patch
I assume this is an honest mistake as it does not make any sense
otherwise.
---
Doc/Zsh/options.yo | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 7082239..a888034 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -924,7 +924,7 @@ Thus if `tt(/usr/local/bin)' is in the user's
path, and he or she types
(assuming it exists).
Commands explicitly beginning with `tt(/)', `tt(./)' or `tt(../)'
are not subject to the path search.
-This also applies to the tt(.) builtin.
+This also applies to the `tt(.)' builtin.
Note that subdirectories of the current directory are always searched for
executables specified in this form. This takes place before any search
--
1.5.6.5
From 9d515c899180bf0adb1d444045a98321322c0568 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@xxxxxxxxxxxxx>
Date: Sun, 8 Feb 2009 16:27:17 +0100
Subject: [PATCH] Revert mistake in Allan Caffe's patch
I assume this is an honest mistake as it does not make any sense
otherwise.
---
Doc/Zsh/options.yo | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 7082239..a888034 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -924,7 +924,7 @@ Thus if `tt(/usr/local/bin)' is in the user's path, and he or she types
(assuming it exists).
Commands explicitly beginning with `tt(/)', `tt(./)' or `tt(../)'
are not subject to the path search.
-This also applies to the tt(.) builtin.
+This also applies to the `tt(.)' builtin.
Note that subdirectories of the current directory are always searched for
executables specified in this form. This takes place before any search
--
1.5.6.5
Messages sorted by:
Reverse Date,
Date,
Thread,
Author