emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47198: closed (27.1; Why bind some commands by default if they're no


From: GNU bug Tracking System
Subject: bug#47198: closed (27.1; Why bind some commands by default if they're not defined?)
Date: Tue, 16 Mar 2021 19:47:01 +0000

Your message dated Tue, 16 Mar 2021 21:46:27 +0200
with message-id <834khaevak.fsf@gnu.org>
and subject line Re: [External] : Re: bug#47198: 27.1; Why bind some commands 
by default if they're not defined?
has caused the debbugs.gnu.org bug report #47198,
regarding 27.1; Why bind some commands by default if they're not defined?
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
47198: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47198
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 27.1; Why bind some commands by default if they're not defined? Date: Tue, 16 Mar 2021 17:57:45 +0000
emacs -Q
C-h b

There is this entry, with no link on the command name:

 M-s h f                hi-lock-find-patterns

This is apparently because file `bindings.el' adds the key binding:

  (define-key search-map "hf"   'hi-lock-find-patterns)

Is it a good idea that we do this even though the command is not yet
defined?

Seems like such a binding should be in hi-lock.el, and be created only
after the command is created, no?

(This bug is a bit similar to #47197, I guess.  But `vc-ignore' doesn't
seem to be bound anywhere.)


In GNU Emacs 27.1 (build 1, x86_64-w64-mingw32)
 of 2020-08-12 built on CIRROCUMULUS
Repository revision: 86d8d76aa36037184db0b2897c434cdaab1a9ae8
Repository branch: HEAD
Windowing system distributor 'Microsoft Corp.', version 10.0.19041
System Description: Microsoft Windows 10 Pro (v10.0.2004.19041.804)




--- End Message ---
--- Begin Message --- Subject: Re: [External] : Re: bug#47198: 27.1; Why bind some commands by default if they're not defined? Date: Tue, 16 Mar 2021 21:46:27 +0200
> From: Drew Adams <drew.adams@oracle.com>
> CC: "47198@debbugs.gnu.org" <47198@debbugs.gnu.org>
> Date: Tue, 16 Mar 2021 19:35:39 +0000
> 
> > >  M-s h f          hi-lock-find-patterns
> > >
> > > This is apparently because file `bindings.el' adds the key binding:

Btw, this command does have a link in the pretest of Emacs 27.2.

So I'm closing this bug report.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]