From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9207 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: Red Gnus v0.75 is released Date: 13 Dec 1996 11:25:09 +0100 Sender: vroonhof@math.ethz.ch Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.94) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035149266 17069 80.91.224.250 (20 Oct 2002 21:27:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:27:46 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id CAA05867 for ; Fri, 13 Dec 1996 02:47:49 -0800 Original-Received: from frege.math.ethz.ch (root@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 13 Dec 1996 11:25:13 +0100 Original-Received: from fresnel.math.ethz.ch (vroonhof@fresnel [129.132.145.6]) by frege.math.ethz.ch (8.6.12/Main-STAT-mailer) with ESMTP id LAA20225 for ; Fri, 13 Dec 1996 11:24:34 +0100 Original-Received: (vroonhof@localhost) by fresnel.math.ethz.ch (8.6.9/D-MATH-client) id LAA04069; Fri, 13 Dec 1996 11:25:10 +0100 Original-To: ding@ifi.uio.no In-Reply-To: Lars Magne Ingebrigtsen's message of 13 Dec 1996 05:05:21 +0100 Original-Lines: 42 X-Mailer: Red Gnus v0.75/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:9207 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9207 Lars Magne Ingebrigtsen writes: > Bug fixes. And some new ones for under the X-mas tree: > > * gnus-sum.el (gnus-simplify-subject-fuzzy-regexp): Changed > default to "". Bad move, this line in gnus-simplify-buffer-fuzzy (while (re-search-forward gnus-simplify-subject-fuzzy-regexp nil t) (replace-match "" t t)) now loops indefinitely :-( (N.B. Probably the same for the looking-at in the main loop). Quick fix: set gnus-simplify-subject-fuzzy-regexp to "\$\$ TRY TO MATCH ME" I have not been able to come up with better solution. Ideal would be if re-search-forward would handle a nil regexp more gracefully May be time for gnus-re-search-forward? > Tue Dec 10 23:42:00 1996 David Moore > > * gnus-nocem.el (gnus-nocem-groups): news.lists.filters is to > replace alt.nocem.misc Yipeee!!!!! (We didn't get alt.nocem.misc) > Mon Dec 9 00:04:24 1996 Richard Stallman > > * gnus-start.el (gnus-read-init-file): Don't read init file when > started with "emacs -q". rms uses Gnus too? (I think it nees a true purist to find this quirck) Jan