GNU bug report logs -
#2031
23.0.60; Edit menu missing in Gnus buffers.
Previous Next
Reported by: storm <at> cua.dk
Date: Sat, 24 Jan 2009 20:45:03 UTC
Severity: minor
Done: Lars Magne 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 2031 in the body.
You can then email your comments to 2031 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2031
; Package
emacs
.
(Sat, 24 Jan 2009 20:45:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
storm <at> cua.dk
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sat, 24 Jan 2009 20:45:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
This is an old bug - but still not fixed in Emacs 23.
For some reason, M-x gnus consistently removes the Edit menu
in all buffers related to gnus. It might be ok in the group
overview, and possibly in the article overview, but in the
article buffers, I think it must be shown.
--
Kim F. Storm <storm <at> cua.dk> http://www.cua.dk
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2031
; Package
emacs
.
(Sun, 25 Jan 2009 00:00:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Chong Yidong <cyd <at> stupidchicken.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sun, 25 Jan 2009 00:00:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 2031 <at> emacsbugs.donarmstrong.com (full text, mbox):
"Kim F. Storm" <storm <at> cua.dk> wrote:
> This is an old bug - but still not fixed in Emacs 23.
>
> For some reason, M-x gnus consistently removes the Edit menu
> in all buffers related to gnus. It might be ok in the group
> overview, and possibly in the article overview, but in the
> article buffers, I think it must be shown.
Punting to ding---any objection to removing the calls to
gnus-turn-off-edit-menu in at least the article buffers?
bug reassigned from package `emacs' to `emacs,gnus'.
Request was from
Juanma Barranquero <lekktu <at> gmail.com>
to
control <at> emacsbugs.donarmstrong.com
.
(Sun, 25 Jan 2009 00:40:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, Gnus <bugs <at> gnus.org>
:
bug#2031
; Package
emacs,gnus
.
(Sun, 25 Jan 2009 10:10:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Reiner Steib <Reiner.Steib <at> gmx.de>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, Gnus <bugs <at> gnus.org>
.
(Sun, 25 Jan 2009 10:10:04 GMT)
Full text and
rfc822 format available.
Message #17 received at 2031 <at> emacsbugs.donarmstrong.com (full text, mbox):
On Sun, Jan 25 2009, Chong Yidong wrote:
> "Kim F. Storm" <storm <at> cua.dk> wrote:
>
>> This is an old bug - but still not fixed in Emacs 23.
>>
>> For some reason, M-x gnus consistently removes the Edit menu
>> in all buffers related to gnus.
There are so many top-level menus that they might not even fit on a
typical 80 column frame depending on the fonts.
>> It might be ok in the group overview, and possibly in the article
>> overview, but in the article buffers, I think it must be shown.
The only commands from Edit that might be useful are:
- Copy
- Select All
- Goto / *
Others?
Maybe it would be better to remove the Tools menu instead?
> Punting to ding---any objection to removing the calls to
> gnus-turn-off-edit-menu in at least the article buffers?
We have this since 1997 and I don't recall many complaints. So at
least we would make it customizable (similar to
message-tool-bar-zap-list).
(defcustom gnus-menu-bar-zap-list
'((t tools) ;; turn of tools many in all special Gnus buffers
(category edit)
(article nil) ;; keep edit in Article buffer
(group edit)
(server edit)
(browse edit)
(summary edit))
[...]
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, Gnus <bugs <at> gnus.org>
:
bug#2031
; Package
emacs,gnus
.
(Sun, 25 Jan 2009 13:25:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
storm <at> cua.dk (Kim F. Storm)
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, Gnus <bugs <at> gnus.org>
.
(Sun, 25 Jan 2009 13:25:05 GMT)
Full text and
rfc822 format available.
Message #22 received at 2031 <at> emacsbugs.donarmstrong.com (full text, mbox):
Reiner Steib <reinersteib+gmane <at> imap.cc> writes:
> On Sun, Jan 25 2009, Chong Yidong wrote:
>
>> "Kim F. Storm" <storm <at> cua.dk> wrote:
>>
>>> This is an old bug - but still not fixed in Emacs 23.
>>>
>>> For some reason, M-x gnus consistently removes the Edit menu
>>> in all buffers related to gnus.
>
> There are so many top-level menus that they might not even fit on a
> typical 80 column frame depending on the fonts.
The real problem is too many Gnus menus then :-)
But there is plenty of room in the Article menu.
> Maybe it would be better to remove the Tools menu instead?
I don't think that is acceptable - E.g. apply patch on the tools menu.
Maybe we could get rid of the Options menu (in general) by moving it to
the bottom of the Edit menu where many other applications have their
"Customize..." or "Options..." entry.
>
>> Punting to ding---any objection to removing the calls to
>> gnus-turn-off-edit-menu in at least the article buffers?
>
> So at least we would make it customizable (similar to
> message-tool-bar-zap-list).
Fine with me.
BTW, why is this reply sent to Chong and not Reiner.
The headers in Reinar's response said:
>Mail-Followup-To: Chong Yidong <cyd <at> stupidchicken.com>, 2031 <at> debbugs.gnu.org, ding <at> gnus.org, storm <at> cua.dk (Kim F. Storm)
>Reply-To: Reiner Steib <Reiner.Steib <at> gmx.de>
Does the Mail-Followup-To header take precedense over the Reply-To header ... shouldn't Gnus use both when using wide reply (I added Reinar manually on this mail)?
--
Kim F. Storm <storm <at> cua.dk> http://www.cua.dk
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, Gnus <bugs <at> gnus.org>
:
bug#2031
; Package
emacs,gnus
.
(Sun, 25 Jan 2009 14:30:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jason Rumney <jasonr <at> f2s.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, Gnus <bugs <at> gnus.org>
.
(Sun, 25 Jan 2009 14:30:03 GMT)
Full text and
rfc822 format available.
Message #27 received at 2031 <at> emacsbugs.donarmstrong.com (full text, mbox):
Kim F. Storm wrote:
> Maybe we could get rid of the Options menu (in general) by moving it to
> the bottom of the Edit menu where many other applications have their
> "Customize..." or "Options..." entry.
>
The Edit menu is for editing commands (though we've mistakenly put
Search, Bookmarks and Goto menus there, which used to be under Tools or
their own top level menus, so we've already broken this association).
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, Gnus <bugs <at> gnus.org>
:
bug#2031
; Package
emacs,gnus
.
(Sun, 25 Jan 2009 18:25:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
storm <at> cua.dk (Kim F. Storm)
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, Gnus <bugs <at> gnus.org>
.
(Sun, 25 Jan 2009 18:25:06 GMT)
Full text and
rfc822 format available.
Message #32 received at 2031 <at> emacsbugs.donarmstrong.com (full text, mbox):
Jason Rumney <jasonr <at> f2s.com> writes:
> Kim F. Storm wrote:
>> Maybe we could get rid of the Options menu (in general) by moving it to
>> the bottom of the Edit menu where many other applications have their
>> "Customize..." or "Options..." entry.
>>
>
> The Edit menu is for editing commands (though we've mistakenly put
> Search, Bookmarks and Goto menus there, which used to be under Tools
> or their own top level menus, so we've already broken this
> association).
Every other major editor that I know of has search (and replace) on the
Edit menu - so it would seem logical to group all search commands together
there (instead of having to look for them in two menus).
BTWm they typically have "Options" on either Edit or Tools menu.
Never as a separate menu - although some of the elements of the Options
menu are on a View menu (e.g. word wrap, show/hide, etc).
--
Kim F. Storm <storm <at> cua.dk> http://www.cua.dk
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, Gnus <bugs <at> gnus.org>
:
bug#2031
; Package
emacs,gnus
.
(Sun, 25 Jan 2009 19:20:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Reiner Steib <Reiner.Steib <at> gmx.de>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>, Gnus <bugs <at> gnus.org>
.
(Sun, 25 Jan 2009 19:20:03 GMT)
Full text and
rfc822 format available.
Message #37 received at 2031 <at> emacsbugs.donarmstrong.com (full text, mbox):
On Sun, Jan 25 2009, Kim F. Storm wrote:
> Reiner Steib <reinersteib+gmane <at> imap.cc> writes:
>> There are so many top-level menus that they might not even fit on a
>> typical 80 column frame depending on the fonts.
>
> The real problem is too many Gnus menus then :-)
I'm not sure which ones are less useful than "Edit" or "Tools". I
don't really like a redesign of menus so shortly before the start of
Emacs 23 pretest.
> But there is plenty of room in the Article menu.
When point is on a MIME part, you get:
File Options Buffers Tools Treatments Article Post Command MIME Part Help
>> Maybe it would be better to remove the Tools menu instead?
>
> I don't think that is acceptable - E.g. apply patch on the tools menu.
Hm.
> Maybe we could get rid of the Options menu (in general) by moving it to
> the bottom of the Edit menu where many other applications have their
> "Customize..." or "Options..." entry.
I don't think this would be useful for Emacs in general.
>> So at least we would make it customizable (similar to
>> message-tool-bar-zap-list).
>
> Fine with me.
I'll be busy during the next week so I probably won't have time to
implement it. Any volunteer?
> BTW, why is this reply sent to Chong and not Reiner.
> The headers in Reinar's response said:
>
>>Mail-Followup-To: Chong Yidong <cyd <at> stupidchicken.com>, 2031 <at> debbugs.gnu.org, ding <at> gnus.org, storm <at> cua.dk (Kim F. Storm)
>>Reply-To: Reiner Steib <Reiner.Steib <at> gmx.de>
>
> Does the Mail-Followup-To header take precedense over the Reply-To
> header ...
I'd guess so. The Reply-To just says "Use ...@imap.cc instead of
...@gmx.de for replies".
[ BTW, the mail that pass the bugtracker have a different Reply-To:
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: 2031 <at> debbugs.gnu.org, ding <at> gnus.org,
"Kim F. Storm" <storm <at> cua.dk>
Reply-To: Reiner Steib <Reiner.Steib <at> gmx.de>, 2031 <at> debbugs.gnu.org
Mail-Followup-To: Chong Yidong <cyd <at> stupidchicken.com>,
2031 <at> debbugs.gnu.org, ding <at> gnus.org,
storm <at> cua.dk (Kim F. Storm)
]
> shouldn't Gnus use both when using wide reply (I added Reinar
> manually on this mail)?
No, I added this Mail-Followup-To since I don't need a copy because I
read the list (but I don't care much if I get one - it is split to my
news-cc group).
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
Severity set to `minor' from `normal'
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Wed, 04 Feb 2009 03:50:03 GMT)
Full text and
rfc822 format available.
Reply sent
to
Lars Magne Ingebrigtsen <larsi <at> gnus.org>
:
You have taken responsibility.
(Mon, 18 Oct 2010 21:32:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
storm <at> cua.dk
:
bug acknowledged by developer.
(Mon, 18 Oct 2010 21:32:02 GMT)
Full text and
rfc822 format available.
Message #44 received at 2031-close <at> debbugs.gnu.org (full text, mbox):
Chong Yidong <cyd <at> stupidchicken.com> writes:
> Punting to ding---any objection to removing the calls to
> gnus-turn-off-edit-menu in at least the article buffers?
No, sounds good. I've now done this.
--
(domestic pets only, the antidote for overdose, milk.)
larsi <at> gnus.org * Lars Magne Ingebrigtsen
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 16 Nov 2010 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.