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

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

Re: Problem with the signature in 21.3


From: Kai Großjohann
Subject: Re: Problem with the signature in 21.3
Date: Wed, 30 Apr 2003 16:43:03 +0200
User-agent: Gnus/5.09002 (Oort Gnus v0.20) Emacs/21.3.50 (gnu/linux)

Peter Wu <peterw@hotmail.com> writes:

> message-signature's value is 
> (lambda nil
>   (shell-command-to-string "$HOME/.signature"))

That looks like a strange value.  It tries to call $HOME/.signature as
a program and then uses the output of that program.  I guess that
$HOME/.signature is not a program on your system.

How about this:

(setq message-signature nil
      message-signature-file "~/.signature")

This also happens to be the default.

-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)


reply via email to

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