Gnus development mailing list
 help / color / mirror / Atom feed
From: Alex Schroeder <alex@gnu.org>
Subject: .gnus, gnus-msg and C-x m
Date: 16 Apr 2001 10:08:05 +0200	[thread overview]
Message-ID: <m27l0ls1wa.fsf@snail.nowhere.ch> (raw)

I did some Gnus & BBDB related cleanup today.  I had quite an
elaborate setup to deal with the case of me starting up Emacs and
typing C-x m to send mail without starting gnus first.  The settings
in .gnus continue to be a problem.

In my .emacs I have (require 'gnus-msg) and I set mail-user-agent to
'gnus-user-agent.  In my .gnus I have a lot of posting styles.
Amongst other things these add a Fcc header and a signature.

When I start Emacs and hit C-x m, I get a buffer with "To:" and
"Subject:" header, and it has the modes Message, MML and Abbrev.
Therefore, message mode is used (good) but the posting styles are not
used (because .gnus is not read).

Maybe loading gnus-msg should make sure that .gnus is loaded?  Or
whatever is used to create message buffers should?

Anyway, this works for me:

(require 'gnus-msg)
(load-file "~/.gnus")

Alex.
-- 
http://www.geocities.com/kensanata/emacs.html
"Put (global-font-lock-mode 1) in your .emacs for syntax coloring."


             reply	other threads:[~2001-04-16  8:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-16  8:08 Alex Schroeder [this message]
2001-04-29 13:13 ` ShengHuo ZHU

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=m27l0ls1wa.fsf@snail.nowhere.ch \
    --to=alex@gnu.org \
    /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).