From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12083 Path: main.gmane.org!not-for-mail From: SL Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: Quassia Gnus v0.5 is released Date: 15 Sep 1997 20:29:50 -0700 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035151683 1829 80.91.224.250 (20 Oct 2002 22:08:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:08:03 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id VAA08901 for ; Mon, 15 Sep 1997 21:22:10 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id XAA25276 for ; Mon, 15 Sep 1997 23:18:43 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Tue, 16 Sep 1997 05:26:38 +0200 Original-Received: (qmail 14680 invoked by uid 504); 16 Sep 1997 03:26:36 -0000 Original-Received: (qmail 14677 invoked from network); 16 Sep 1997 03:26:36 -0000 Original-Received: from xemacs.miranova.com (HELO altair.xemacs.org) (steve@206.190.83.19) by claymore.vcinet.com with SMTP; 16 Sep 1997 03:26:36 -0000 Original-Received: (from steve@localhost) by altair.xemacs.org (8.8.7/8.8.7) id UAA08588; Mon, 15 Sep 1997 20:29:52 -0700 Mail-Copies-To: never Original-To: ding@gnus.org X-Face: `'%\i;ySOu]g?NlziJSk_$&@]KP`}~PEQPjZ5;nxSaDW_o$4+4%Ab]%Ifw3ZR;7TIT3,O,' @2{L;]ox6kc;$_5kU'n**9vFg-]eV~GbxSVCx|(s%uR[],*:^WKmC`B}(;|k9/m]gwt?&`t;^rfCJg khHH>pP1W\)xM0U@!FNDD72{3fDP$PkBhx^7Z?-WxH6DbFN:QOnT`llzW}VGdYv;n9lzljQvKTIBhQ YuV X-Attribution: sb In-Reply-To: Karl Kleinpaste's message of "15 Sep 1997 22:45:49 -0400" Original-Lines: 35 X-Mailer: Quassia Gnus v0.5/XEmacs 20.3(beta21) - "Minsk" Xref: main.gmane.org gmane.emacs.gnus.general:12083 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12083 Karl Kleinpaste writes: > Doc bug: During "make EMACS=xemacs"... > Formatting: Setting Process Marks ... > Formatting: Limiting ... > Formatting: Threading ... > Formatting: Customizing Threading ... > @] is not handled by texinfo > XEmacs exiting. > make: *** [gnus] Error 255 I sent this patch to gnus-bug: 1997-09-15 SL Baur * gnus.texi: Fix typo. =================================================================== RCS file: RCS/gnus.texi,v retrieving revision 1.5 diff -u -r1.5 gnus.texi --- gnus.texi 1997/09/15 23:55:36 1.5 +++ gnus.texi 1997/09/16 00:19:50 @@ -4737,9 +4737,9 @@ (defun my-alter-message-id (header) (let ((id (mail-header-id header))) (when (string-match - "\\(<[^<>@]*\\)\\.?cygnus\\..*@\\([^<>@]*>\\)" id) + "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id) (mail-header-set-id - (concat (match-string 1 id) "@" (match-string 2 id)) + (concat (match-string 1 id) "@@" (match-string 2 id)) header)))) @end lisp