Gnus development mailing list
 help / color / mirror / Atom feed
From: SL Baur <steve@xemacs.org>
Subject: Re: Quassia Gnus v0.5 is released
Date: 15 Sep 1997 20:29:50 -0700	[thread overview]
Message-ID: <m2d8maos0h.fsf@altair.xemacs.org> (raw)
In-Reply-To: Karl Kleinpaste's message of "15 Sep 1997 22:45:49 -0400"

Karl Kleinpaste <karl@jprc.com> 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  <steve@altair.xemacs.org>

	* 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
 


  reply	other threads:[~1997-09-16  3:29 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-15 22:22 Lars Magne Ingebrigtsen
1997-09-16  2:45 ` Karl Kleinpaste
1997-09-16  3:29   ` SL Baur [this message]
1997-09-16  7:39   ` Mark Hovey
1997-09-16 14:12     ` Karl Kleinpaste
1997-09-16 19:45       ` Manoj Srivastava
1997-09-16 11:41 ` Johan Vromans
1997-09-16 13:17   ` Chris D. Halverson
1997-09-16 21:08   ` Lars Magne Ingebrigtsen
1997-09-17  0:50     ` Michael R Cook
1997-09-17  1:02     ` Jason R Mastaler
1997-09-18  1:49     ` Joev Dubach
1997-09-16 15:55 ` Randal Schwartz
1997-09-16 21:09   ` Lars Magne Ingebrigtsen
     [not found] ` <x7iuw1p4fl.fsf@peorth.gweep.net>
1997-09-16 21:16   ` Lars Magne Ingebrigtsen
     [not found]     ` <x790wvlvdl.fsf@peorth.gweep.net>
1997-09-18  1:35       ` Lars Magne Ingebrigtsen
1997-09-18  3:30         ` Paul Franklin
     [not found]           ` <x7afhbb4hu.fsf@peorth.gweep.net>
1997-09-18  8:08             ` Steinar Bang
1997-09-18 16:53             ` Per Abrahamsen
     [not found]               ` <x7u3fi8lfm.fsf@peorth.gweep.net>
1997-09-18 21:42                 ` Per Abrahamsen
1997-09-20 16:41             ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2d8maos0h.fsf@altair.xemacs.org \
    --to=steve@xemacs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).