GNU bug report logs -
#18980
24.4; gnus in 24.4 breaks load-path?
Previous Next
Reported by: trentbuck <at> gmail.com (Trent W. Buck)
Date: Thu, 6 Nov 2014 23:33:01 UTC
Severity: normal
Merged with 18813
Found in versions 24.4, 25.0.50
Done: Katsumi Yamaoka <yamaoka <at> jpl.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 18980-done <at> debbugs.gnu.org (full text, mbox):
On Fri, 07 Nov 2014 10:31:16 +1100, Trent W. Buck wrote:
> After upgrading from 24.3 to 24.4, "emacs -f gnus" stopped working:
> Cannot open load file: no such file or directory, image
Thanks. This should have been fixed as the bug#18813[1] in
the Emacs repositories. The diff is below:
--8<---------------cut here---------------start------------->8---
--- a/lisp/gnus/gnus.el 2014-03-23 23:13:36 +0000
+++ d/lisp/gnus/gnus.el 2014-10-27 03:51:18 +0000
@@ -328,8 +328,9 @@
(if (fboundp 'find-image)
(defun gnus-mode-line-buffer-identification (line)
(let ((str (car-safe line))
- (load-path (mm-image-load-path)))
- (if (and (stringp str)
+ (load-path (append (mm-image-load-path) load-path)))
+ (if (and (display-graphic-p)
+ (stringp str)
(string-match "^Gnus:" str))
(progn (add-text-properties
0 5
--8<---------------cut here---------------end--------------->8---
[1] http://thread.gmane.org/gmane.emacs.bugs/95013
This bug report was last modified 10 years and 199 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.