emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#5543: closed (23.1; mistake of file name extensi


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#5543: closed (23.1; mistake of file name extension in nnrss-check-group of gnus)
Date: Thu, 30 Sep 2010 21:14:02 +0000

Your message dated Thu, 30 Sep 2010 23:09:21 +0200
with message-id <address@hidden>
and subject line Re: 23.1; mistake of file name extension in nnrss-check-group 
of gnus
has caused the GNU bug report #5543,
regarding 23.1; mistake of file name extension in nnrss-check-group of gnus
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
5543: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5543
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.1; mistake of file name extension in nnrss-check-group of gnus Date: Mon, 08 Feb 2010 18:02:29 +0900
Hello.

In function `nnrss-check-group' of lisp/gnus/nnrss.el (of GNU Emacs
23.1), there is a mistake of file name extension.
Please fix it.

(file-exists-p (setq file (expand-file-name
                           (nnrss-translate-file-chars
                            (concat group ".xml")) ; => should be ".el"
                           nnrss-directory))))

Or shoud replace with `nnrss-make-filename', I think.

(file-exists-p (setq file (nnrss-make-filename group server))))




--- End Message ---
--- Begin Message --- Subject: Re: 23.1; mistake of file name extension in nnrss-check-group of gnus Date: Thu, 30 Sep 2010 23:09:21 +0200 User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)
Toru TSUNEYOSHI <address@hidden> writes:

> In function `nnrss-check-group' of lisp/gnus/nnrss.el (of GNU Emacs
> 23.1), there is a mistake of file name extension.
> Please fix it.
>
> (file-exists-p (setq file (expand-file-name
>                          (nnrss-translate-file-chars
>                           (concat group ".xml")) ; => should be ".el"
>                          nnrss-directory))))

No, that code is from the path taken when `nnrss-use-local' is used, and
it then reads local xml files, so I think it's correct.

-- 
(domestic pets only, the antidote for overdose, milk.)
  address@hidden * Lars Magne Ingebrigtsen


--- End Message ---

reply via email to

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