GNU bug report logs -
#29313
Replace gnus-yes-or-no-p with yes-or-no-p?
Previous Next
Reported by: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Date: Thu, 16 Nov 2017 01:52:01 UTC
Severity: normal
Tags: wontfix
Found in version 5.13
Done: Eric Abrahamsen <eric <at> ericabrahamsen.net>
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 29313 in the body.
You can then email your comments to 29313 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, bugs <at> gnus.org
:
bug#29313
; Package
emacs,gnus
.
(Thu, 16 Nov 2017 01:52:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Eric Abrahamsen <eric <at> ericabrahamsen.net>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
.
(Thu, 16 Nov 2017 01:52:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Gnus has the following defined:
(defun gnus-y-or-n-p (prompt)
(prog1
(y-or-n-p prompt)
(message "")))
(defun gnus-yes-or-no-p (prompt)
(prog1
(yes-or-no-p prompt)
(message "")))
I wonder if I'm missing something here: for the life of me I can't see
how the behavior is different from the built-ins. The built-ins don't
put anything in the minibuffer, why would we'd have to blank it? Is this
historical?
I'm putting this on my list of little Gnus tweaks to eventually commit,
unless someone points out why I shouldn't.
Gnus v5.13
GNU Emacs 27.0.50 (build 5, x86_64-pc-linux-gnu, GTK+ Version 3.22.25)
of 2017-11-09
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#29313
; Package
emacs,gnus
.
(Thu, 16 Nov 2017 02:01:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 29313 <at> debbugs.gnu.org (full text, mbox):
Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:
> Gnus has the following defined:
>
> (defun gnus-y-or-n-p (prompt)
> (prog1
> (y-or-n-p prompt)
> (message "")))
>
> (defun gnus-yes-or-no-p (prompt)
> (prog1
> (yes-or-no-p prompt)
> (message "")))
>
> I wonder if I'm missing something here: for the life of me I can't see
> how the behavior is different from the built-ins. The built-ins don't
> put anything in the minibuffer, why would we'd have to blank it? Is this
> historical?
They put the prompt in the minibuffer, don't they? (not sure why it's
important to blank that out though)
Information forwarded
to
bug-gnu-emacs <at> gnu.org, bugs <at> gnus.org
:
bug#29313
; Package
emacs,gnus
.
(Thu, 16 Nov 2017 02:13:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 29313 <at> debbugs.gnu.org (full text, mbox):
Noam Postavsky <npostavs <at> users.sourceforge.net> writes:
> Eric Abrahamsen <eric <at> ericabrahamsen.net> writes:
>
>> Gnus has the following defined:
>>
>> (defun gnus-y-or-n-p (prompt)
>> (prog1
>> (y-or-n-p prompt)
>> (message "")))
>>
>> (defun gnus-yes-or-no-p (prompt)
>> (prog1
>> (yes-or-no-p prompt)
>> (message "")))
>>
>> I wonder if I'm missing something here: for the life of me I can't see
>> how the behavior is different from the built-ins. The built-ins don't
>> put anything in the minibuffer, why would we'd have to blank it? Is this
>> historical?
>
> They put the prompt in the minibuffer, don't they? (not sure why it's
> important to blank that out though)
Oh! The prompt is *left* in the minibuffer. Of course I figure that out
moments after making the bug report.
Well, at least the functions actually *do* something. Whether that's
worth doing is another question, but I'll leave it for now.
Added tag(s) wontfix.
Request was from
Eric Abrahamsen <eric <at> ericabrahamsen.net>
to
control <at> debbugs.gnu.org
.
(Thu, 16 Nov 2017 04:02:01 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
29313 <at> debbugs.gnu.org and Eric Abrahamsen <eric <at> ericabrahamsen.net>
Request was from
Eric Abrahamsen <eric <at> ericabrahamsen.net>
to
control <at> debbugs.gnu.org
.
(Thu, 16 Nov 2017 04:02: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
.
(Thu, 14 Dec 2017 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 247 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.