emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gnus bug


From: Gaetan Leurent
Subject: Gnus bug
Date: Wed, 02 Mar 2005 02:57:12 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (usg-unix-v)

Hi,

The gnus version included with emacs CVS is buggy:

In lisp/gnus/nnrss.el, ligne 765 is
    (if (and ns (not (eq ns "")))
but should obviously be 
    (if (and ns (not (string= ns "")))

The is corrected in gnus CVS since version 7.11 (2004/04/29), do you
plan to update ?

-- 
Gaƫtan LEURENT




reply via email to

[Prev in Thread] Current Thread [Next in Thread]