GNU bug report logs - #52556
Cannot answer minibuffer question with just one click

Previous Next

Package: emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Thu, 16 Dec 2021 17:31:01 UTC

Severity: wishlist

Tags: wontfix

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 52556 in the body.
You can then email your comments to 52556 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#52556; Package emacs. (Thu, 16 Dec 2021 17:31:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 16 Dec 2021 17:31:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: Cannot answer minibuffer question with just one click
Date: Fri, 17 Dec 2021 01:20:17 +0800
User cannot answer this minibuffer question,
  How many articles from mail.misc (635 default):
with just one mouse click.

I must hit

   RET (translated from <return>) runs the command exit-minibuffer (found
   in minibuffer-local-map), which is an interactive compiled Lisp
   function in ‘minibuffer.el’.

   It is bound to C-j, RET, <menu-bar> <minibuf> <return>.

   (exit-minibuffer)

   Terminate this minibuffer argument.

Note I have menu-bar turned off.

And even if I have it turned on, one click on the word "default" etc.
would beat poking around in menus.

Also,

   Save file /nibblesford.txt? (y, n, !, ., q, C-r, C-f, d or C-h)

Do allow the user to click on a letter too.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52556; Package emacs. (Thu, 16 Dec 2021 17:42:02 GMT) Full text and rfc822 format available.

Message #8 received at 52556 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 52556 <at> debbugs.gnu.org
Subject: Re: bug#52556: Cannot answer minibuffer question with just one click
Date: Thu, 16 Dec 2021 19:40:32 +0200
> From: 積丹尼 Dan Jacobson
>  <jidanni <at> jidanni.org>
> Date: Fri, 17 Dec 2021 01:20:17 +0800
> 
> User cannot answer this minibuffer question,
>   How many articles from mail.misc (635 default):
> with just one mouse click.
> 
> I must hit
> 
>    RET (translated from <return>) runs the command exit-minibuffer (found
>    in minibuffer-local-map), which is an interactive compiled Lisp
>    function in ‘minibuffer.el’.
> 
>    It is bound to C-j, RET, <menu-bar> <minibuf> <return>.
> 
>    (exit-minibuffer)
> 
>    Terminate this minibuffer argument.
> 
> Note I have menu-bar turned off.
> 
> And even if I have it turned on, one click on the word "default" etc.
> would beat poking around in menus.
> 
> Also,
> 
>    Save file /nibblesford.txt? (y, n, !, ., q, C-r, C-f, d or C-h)
> 
> Do allow the user to click on a letter too.

Please describe what you did to trigger the problem.  It is not at all
evident from what you told in your report.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52556; Package emacs. (Thu, 16 Dec 2021 17:55:01 GMT) Full text and rfc822 format available.

Message #11 received at 52556 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 52556 <at> debbugs.gnu.org
Subject: Re: bug#52556: Cannot answer minibuffer question with just one click
Date: Fri, 17 Dec 2021 01:54:19 +0800
EZ> Please describe what you did to trigger the problem.

RET (translated from <return>) runs the command
gnus-group-select-group, giving
>> How many articles from mail.misc (635 default):
(Sure, just hit RET again. But how about a one click solution too?)

C-x s runs the command save-some-buffers, giving
>> Save file /nibblesford.txt? (y, n, !, ., q, C-r, C-f, d or C-h)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52556; Package emacs. (Thu, 16 Dec 2021 19:12:03 GMT) Full text and rfc822 format available.

Message #14 received at 52556 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 52556 <at> debbugs.gnu.org
Subject: Re: bug#52556: Cannot answer minibuffer question with just one click
Date: Thu, 16 Dec 2021 20:59:33 +0200
> User cannot answer this minibuffer question,
>   How many articles from mail.misc (635 default):
> with just one mouse click.

Emacs 28 comes with the context menu where you can select
an item to exit the minibuffer with one mouse click.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52556; Package emacs. (Fri, 17 Dec 2021 08:48:01 GMT) Full text and rfc822 format available.

Message #17 received at 52556 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 52556 <at> debbugs.gnu.org
Subject: Re: bug#52556: Cannot answer minibuffer question with just one click
Date: Fri, 17 Dec 2021 16:47:42 +0800
>>>>> "JL" == Juri Linkov <juri <at> linkov.net> writes:
>> User cannot answer this minibuffer question,
>> How many articles from mail.misc (635 default):
>> with just one mouse click.

JL> Emacs 28 comes with the context menu where you can select
JL> an item to exit the minibuffer with one mouse click.

Context menu? Sounds like two clicks.
(My emacs-version "27.1")




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52556; Package emacs. (Sat, 18 Dec 2021 17:24:02 GMT) Full text and rfc822 format available.

Message #20 received at 52556 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 52556 <at> debbugs.gnu.org
Subject: Re: bug#52556: Cannot answer minibuffer question with just one click
Date: Sat, 18 Dec 2021 19:13:39 +0200
>>> User cannot answer this minibuffer question,
>>> How many articles from mail.misc (635 default):
>>> with just one mouse click.
>
> JL> Emacs 28 comes with the context menu where you can select
> JL> an item to exit the minibuffer with one mouse click.
>
> Context menu? Sounds like two clicks.
> (My emacs-version "27.1")

No, just one click: press the right button
and release it on the menu item "Minibuf -> Enter".




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52556; Package emacs. (Sun, 19 Dec 2021 05:49:01 GMT) Full text and rfc822 format available.

Message #23 received at 52556 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 52556 <at> debbugs.gnu.org
Subject: Re: bug#52556: Cannot answer minibuffer question with just one click
Date: Sun, 19 Dec 2021 13:46:39 +0800
>>>>> "JL" == Juri Linkov <juri <at> linkov.net> writes:

JL> No, just one click: press the right button
JL> and release it on the menu item "Minibuf -> Enter".

Still takes poking around in menus for what should be a simple point and
click operation.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#52556; Package emacs. (Sun, 19 Dec 2021 11:59:02 GMT) Full text and rfc822 format available.

Message #26 received at 52556 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 52556 <at> debbugs.gnu.org
Subject: Re: bug#52556: Cannot answer minibuffer question with just one click
Date: Sun, 19 Dec 2021 12:58:14 +0100
積丹尼 Dan Jacobson <jidanni <at> jidanni.org> writes:

> User cannot answer this minibuffer question,
>   How many articles from mail.misc (635 default):
> with just one mouse click.

I think doing so would be highly unintuitive, so I don't think we should
be adding magic mouse-1 clicks to the minibuffer questsions, and I'm
closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 19 Dec 2021 11:59:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 52556 <at> debbugs.gnu.org and 積丹尼 Dan Jacobson <jidanni <at> jidanni.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 19 Dec 2021 11:59:03 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. (Sun, 16 Jan 2022 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.