From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16161 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus 5.6.38 and Emacs 20.3 Date: 21 Aug 1998 16:33:31 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by SEMI 1.8.5 - "Nishi-Takaoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035155075 26160 80.91.224.250 (20 Oct 2002 23:04:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:04:35 +0000 (UTC) Cc: Bill White , ding@gnus.org Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id HAA17738 for ; Fri, 21 Aug 1998 07:36:22 -0700 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id KAA14045 for ; Fri, 21 Aug 1998 10:37:46 -0400 Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAK27450; Fri, 21 Aug 1998 09:36:23 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 21 Aug 1998 09:34:07 -0500 (CDT) 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 JAA27259 for ; Fri, 21 Aug 1998 09:33:53 -0500 (CDT) Original-Received: from xiphias.pdc.kth.se (xiphias.pdc.kth.se [130.237.221.226]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA13488 for ; Fri, 21 Aug 1998 10:33:45 -0400 (EDT) Original-Received: (from jas@localhost) by xiphias.pdc.kth.se (8.8.5/8.8.5) id QAA29523; Fri, 21 Aug 1998 16:33:31 +0200 (METDST) Original-To: Harald Meland X-Now-Reading: Marcel Proust, A la recherche du temps perdu X-Emacs: Emacs 20.2, MULE 3.0 (MOMIJINOGA) In-Reply-To: Harald Meland's message of "21 Aug 1998 12:56:10 +0200" Original-Lines: 18 X-Mailer: Semi-gnus 6.8.14 (based on Gnus 5.6.38; for SEMI 1.8, FLIM 1.8/1.9) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16161 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16161 Harald Meland writes: > ;; And I don't want my .newsrc.eld MULEified, as this messes up mail > ;; group names with 8-bit characters: > (setq file-coding-system-alist > (nconc '(("\\.newsrc\\.eld\\'" no-conversion . no-conversion)) > file-coding-system-alist)) > > Could Gnus maybe include somthing like that, or bind > `coding-system-for-read' appropriately before it reads our > "~/.newsrc.eld"s? I have this in my ~/.gnus: ;; I'm using ÅÄÖ in my .newsrc.eld (setq gnus-startup-file-coding-system 'iso-8859-1) /s