Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: Error Sending Email With Latest CVS Build
Date: 07 Nov 2000 12:53:44 -0500	[thread overview]
Message-ID: <5b66lz653r.fsf@brandy.cs.rochester.edu> (raw)
In-Reply-To: <76vgtzznyz.fsf@newjersey.ppllc.com>

Jake Colman <colman@ppllc.com> writes:

> >>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:
> 
>     ZSH> The value of message-posting-charset should look like '(iso-8859-1
>     ZSH> iso-8859-1), but in most cases the value is not used because
>     ZSH> gnus-group-posting-charset-alist overrides it.
> 
> Hmmmm.  The variable gnus-group-posting-charset-alist does not seem to be
> defined for me at all.  In any event, should I be setting either one of these
> at all or will things "just work right" regardless?

The variable is defined in gnus-msg.  It seems that you improperly
start a message buffer, for example, message-mail.  The following code
may help you (only valid for Gnus 5.8.8 or higher version).

(require 'gnus-msg)
(setq mail-user-agent 'gnus-user-agent)
(setq bbdb-send-mail-style 'compose-mail) ;; If you use BBDB.

ShengHuo



  reply	other threads:[~2000-11-07 17:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-07 16:41 Jake Colman
2000-11-07 16:47 ` ShengHuo ZHU
2000-11-07 17:07   ` Jake Colman
2000-11-07 17:20     ` ShengHuo ZHU
2000-11-07 17:33       ` Jake Colman
2000-11-07 17:53         ` ShengHuo ZHU [this message]
2000-11-07 18:43           ` Jake Colman
2000-11-07 18:18         ` Florian Weimer
2000-11-07 18:44           ` Jake Colman
2000-11-11 16:12             ` Florian Weimer

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=5b66lz653r.fsf@brandy.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /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).