Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: select-message-coding-system
Date: Tue, 14 Feb 2006 08:11:49 +0900	[thread overview]
Message-ID: <b4m64nionuy.fsf@jpl.org> (raw)
In-Reply-To: <1139856765.13953.2.camel@localhost.localdomain>

>>>>> In <1139856765.13953.2.camel@localhost.localdomain> Norbert Koch wrote:

> Vitals:

> (emacs-version)
> "SXEmacs: steve@sxemacs.org--2006/sxemacs--main--22.1.4--patch-28, built
> Mon Ja\n 23 09:49:34 2006 on arafel"
> (gnus-version)
> "No Gnus v0.4"

> I just got this error message:

> Symbol's function definition is void: select-message-coding-system
> Sending via mail...

> Is there something I've got to set up?

You seem to use contrib/smtpmail.el which uses that function.
In Emacs, it is defined in mule-cmds.el but is very
Emacs-specific and is probably hard to implement in XEmacs.  The
function seems to be useful only when text which is not encoded
is passed to smtpmail-send-it.  However, Gnus always encode text
before sending, so I think you may simply void it.

(defalias 'select-message-coding-system 'ignore)

In addition to this, I need to use the following to use that
version of smtpmail.el with XEmacs 21.4.19.

(setq mail-aliases nil)
(defalias 'multibyte-string-p 'ignore)



  parent reply	other threads:[~2006-02-13 23:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-13 18:52 select-message-coding-system Norbert Koch
2006-02-13 22:48 ` select-message-coding-system Reiner Steib
2006-02-13 23:11 ` Katsumi Yamaoka [this message]
2006-02-14  6:26   ` select-message-coding-system Norbert Koch
2006-02-14  9:25   ` select-message-coding-system Reiner Steib
2006-02-14 12:26 ` select-message-coding-system Simon Josefsson
2006-02-14 13:10   ` select-message-coding-system Reiner Steib
2006-02-15 13:54     ` select-message-coding-system Simon Josefsson

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=b4m64nionuy.fsf@jpl.org \
    --to=yamaoka@jpl.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).