From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16159 Path: main.gmane.org!not-for-mail From: Harald Meland Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus 5.6.38 and Emacs 20.3 Date: 21 Aug 1998 12:56:10 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035155074 26150 80.91.224.250 (20 Oct 2002 23:04:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:04:34 +0000 (UTC) Cc: 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 DAA14473 for ; Fri, 21 Aug 1998 03:57:31 -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 GAA08886 for ; Fri, 21 Aug 1998 06:59:03 -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 FAK14206; Fri, 21 Aug 1998 05:59:01 -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 05:56:54 -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 FAA14188 for ; Fri, 21 Aug 1998 05:56:28 -0500 (CDT) Original-Received: from pat.uio.no (6089@pat.uio.no [129.240.130.16]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id GAA11185 for ; Fri, 21 Aug 1998 06:56:24 -0400 (EDT) Original-Received: from octarine (actually octarine.uio.no [129.240.186.25]) by pat.uio.no with SMTP (PP); Fri, 21 Aug 1998 12:56:11 +0200 Original-Received: from hmeland by octarine with local (Exim 2.00 #1) id 0z9ora-0007de-00; Fri, 21 Aug 1998 12:56:10 +0200 Original-To: Bill White In-Reply-To: Bill White's message of "20 Aug 1998 17:30:18 -0500" Original-Lines: 30 X-Mailer: Gnus v5.6.38/Emacs 20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16159 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16159 [Bill White] > Gnus v5.6.38, GNU Emacs 20.3.1 (i586-unicent-linux-gnu, X toolkit) of > Thu Aug 20 1998 on banshee > > gnus-group-suspend works fine so far with 20.3.1, but C-c C-c (aka M-x > message-send-and-exit) returns the following message in the minibuffer > and doesn't sent the message: > > ---------------------------------------- > Attempt to set a constant symbol: :-pos > ---------------------------------------- I haven't seen this problem (yet, this is my second message using 20.3/5.6.38 :), but on the subject of Emacs 20.3: I had to add this snippet to my .emacs in order for Gnus not to misunderstand the names of my 8-bit-character-containing-mail-group-names: ;; 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? -- Harald