public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/emacs-tools:patchsets commit in: emacs/24.4/
Date: Fri, 23 Jan 2015 20:40:31 +0000 (UTC)	[thread overview]
Message-ID: <1421998015.7f10f7bade537956fda28461a0cf36aa63282ce4.ulm@gentoo> (raw)

commit:     7f10f7bade537956fda28461a0cf36aa63282ce4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 23 07:26:55 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 23 07:26:55 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=7f10f7ba

Don't shadow load-path in gnus, bug 537156.

---
 emacs/24.4/03_all_gnus-image.patch | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/emacs/24.4/03_all_gnus-image.patch b/emacs/24.4/03_all_gnus-image.patch
new file mode 100644
index 0000000..cb46e3b
--- /dev/null
+++ b/emacs/24.4/03_all_gnus-image.patch
@@ -0,0 +1,25 @@
+https://bugs.gentoo.org/537156
+http://debbugs.gnu.org/18813
+
+commit 7515423bc1935efeb43a85097e00f8758a7cc394
+Author: Katsumi Yamaoka <yamaoka@jpl.org>
+Date:   Mon Oct 27 22:51:18 2014 +0000
+
+    [Backport] gnus.el (gnus-mode-line-buffer-identification):
+    Don't add image data for a non-graphic display;
+    Don't shadow load-path, it blocks autoloading of find-image (bug#18813)
+
+--- emacs-24.4-orig/lisp/gnus/gnus.el
++++ emacs-24.4/lisp/gnus/gnus.el
+@@ -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


             reply	other threads:[~2015-01-23 20:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-23 20:40 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-18  7:26 [gentoo-commits] proj/emacs-tools:patchsets commit in: emacs/24.4/ Ulrich Müller
2014-11-10  8:04 Ulrich Müller
2014-10-28 18:30 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1421998015.7f10f7bade537956fda28461a0cf36aa63282ce4.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox