all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnus bug
@ 2005-03-02  1:57 Gaetan Leurent
  2005-03-02 17:07 ` Reiner Steib
  0 siblings, 1 reply; 2+ messages in thread
From: Gaetan Leurent @ 2005-03-02  1:57 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Gnus bug
  2005-03-02  1:57 Gnus bug Gaetan Leurent
@ 2005-03-02 17:07 ` Reiner Steib
  0 siblings, 0 replies; 2+ messages in thread
From: Reiner Steib @ 2005-03-02 17:07 UTC (permalink / raw)
  Cc: emacs-devel

On Wed, Mar 02 2005, Gaetan Leurent wrote:

> 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 ?

There are some other bugfixes pending for `nnrss.el', see
http://thread.gmane.org/v93bveouya.fsf_-_@marauder.physik.uni-ulm.de
for more information.

After this will be done in the v5-10 branch of Gnus, it will be synced
automatically to Emacs' CVS.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-02 17:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-02  1:57 Gnus bug Gaetan Leurent
2005-03-02 17:07 ` Reiner Steib

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.