Gnus development mailing list
 help / color / mirror / Atom feed
From: Ken Raeburn <raeburn@raeburn.org>
Subject: Re: naive charset question
Date: Sun, 21 Jul 2002 18:31:10 -0400	[thread overview]
Message-ID: <tx1znwk90i9.fsf@raeburn.org> (raw)
In-Reply-To: <tx1eldwbvyc.fsf@raeburn.org> (Ken Raeburn's message of "Sun, 21 Jul 2002 17:41:15 -0400")

I wrote:
> That come through fine for me, although if I try to quote the
> non-ASCII characters in a reply, again I get asked for a charset and
> the default behavior is to send a one-part us-ascii message.  Does
> quoting in a reply work for you, or sending the HELLO text, as opposed
> to actually entering the characters as input?

I found it!  An old part of my .emacs code invoked

  (standard-display-european 1)

which is described as

    Semi-obsolete way to toggle display of ISO 8859 European characters...

but in fact appears to be actively detrimental in some cases.  The
docs say that when it's called non-interactively (as in my case), it
selects unibyte mode for all buffers, and selects the Latin-1 language
environment.  But MML didn't even try to send out the message as
Latin-1, it just prompted and defaulted to ASCII.  Even so, if I got
BIG5 characters into my message buffer and displaying properly, MML
ought to be able to figure out what they are.

Removing that call does seem to fix my problem.  I can even send much
of the HELLO message, although it complains about devanagari being an
invalid coding system, and offhand I don't know the right way to find
out what text it's complaining about.  (I worked it out by M-x
apropos, noting that it reported "indian-glyph-code-offset" in the
plist, and deleting any text from that general part of the world, and
a few others.  But that shouldn't be how I have to work it out.)

Ken



  reply	other threads:[~2002-07-21 22:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-21  3:02 Ken Raeburn
2002-07-21  4:47 ` Ken Raeburn
2002-07-21  8:57   ` Kai Großjohann
2002-07-21  9:17     ` Kai Großjohann
2002-07-21 11:42       ` Henrik Enberg
2002-07-21 13:38         ` Kai Großjohann
2002-07-21 21:41     ` Ken Raeburn
2002-07-21 22:31       ` Ken Raeburn [this message]
2002-07-21 22:42         ` Henrik Enberg
2002-07-26 19:26         ` Simon Josefsson
2002-07-27 15:42           ` Ken Raeburn
2002-07-27 20:50             ` Simon Josefsson
2002-07-27 22:07             ` 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=tx1znwk90i9.fsf@raeburn.org \
    --to=raeburn@raeburn.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).