Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Tue, 7 Dec 2004 12:45:55 -0800 (PST)
From: "Peter A. Castro" <doctor@fruitbat.org>
To: Andrew Markebo <andrew.markebo@comhem.se>
cc: cygwin@cygwin.com
Subject: Re: Firing up latest zsh with latest cygwin OOPS!
In-Reply-To: <m3hdmymh3y.fsf@flognat.dyndns.org>
Message-ID: <Pine.LNX.4.53.0412071242410.11744@gremlin.fruitbat.org>
References: <m37jnvo7px.fsf@flognat.dyndns.org> <m33byjo6nq.fsf@flognat.dyndns.org> <m3vfbfmiy6.fsf@flognat.dyndns.org> <Pine.LNX.4.53.0412061059260.11407@gremlin.fruitbat.org> <m3hdmymh3y.fsf@flognat.dyndns.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-IsSubscribed: yes

On Tue, 7 Dec 2004, Andrew Markebo wrote:

> Been messing around with my .zshell initfiles I have noticed that it
> is my configuration of history file that makes it hang.
>
> setopt HISTIGNOREDUPS HISTIGNORESPACE EXTENDED_HISTORY
> setopt INC_APPEND_HISTORY SHARE_HISTORY
> HISTSIZE=200
> SAVEHIST=200
> HISTFILE=~/.history
>
> Commenting out HISTFILE the shell starts. This works for an old
> 4.0.7 version of zsh

Commenting out HISTFILE means no history will be written.  Are there any
special permissions/ownership on ~/.history ?  Is this file being used
by, say, bash or some other file at the same time?  Might could be a
locking issue, but it's strange that it just now is occuring.  Try
changing the name of HISTFILE to something else, like ~/.zhistory and see
if it still hangs.

>       /Andy

-- 
Peter A. Castro <doctor@fruitbat.org> or <Peter.Castro@oracle.com>
	"Cats are just autistic Dogs" -- Dr. Tony Attwood

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

