From: "James H. Cloos Jr." <cloos@jhcloos.com>
Subject: Re: documentation of gnus-article-treat-dumbquotes outdated?
Date: 17 Aug 2003 22:00:24 -0400 [thread overview]
Message-ID: <m3zni7lo7b.fsf@lugabout.jhcloos.org> (raw)
In-Reply-To: <v9lltyiqos.fsf@marauder.physik.uni-ulm.de>
Yes, gnus should start treating the doze charsets as actual charsets,
and provide a function that redisplays messages that were tagged as
latin1 et al under the corresponding doze charset. Then that function
could replace gnus-article-treat-dumbquotes in the washing map.
Incidently, as I primarily use utf8, I setq gnus-article-dumbquotes-map
to this in my ~/.gnus: (probably won’t look right it you cannot read
utf8....)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq gnus-article-dumbquotes-map
'(
("\200" "€")
("\202" "‚")
("\203" "ƒ")
("\204" "„")
("\205" "…")
("\206" "†")
("\207" "‡")
("\210" "ˆ")
("\211" "‰")
("\212" "Š")
("\213" "‹")
("\214" "Œ")
("\216" "Ž")
("\221" "‘")
("\222" "’")
("\223" "“")
("\224" "”")
("\225" "•")
("\226" "–")
("\227" "—")
("\230" "˜")
("\231" "™")
("\232" "š")
("\233" "›")
("\234" "œ")
("\236" "ž")
("\237" "Ÿ")
("\264" "´")
))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
That ensures that I see what the author intended.
-JimC
prev parent reply other threads:[~2003-08-18 2:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87znigdhpa.fsf@jidanni.org>
[not found] ` <v98yq07afl.fsf@marauder.physik.uni-ulm.de>
2003-08-12 20:09 ` Reiner Steib
2003-08-12 21:12 ` Matthias Andree
2003-08-13 15:27 ` Benjamin Riefenstahl
2003-08-13 16:46 ` Reiner Steib
2003-08-13 18:12 ` Benjamin Riefenstahl
2003-08-18 2:00 ` James H. Cloos Jr. [this message]
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=m3zni7lo7b.fsf@lugabout.jhcloos.org \
--to=cloos@jhcloos.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.
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).