From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18235 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: washing quoted-printable bug again Date: 27 Oct 1998 21:14:33 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156794 5094 80.91.224.250 (20 Oct 2002 23:33:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:33:14 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA00579 for ; Tue, 27 Oct 1998 13:22:52 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB09699; Tue, 27 Oct 1998 12:22:37 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 27 Oct 1998 12:22:23 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA15929 for ; Tue, 27 Oct 1998 12:22:14 -0600 (CST) Original-Received: from cc.vsu.ru (root@ns.vsu.relarn.ru [194.226.24.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA00544 for ; Tue, 27 Oct 1998 13:22:04 -0500 (EST) Original-Received: (from uucp@localhost) by cc.vsu.ru (8.9.1/8.9.1) with UUCP id VAA11549 for ding@gnus.org; Tue, 27 Oct 1998 21:21:01 +0300 Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.8.7/8.8.7) id VAA21291; Tue, 27 Oct 1998 21:14:33 +0300 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "27 Oct 1998 10:35:00 +0100" User-Agent: Gnus/5.07004 (Pterodactyl Gnus v0.40) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18235 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18235 Lars Magne Ingebrigtsen writes: > > I have the following in my .emacs file: > > > > (set-language-environment "Cyrillic-KOI8") > > I'm still not able to reproduce this. I start Emacs with --unibyte, > and I have > > (set-language-environment "Cyrillic-KOI8") > > in my .emacs file. Still, no Gnus buffers show up with "R:". Are you > totally, absolutely sure that nothing meddles with > `enable-multibyte-characters' -- perhaps some site-wide init file? Well, i just started "emacs --unibyte" with the following trivial ~/.emacs file (no ~/.gnus* files): (set-default-font "fontset-standard") (set-language-environment "Cyrillic-KOI8") (load "files") ; partial bugfix for literal file visiting (setq rfc2047-default-charset 'koi8-r) (setq mm-default-coding-system 'koi8) (setq gnus-select-method '(nntp "localhost")) (setq gnus-secondary-select-methods '((nnmbox ""))) and buffers are unibyte "-:". But i'm not able to input/see russian characters anymore! instead, i see latin1 (iso-8859-1) characters. this is not with which i can live. :-) [and i tested again with my "standard" .emacs running with --unibyte option, -- i got the same result: all buffers were unibyte, but no russian characters] And in general, is it good to run emacs with --unibyte? for example, will japanese characters work? if i preview japanese/chinese mails in gnus running in "emacs --unibyte", i see only messy symbols. imho, gnus should work right without --unibyte too. and 0.36 worked fine, --- things were broken in 0.38. Best regards, vvv.