unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: David Kuehling <dvdkhlng@gmx.de>
Cc: emacs-devel@gnu.org, pmr@pajato.com
Subject: Re: RMAIL bails out with coding-system-error
Date: 05 May 2002 12:57:09 +0200	[thread overview]
Message-ID: <87lmayeube.fsf@snail.pool> (raw)
In-Reply-To: <200205050534.g455YTX01607@aztec.santafe.edu> (message from Richard Stallman on Sat, 4 May 2002 23:34:29 -0600 (MDT))

>>>>> "Richard" == Richard Stallman <rms@gnu.org> writes:

> Does this make it work right?  
> [...]

Yes.  

BTW, the origin of the reported occurence of that bug seems to be the
use of Mule-UCS.  In rmail.el, line 1660, the following code is used to
add an X-Coding-System header to mails, using the last coding system
used:

	     (insert "X-Coding-System: "
		     (symbol-name last-coding-system-used)
		     "\n")))

When I received the mail, the last coding system I used was one of the
coding systems that came with Mule-UCS.  After temporaryly disabling
Mule-UCS, that coding system wasn't known any more...

Using the last coding system is after all a little confusing.  Maybe
`default-buffer-file-coding-system' would be a better (and more
predictable) choice?

David Kühling
-- 
GnuPG public key: http://user.cs.tu-berlin.de/~dvdkhlng/dk.gpg
Fingerprint: B17A DC95 D293 657B 4205  D016 7DEF 5323 C174 7D40

  reply	other threads:[~2002-05-05 10:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87bsbw87pq.fsf@snail.pool>
2002-05-05  5:34 ` RMAIL bails out with coding-system-error Richard Stallman
2002-05-05 10:57   ` David Kuehling [this message]
2002-05-05 11:21     ` Simon Josefsson
2002-05-05 13:45       ` Eli Zaretskii
2002-05-05 15:11         ` Simon Josefsson
2002-05-05 17:26           ` Eli Zaretskii
2002-05-06  9:29             ` Kai Großjohann
2002-05-05 13:35     ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87lmayeube.fsf@snail.pool \
    --to=dvdkhlng@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=pmr@pajato.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).