Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: Karl Chen <quarl@cs.berkeley.edu>
Cc: ding@gnus.org
Subject: Re: charset ANSI_x3.4-1968, et al
Date: Sun, 18 Mar 2007 23:54:53 +0100	[thread overview]
Message-ID: <v9zm6a17sy.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87tzwiwcmo.fsf@mocca.josefsson.org> (Simon Josefsson's message of "Sun\, 18 Mar 2007 20\:54\:55 +0100")

On Sun, Mar 18 2007, Simon Josefsson wrote:

> Karl Chen <quarl@cs.berkeley.edu> writes:
>> I get the message: Unknown charset: ANSI_X3.4-1968

Well, this is only a warning, and you need to set `gnus-verbose' to 7
or higher to see it.

[...]
>> -   ;; ascii
>> -   ((eq charset 'us-ascii)
>> +   ;; ascii (see RFC 1345)
>> +   (memq charset '(us-ascii ansi_x3.4-1968 ansi_x3.4-1986 iso-ir-6 iso646-us
>> +                            iso_646.irv:1991 us ibm367 cp367 csascii))
>>      'ascii)
[...]
>
> I think we should install this.  Any objections?

If adding such a list it useful, I'd suggest to add it in variable,
say `mm-charset-ascii-synonym-list'...

-   ((eq charset 'us-ascii)
+   ((memq charset 'mm-charset-ascii-synonym-list)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



  reply	other threads:[~2007-03-18 22:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-18  1:41 Karl Chen
2007-03-18 19:54 ` Simon Josefsson
2007-03-18 22:54   ` Reiner Steib [this message]
2007-03-19  0:02     ` Karl Chen
2007-03-19  8:43       ` Simon Josefsson
2007-03-20  7:50         ` Karl Chen
2007-03-20  8:35           ` Simon Josefsson
2007-03-21  4:06             ` Karl Chen
2007-03-18 23:57   ` Karl Chen
2007-03-19  8:45     ` 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=v9zm6a17sy.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=ding@gnus.org \
    --cc=quarl@cs.berkeley.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).