From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with ESMTP id TAA04737 for ; Wed, 21 Feb 1996 19:52:23 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id DAA00030; Wed, 21 Feb 1996 03:34:57 -0500 (EST) Resent-Date: Wed, 21 Feb 1996 03:34:57 -0500 (EST) Message-Id: <199602210834.DAA00014@euclid.skiles.gatech.edu> Date: Wed, 21 Feb 1996 09:34:23 +0100 From: "Bas V. de Bakker" To: zsh-workers@math.gatech.edu In-Reply-To: Wayne Davison's message of Tue, 20 Feb 1996 11:41:49 -0800 Subject: Re: 2.6b13 history question References: <7271.9602190912@pyro.swan.ac.uk> <199602201941.LAA07816@clari.net> Resent-Message-ID: <"kbpzB2.0.N.majAn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/780 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Wayne Davison writes: > While I like the lack of added spaces, I don't like the fact that > hist_ignore_space doesn't strip (non essential) double and trailing > spaces. I would like to see this option restored. It never did such a thing. The hist_ignore_space option makes commands lines starting with a space not appear in the history list. It did and still does. The fact that those spaces you mention were removed had nothing to do with this option. Bas.