Rob Browning <r...@defaultvalue.org> writes: > Aha? > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18813 > > I've only had a chance to skim, but perhaps that's it. > > Are you running emacs-nox by any chance? If so, it sounded like > switching to emacs24-lucid might be a possible workaround, until we get > this fixed in emacs24.
And if that is the cause, perhaps this will fix it: --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -327,7 +327,8 @@ be set in `.emacs' instead." (defun gnus-mode-line-buffer-identification (line) (let ((str (car-safe line)) (load-path (append (mm-image-load-path) load-path))) - (if (and (stringp str) + (if (and (display-graphic-p) + (stringp str) (string-match "^Gnus:" str)) (progn (add-text-properties 0 5 If you're comfortable editing /usr/share/emacs/24.4/lisp/gnus/gnus.el.gz. to add that "(display-graphic-p)" test, please let me know if it helps. Note that you'll need to have emacs24-el installed, and you may need to delete /usr/share/emacs/24.4/lisp/gnus/gnus.elc (just to be certain Emacs doesn't prefer that instead). And of course, after you edit the file, Emacs will leave the normal *~ backup file behind, which you may want to delete when you're finished testing. Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org