Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: mu8ja0i@earthlink.net
Cc: ding@gnus.org, bugs@gnus.org
Subject: Re: message-signature-file not working on Win32 v5.11
Date: Tue, 11 Dec 2007 10:29:37 +0900	[thread overview]
Message-ID: <b4mr6huf27y.fsf@jpl.org> (raw)
In-Reply-To: <380-220071221103137546@earthlink.net>

>>>>> Allan J Mui wrote:

> Gnus v5.11
> GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
>  of 2007-06-02 on RELEASE
[...]
> (setq message-signature-file "_msg-sig")

> I created a message signature file "_msg-sig" but when I try to sign
> my message with it nothing happens.

Could you try using a full path name like "c:/foo/bar/_msg-sig"
or "~/_msg-sig"?

> The analogous feature for email signing works perfectly. I would
> like to control whether to sign or not by insert-message-signature.
> If I use the variable message-signature it works.  It seems to make
> no difference whether message-signature is set to nil or not, in
> both cases the message-signature-file is ignored.

To make Message use `message-signature-file', please set
`message-signature' to t.

(info "(message)Insertion Variables")
,----
| `message-signature'
|      String to be inserted at the end of the message buffer.  If `t'
|      (which is the default), the `message-signature-file' file will be
|      inserted instead.  If a function, the result from the function
|      will be used instead.  If a form, the result from the form will be
|      used instead.  If this variable is `nil', no signature will be
|      inserted at all.
`----

(In the upstream Gnus, you can use `message-signature-directory'
to control the directory part of the signature file name.)

Regards,



           reply	other threads:[~2007-12-11  1:29 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <380-220071221103137546@earthlink.net>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mr6huf27y.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=bugs@gnus.org \
    --cc=ding@gnus.org \
    --cc=mu8ja0i@earthlink.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).