help-gnu-emacs
[Top][All Lists]
Advanced

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

"Wrong type argument: stringp, nil"??


From: Johs
Subject: "Wrong type argument: stringp, nil"??
Date: Mon, 28 Aug 2006 08:44:16 +0200
User-agent: KNode/0.8.1

I have an .emacs file that only contains:

(if(string-match "^app"(getenv "HOSTNAME"))
(add-hook 'text-mode-hook 'flyspell-mode))

But when I start emacs I get the error:

"Wrong type argument: stringp, nil"

If I comment out the above two lines I get no error.

Any ideas?


reply via email to

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