* bug#19096: 25.0.50; suggest-key-bindings doesn't work with a nil value
@ 2014-11-18 13:56 Vicente Vera
2016-06-26 17:49 ` bug#19096: Bug #19096: " Noam Postavsky
0 siblings, 1 reply; 2+ messages in thread
From: Vicente Vera @ 2014-11-18 13:56 UTC (permalink / raw)
To: 19096
In Emacs 25.0.50.1 (repository revision:
5813f93cab1a81eba6eef735add5ca7cb1d15e8e) the function
'execute-extended-command' accepts only numeric values from the
variable 'suggest-key-bindings'. Setting a nil value won't disable the
suggestion message shown in the minibuffer.
In 'simple.el', line 1691, the function looks for a non-nil value in
'suggest-key-bindings', but afterwards it only accepts numeric values.
Therefore, a nil value will trigger the default behaviour, which is
printing the "You can run the command `%s' with %s" message after 2
seconds. A workaround: setting 'suggest-key-bindings' to 0.
Also, in line 1670, a conditional construct has been commented out:
";; (when binding". But it seems this is not directly related with the
issue.
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#19096: Bug #19096: 25.0.50; suggest-key-bindings doesn't work with a nil value
2014-11-18 13:56 bug#19096: 25.0.50; suggest-key-bindings doesn't work with a nil value Vicente Vera
@ 2016-06-26 17:49 ` Noam Postavsky
0 siblings, 0 replies; 2+ messages in thread
From: Noam Postavsky @ 2016-06-26 17:49 UTC (permalink / raw)
To: 19096-done
Version: 25.0.95
AFAICT this is fixed in Emacs 25 pretest.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-26 17:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 13:56 bug#19096: 25.0.50; suggest-key-bindings doesn't work with a nil value Vicente Vera
2016-06-26 17:49 ` bug#19096: Bug #19096: " Noam Postavsky
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).