emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Starting ispell in some fixed directory


From: Stefan Monnier
Subject: Re: Starting ispell in some fixed directory
Date: Thu, 05 Oct 2006 18:43:34 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> #> -       (let ((process-connection-type ispell-use-ptys-p))
> #> +       (let ((process-connection-type ispell-use-ptys-p)
> #> +              (default-directory (if (member system-type '(cygwin 
> windows-nt)) temporary-file-directory default-directory)))

Rather than testing system-type, why not test that temporary-file-directory
exists?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]