all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#10180: 24.0.92; Gnus shows spurious message with org MIME part
@ 2011-12-01 14:20 Stephen Berman
  2012-01-06 23:21 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Stephen Berman @ 2011-12-01 14:20 UTC (permalink / raw)
  To: 10180

Whenever I open an email or posting in Gnus that contains a MIME part
whose type is "text/org"
(e.g. http://permalink.gmane.org/gmane.emacs.bugs/54532), the echo area
displays the message "OVERVIEW".  This is because the MIME type text/org
induces (via defcustom mm-inline-media-tests) a call to
mm-display-org-inline,
which calls mm-display-inline-fontify,
which calls org-mode,
which calls org-set-startup-visibility,
which calls org-cycle,
which calls org-cycle-internal-global,
which calls (message "OVERVIEW").

Since the email or posting I'm reading in Gnus is not in org-mode and I
cannot cycle the state of the MIME part, the message is at best
superfluous, at worst confusing.

In GNU Emacs 24.0.92.1 (i686-suse-linux-gnu, GTK+ Version 2.24.7)
 of 2011-12-01 on escher
Windowing system distributor `The X.Org Foundation', version 11.0.11004000
configured using `configure  '--without-toolkit-scroll-bars' 'CFLAGS=-g''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t





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

end of thread, other threads:[~2012-02-07 15:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 14:20 bug#10180: 24.0.92; Gnus shows spurious message with org MIME part Stephen Berman
2012-01-06 23:21 ` Lars Magne Ingebrigtsen
2012-02-01 14:21   ` Lars Ingebrigtsen
2012-02-01 15:27     ` Bastien
2012-02-02 10:55       ` Lars Ingebrigtsen
2012-02-03  8:36         ` Bastien
2012-02-07 13:34           ` Stephen Berman
2012-02-07 15:27             ` Bastien

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.