Gnus development mailing list
 help / color / mirror / Atom feed
* bug#2031: 23.0.60; Edit menu missing in Gnus buffers.
@ 2009-01-24 23:54 ` Chong Yidong
  2009-01-25 10:01   ` Reiner Steib
  2010-10-18 21:35   ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Chong Yidong @ 2009-01-24 23:54 UTC (permalink / raw)
  To: ding; +Cc: 2031, Kim F. Storm

"Kim F. Storm" <storm@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?






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

* Re: bug#2031: 23.0.60; Edit menu missing in Gnus buffers.
  2009-01-24 23:54 ` bug#2031: 23.0.60; Edit menu missing in Gnus buffers Chong Yidong
@ 2009-01-25 10:01   ` Reiner Steib
  2009-01-25 13:17     ` Kim F. Storm
  2010-10-18 21:35   ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 5+ messages in thread
From: Reiner Steib @ 2009-01-25 10:01 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 2031, ding, Kim F. Storm

On Sun, Jan 25 2009, Chong Yidong wrote:

> "Kim F. Storm" <storm@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/



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

* bug#2031: 23.0.60; Edit menu missing in Gnus buffers.
  2009-01-25 10:01   ` Reiner Steib
@ 2009-01-25 13:17     ` Kim F. Storm
  2009-01-25 19:14       ` Reiner Steib
  0 siblings, 1 reply; 5+ messages in thread
From: Kim F. Storm @ 2009-01-25 13:17 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 2031, Reiner Steib, ding

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> On Sun, Jan 25 2009, Chong Yidong wrote:
>
>> "Kim F. Storm" <storm@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@stupidchicken.com>, 2031@emacsbugs.donarmstrong.com, ding@gnus.org, storm@cua.dk (Kim F. Storm)
>Reply-To: Reiner Steib <Reiner.Steib@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@cua.dk> http://www.cua.dk







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

* Re: bug#2031: 23.0.60; Edit menu missing in Gnus buffers.
  2009-01-25 13:17     ` Kim F. Storm
@ 2009-01-25 19:14       ` Reiner Steib
  0 siblings, 0 replies; 5+ messages in thread
From: Reiner Steib @ 2009-01-25 19:14 UTC (permalink / raw)
  To: Kim F. Storm; +Cc: 2031, Chong Yidong, ding

On Sun, Jan 25 2009, Kim F. Storm wrote:

> Reiner Steib <reinersteib+gmane@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@stupidchicken.com>, 2031@emacsbugs.donarmstrong.com, ding@gnus.org, storm@cua.dk (Kim F. Storm)
>>Reply-To: Reiner Steib <Reiner.Steib@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@stupidchicken.com>
  Cc: 2031@emacsbugs.donarmstrong.com, ding@gnus.org,
  	"Kim F. Storm" <storm@cua.dk>
  Reply-To: Reiner Steib <Reiner.Steib@gmx.de>, 2031@emacsbugs.donarmstrong.com
  Mail-Followup-To: Chong Yidong <cyd@stupidchicken.com>,
  	2031@emacsbugs.donarmstrong.com, ding@gnus.org,
  	storm@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/



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

* Re: 23.0.60; Edit menu missing in Gnus buffers.
  2009-01-24 23:54 ` bug#2031: 23.0.60; Edit menu missing in Gnus buffers Chong Yidong
  2009-01-25 10:01   ` Reiner Steib
@ 2010-10-18 21:35   ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-10-18 21:35 UTC (permalink / raw)
  To: Chong Yidong; +Cc: ding, 2031-close, Kim F. Storm

Chong Yidong <cyd@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@gnus.org * Lars Magne Ingebrigtsen



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

end of thread, other threads:[~2010-10-18 21:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20090124203612.935EB9E022@smtp.fullrate.dk>
2009-01-24 23:54 ` bug#2031: 23.0.60; Edit menu missing in Gnus buffers Chong Yidong
2009-01-25 10:01   ` Reiner Steib
2009-01-25 13:17     ` Kim F. Storm
2009-01-25 19:14       ` Reiner Steib
2010-10-18 21:35   ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).