Gnus development mailing list
 help / color / mirror / Atom feed
* Re: bug in v5.10.2: gnus-group-charset-alist is ignored for some
       [not found] <b90q8u$7o6$1@quimby.gnus.org>
@ 2003-05-13 17:20 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-05-13 17:20 UTC (permalink / raw)


Vladimir Volovich <vvv@vsu.ru> writes:

> (eval-after-load "gnus-sum"
>   '(setq gnus-group-charset-alist
>      (append (delete '(".*" iso-8859-1) gnus-group-charset-alist)
> 	'((".*" koi8-r)))))

There no longer is a ".*" default in that variable.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bug in v5.10.2: gnus-group-charset-alist is ignored for some
  2003-05-03 16:44 ` bug in v5.10.2: gnus-group-charset-alist is ignored for some Vasily Korytov
  2003-05-04 12:49   ` Vladimir Volovich
@ 2003-05-04 12:54   ` Vladimir Volovich
  1 sibling, 0 replies; 4+ messages in thread
From: Vladimir Volovich @ 2003-05-04 12:54 UTC (permalink / raw)


"VK" == Vasily Korytov writes:

 >> (and the body contains some character unencodable in koi8-r which
 >> makes it think that this is iso-8859-1)

 VK> The message is correct KOI-8, BTW.

when i view that message in emacs as koi8-r, it is unable to encode
one character - and shows it like \277 (it's apparently the numero
sign); since it is shown as \277, it looks like a bug in Emacs'
definition of koi8-r, since this character is also present in the
underlying iso-8859-5 coding system.

could someone please report that bug?

Best,
v.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bug in v5.10.2: gnus-group-charset-alist is ignored for some
  2003-05-03 16:44 ` bug in v5.10.2: gnus-group-charset-alist is ignored for some Vasily Korytov
@ 2003-05-04 12:49   ` Vladimir Volovich
  2003-05-04 12:54   ` Vladimir Volovich
  1 sibling, 0 replies; 4+ messages in thread
From: Vladimir Volovich @ 2003-05-04 12:49 UTC (permalink / raw)


"VK" == Vasily Korytov writes:

 VK> On Sat, 03 May 2003 19:27:12 +0400, Vladimir Volovich wrote:
 >> (eval-after-load "gnus-sum" '(setq gnus-group-charset-alist
 >> (append (delete '(".*" iso-8859-1) gnus-group-charset-alist)
 >> '((".*" koi8-r)))))

 VK> FYI, there's no ".*" value in gnus-group-charset-alist as of Oort
 VK> (IMHO, you should'n touch it at all in your case). There is
 VK> gnus-default-charset, and it's much more easier to tweak. =))

 >> i think that gnus somehow tries to detect the charset of the
 >> message body

 VK> Gnus, not Emacs? Are you sure?

 VK> (Anyway, I'm unable to reproduce this problem on XEmacs/non-MULE
 VK> -- you can guess, why. =)

 >> (and the body contains some character unencodable in koi8-r which
 >> makes it think that this is iso-8859-1)

 VK> The message is correct KOI-8, BTW.

there was indeed a bug in gnus - ant it was fixed by Jesper Harder:

2003-05-03  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus.el: Don't test for `mm-guess-mime-charset'.
 
        * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
 
        * gnus.el (gnus-default-charset): Set default value to
        `undecided'.
 
        * gnus-art.el (article-decode-charset): Don't supply 4th arg to
        mm-decode-body.
 
        * mm-bodies.el (mm-decode-coding-region-safely): Remove.
        (mm-decode-body): Don't use mm-decode-coding-region-safely.

Best,
v.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: bug in v5.10.2: gnus-group-charset-alist is ignored for some
  2003-05-03 15:27 bug in v5.10.2: gnus-group-charset-alist is ignored for some messages Vladimir Volovich
@ 2003-05-03 16:44 ` Vasily Korytov
  2003-05-04 12:49   ` Vladimir Volovich
  2003-05-04 12:54   ` Vladimir Volovich
  0 siblings, 2 replies; 4+ messages in thread
From: Vasily Korytov @ 2003-05-03 16:44 UTC (permalink / raw)


On Sat, 03 May 2003 19:27:12 +0400, Vladimir Volovich wrote:

> (eval-after-load "gnus-sum"
>   '(setq gnus-group-charset-alist
>      (append (delete '(".*" iso-8859-1) gnus-group-charset-alist)
> 	'((".*" koi8-r)))))

FYI, there's no ".*" value in gnus-group-charset-alist as of Oort (IMHO,
you should'n touch it at all in your case). There is
gnus-default-charset, and it's much more easier to tweak. =))

> i think that gnus somehow tries to detect the charset of the message
> body

Gnus, not Emacs? Are you sure?

(Anyway, I'm unable to reproduce this problem on XEmacs/non-MULE -- you
can guess, why. =)

> (and the body contains some character unencodable in koi8-r which
> makes it think that this is iso-8859-1)

The message is correct KOI-8, BTW.

-- 
       I accept RFC3156 and RFC2440-compatible encrypted mail.
PGP key fingerprint: 123A 7CCE 6E26 6233 0D87 E01A A0F8 3524 FCD8 1841




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-13 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <b90q8u$7o6$1@quimby.gnus.org>
2003-05-13 17:20 ` bug in v5.10.2: gnus-group-charset-alist is ignored for some Lars Magne Ingebrigtsen
2003-05-03 15:27 bug in v5.10.2: gnus-group-charset-alist is ignored for some messages Vladimir Volovich
2003-05-03 16:44 ` bug in v5.10.2: gnus-group-charset-alist is ignored for some Vasily Korytov
2003-05-04 12:49   ` Vladimir Volovich
2003-05-04 12:54   ` Vladimir Volovich

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).