emacs-pretest-bug
[Top][All Lists]
Advanced

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

flyspell-mode fails in non-existing directory


From: Nikolaj Schumacher
Subject: flyspell-mode fails in non-existing directory
Date: Sun, 13 May 2007 16:50:18 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (darwin)

Hello,

after finding a new file in a not yet created directory, flyspell-mode
fails with:

(file-error "Setting current directory" "no such file or directory"
            "/Users/nik/Desktop/foo/")
  start-process("ispell" nil "aspell" "-a" "-m" "-d" "en"
                "--encoding=utf-8")
  apply(start-process "ispell" nil "aspell" "-a" "-m"
        ("-d" "en" "--encoding=utf-8"))
  ispell-start-process()
  ispell-init-process()
  ispell-buffer-local-words()
  ispell-accept-buffer-local-defs()
  flyspell-accept-buffer-local-defs(force)
  flyspell-mode-on()
  flyspell-mode(toggle)

ispell seems to work around this for synchronous processes, but apparently not
for `start-process'.

regards,
Nikolaj Schumacher




reply via email to

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