GNU bug report logs -
#10180
24.0.92; Gnus shows spurious message with org MIME part
Previous Next
Reported by: Stephen Berman <stephen.berman <at> gmx.net>
Date: Thu, 1 Dec 2011 14:21:01 UTC
Severity: normal
Tags: fixed
Found in version 24.0.92
Fixed in version 24.2
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10180 in the body.
You can then email your comments to 10180 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10180
; Package
emacs
.
(Thu, 01 Dec 2011 14:21:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stephen Berman <stephen.berman <at> gmx.net>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 01 Dec 2011 14:21:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#10180
; Package
emacs,gnus
.
(Fri, 06 Jan 2012 23:26:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 10180 <at> debbugs.gnu.org (full text, mbox):
Stephen Berman <stephen.berman <at> gmx.net> writes:
> 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.
Yes, that seems rather confusing.
Bastien, can the
(message "OVERVIEW")
be removed from the org function?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#10180
; Package
emacs,gnus
.
(Wed, 01 Feb 2012 14:22:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 10180 <at> debbugs.gnu.org (full text, mbox):
Lars Magne Ingebrigtsen <larsi <at> gnus.org> writes:
>> 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.
>
> Yes, that seems rather confusing.
>
> Bastien, can the
>
> (message "OVERVIEW")
>
> be removed from the org function?
Bastien?
--
(domestic pets only, the antidote for overdose, milk.)
http://lars.ingebrigtsen.no * Sent from my Rome
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#10180
; Package
emacs,gnus
.
(Wed, 01 Feb 2012 15:27:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 10180 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Lars Magne Ingebrigtsen <larsi <at> gnus.org> writes:
>
>>> 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.
>>
>> Yes, that seems rather confusing.
>>
>> Bastien, can the
>>
>> (message "OVERVIEW")
>>
>> be removed from the org function?
Sorry I missed this message.
I don't want to remove this message when this function is used from
within an Org buffer. What variable can I check to tell the function
we are building a (Gnus) message?
PS: I consider implementing `org-message' similar to `gnus-message',
but that will not directly address the issue.
--
Bastien
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#10180
; Package
emacs,gnus
.
(Thu, 02 Feb 2012 10:57:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 10180 <at> debbugs.gnu.org (full text, mbox):
Bastien <bzg <at> altern.org> writes:
> I don't want to remove this message when this function is used from
> within an Org buffer. What variable can I check to tell the function
> we are building a (Gnus) message?
That's a good question. Hm...
Well, the buffer Gnus uses will have a name that starts with
"*fontification*"...
--
(domestic pets only, the antidote for overdose, milk.)
http://lars.ingebrigtsen.no * Sent from my Rome
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#10180
; Package
emacs,gnus
.
(Fri, 03 Feb 2012 08:46:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 10180 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Well, the buffer Gnus uses will have a name that starts with
> "*fontification*"...
Thanks. I just pushed a fix that will prevent the display of
messages when org-mode is called in a Gnus article buffer.
--
Bastien
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#10180
; Package
emacs,gnus
.
(Tue, 07 Feb 2012 13:36:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 10180 <at> debbugs.gnu.org (full text, mbox):
On Fri, 03 Feb 2012 09:36:08 +0100 Bastien <bzg <at> altern.org> wrote:
> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>
>> Well, the buffer Gnus uses will have a name that starts with
>> "*fontification*"...
>
> Thanks. I just pushed a fix that will prevent the display of
> messages when org-mode is called in a Gnus article buffer.
Thanks. Will this be merged to the Emacs trunk before the 24.1 release?
Steve Berman
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#10180
; Package
emacs,gnus
.
(Tue, 07 Feb 2012 15:28:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 10180 <at> debbugs.gnu.org (full text, mbox):
Hi Stephen,
"Stephen Berman" <stephen.berman <at> gmx.net> writes:
> On Fri, 03 Feb 2012 09:36:08 +0100 Bastien <bzg <at> altern.org> wrote:
>
>> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>>
>>> Well, the buffer Gnus uses will have a name that starts with
>>> "*fontification*"...
>>
>> Thanks. I just pushed a fix that will prevent the display of
>> messages when org-mode is called in a Gnus article buffer.
>
> Thanks. Will this be merged to the Emacs trunk before the 24.1
> release?
No. Emacs trunk is currently in feature freeze, and Org 7.8.03
is the version that will be shipped with Emacs.
--
Bastien
Added tag(s) fixed.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Tue, 07 Feb 2012 20:23:01 GMT)
Full text and
rfc822 format available.
bug marked as fixed in version 24.2, send any further explanations to
10180 <at> debbugs.gnu.org and Stephen Berman <stephen.berman <at> gmx.net>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Tue, 07 Feb 2012 20:23:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 07 Mar 2012 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 103 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.