GNU bug report logs -
#45412
File ... is large (... MiB), really open? (y)es or (n)o or (l)iterally
Previous Next
Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Date: Thu, 24 Dec 2020 23:27:01 UTC
Severity: wishlist
Tags: fixed
Merged with 45647,
47556
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Daniel Martín <mardani29 <at> yahoo.es>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 45412 <at> debbugs.gnu.org,
> jidanni <at> jidanni.org, juri <at> linkov.net
> Date: Thu, 06 May 2021 01:10:08 +0200
>
> I think I've applied all code review suggestions (patches attached).
Thanks, there are still a couple of nits left:
> * lisp/emacs-lisp/rmc.el (read-multiple-choice): Add a new argument to
> override the default help description in `read-multiple-choice'. Use
> the `help-char' variable instead of ?\C-h. Also support the `edit'
> action from `query-replace-map', so that help links can be visited by
> entering a recursive edit.
In commit log messages and in NEWS we nowadays prefer quoting 'like
this', not `like this'.
> +shortened). DESCRIPTION is an optional longer explanation for
> +the entry that will be displayed in a help buffer if the user
> +requests more help. This help description has a fixed format in
> +columns, but, for greater flexibility, instead of passing a
> +DESCRIPTION, the user can use the optional argument HELP-STRING.
> +This argument is a string that contains the text with the
> +complete description of all choices. `read-multiple-choice' will
> +display that description in a help buffer if the user requests
> +it.
You say "user" here several times, but I think you mean the Lisp
program that calls this function, not the Emacs user.
> + (substitute-command-keys
> + "Recursive edit. Resume with \\[exit-recursive-edit]"))
I think "resume" is too vague here to be useful. Suggest to reword:
Recursive edit; type \\[exit-recursive-edit] to return to help screen.
This bug report was last modified 4 years and 14 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.