all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: martin rudalics <rudalics@gmx.at>,
	Stefan Monnier <monnier@iro.umontreal.ca>
Cc: 60252@debbugs.gnu.org
Subject: bug#60252: 29.0.60; help-fns--describe-function-or-command-prompt asks for confirmation
Date: Thu, 22 Dec 2022 12:54:24 +0200	[thread overview]
Message-ID: <83sfh7909r.fsf@gnu.org> (raw)
In-Reply-To: <6971735f-b849-a76e-9a86-a99b68444e99@gmx.at> (message from martin rudalics on Thu, 22 Dec 2022 10:21:56 +0100)

> Date: Thu, 22 Dec 2022 10:21:56 +0100
> From: martin rudalics <rudalics@gmx.at>
> 
> This change
> 
> --- a/lisp/help-fns.el
> +++ b/lisp/help-fns.el
> @@ -229,7 +229,7 @@ help-fns--describe-function-or-command-prompt
>                  (lambda (f) (if want-command
>                             (commandp f)
>                           (or (fboundp f) (get f 'function-documentation))))
> -               t nil nil
> +               'confirm nil nil
>                  (and fn (symbol-name fn)))))
>       (unless (equal val "")
>         (setq fn (intern val)))
> 
> in
> 
> commit c12838c73ef161850a081f9ccea6e375b7c2f93b
> Author: Stefan Monnier <monnier@iro.umontreal.ca>
> Date:   Fri Sep 2 09:54:13 2022 -0400
> 
> breaks my working flow as follows: With Emacs 28 when I type
> 
> C-h f RET set-face-a RET
> 
> I get a help window on ‘set-face-attribute’.  Now I'm asked to
> [Confirm].  Kindly add some way to get the old behavior back.

Stefan, any suggestions for more backward compatibility?





  reply	other threads:[~2022-12-22 10:54 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-22  9:21 bug#60252: 29.0.60; help-fns--describe-function-or-command-prompt asks for confirmation martin rudalics
2022-12-22 10:54 ` Eli Zaretskii [this message]
2022-12-22 14:54   ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-12-22 15:30     ` Eli Zaretskii
2022-12-22 16:41       ` martin rudalics
2022-12-22 16:48       ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-12-22 16:53         ` Eli Zaretskii
2022-12-22 21:14           ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-12-23  7:26             ` Eli Zaretskii
2022-12-22 21:32 ` Gregory Heytings
2022-12-22 23:25   ` Drew Adams
2022-12-23  7:02     ` Juri Linkov
2022-12-23 14:43       ` Eli Zaretskii
2022-12-23 16:36       ` Drew Adams
2022-12-23  7:32     ` Eli Zaretskii
2022-12-23 16:47       ` Drew Adams
2022-12-23 18:43         ` Eli Zaretskii
2022-12-23 20:45           ` Drew Adams
2022-12-24  6:43             ` Eli Zaretskii
2022-12-23  7:24   ` Eli Zaretskii
2022-12-23 11:21     ` Gregory Heytings
2022-12-23 12:39       ` Eli Zaretskii
2022-12-23  8:33   ` martin rudalics
2022-12-23 11:19     ` Gregory Heytings
2022-12-24  8:38       ` martin rudalics
2022-12-23 11:34     ` Eli Zaretskii
2022-12-24  8:38       ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83sfh7909r.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=60252@debbugs.gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=rudalics@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.