From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5419 Path: main.gmane.org!not-for-mail From: Mark Borges Newsgroups: gmane.emacs.gnus.general Subject: Re: September Gnus 0.48 is released Date: 02 Mar 1996 11:02:27 -0700 Organization: CIRES, University of Colorado Sender: mdb@cdc.noaa.gov Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146025 32739 80.91.224.250 (20 Oct 2002 20:33:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:33:45 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.3/8.6.9) with SMTP id KAA30470 for ; Sat, 2 Mar 1996 10:39:44 -0800 Original-Received: from cdc.noaa.gov (manager.Colorado.EDU [128.138.218.210]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sat, 2 Mar 1996 19:02:30 +0100 Original-Received: from roberts by cdc.noaa.gov (SMI-8.6/SMI-SVR4) id LAA25022; Sat, 2 Mar 1996 11:02:27 -0700 Original-Received: by roberts (5.0) id AA28501; Sat, 2 Mar 1996 11:02:28 -0700 Original-To: ding@ifi.uio.no X-Attribution: mb In-Reply-To: Steven L Baur's message of 29 Feb 1996 11:25:35 -0800 Original-Lines: 14 Xref: main.gmane.org gmane.emacs.gnus.general:5419 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5419 >> On 29 Feb 1996 11:25:35 -0800, >> Steven L Baur(sb) wrote: sb> The utility function mail-strip-quoted-names accepts nil input on Emacs sb> 19.30 and barfs and dies on nil input with XEmacs 19.13. The sb> following patch works around this problem. A 19.14 beta tester should sb> check to see if mail-strip-quoted-names (in utils/mail-utils.el) still sb> has the same bug. I should have noted that XEmacs-19.14 is synced up with GNU Emacs 19.30 for the lisp files that are in common between the emacsen,including this one (mail-utils.el). So, if the problem doesn't exist in GNU Emacs 19.30 it shouldn't on XEmacs-19.14 either. -mb-