unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 68d11cc: Add new option help-link-key-to-documentation
       [not found] ` <20211024144733.41F5E209A5@vcs0.savannah.gnu.org>
@ 2021-10-24 15:27   ` Stefan Kangas
  2021-10-24 15:48     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Kangas @ 2021-10-24 15:27 UTC (permalink / raw)
  To: emacs-devel

stefankangas@gmail.com (Stefan Kangas) writes:

> branch: master
> commit 68d11cc248524750c008a418faca4a9182d51758
> Author: Stefan Kangas <stefan@marxist.se>
> Commit: Stefan Kangas <stefan@marxist.se>
>
>     Add new option help-link-key-to-documentation
>
>     * lisp/help.el (help-link-key-to-documentation): New user option.
>     (substitute-command-keys): Add a link from keys to the command they
>     are bound to, if the above new option is non-nil.  (Bug#8951)
>     * etc/NEWS: Announce the new option.

Just a heads up: "make bootstrap" is needed after pulling this change.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: master 68d11cc: Add new option help-link-key-to-documentation
  2021-10-24 15:27   ` master 68d11cc: Add new option help-link-key-to-documentation Stefan Kangas
@ 2021-10-24 15:48     ` Eli Zaretskii
  2021-10-24 16:18       ` Eli Zaretskii
  2021-10-24 16:29       ` Stefan Kangas
  0 siblings, 2 replies; 5+ messages in thread
From: Eli Zaretskii @ 2021-10-24 15:48 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: emacs-devel

> From: Stefan Kangas <stefan@marxist.se>
> Date: Sun, 24 Oct 2021 08:27:15 -0700
> 
> stefankangas@gmail.com (Stefan Kangas) writes:
> 
> > branch: master
> > commit 68d11cc248524750c008a418faca4a9182d51758
> > Author: Stefan Kangas <stefan@marxist.se>
> > Commit: Stefan Kangas <stefan@marxist.se>
> >
> >     Add new option help-link-key-to-documentation
> >
> >     * lisp/help.el (help-link-key-to-documentation): New user option.
> >     (substitute-command-keys): Add a link from keys to the command they
> >     are bound to, if the above new option is non-nil.  (Bug#8951)
> >     * etc/NEWS: Announce the new option.
> 
> Just a heads up: "make bootstrap" is needed after pulling this change.

Why is that?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: master 68d11cc: Add new option help-link-key-to-documentation
  2021-10-24 15:48     ` Eli Zaretskii
@ 2021-10-24 16:18       ` Eli Zaretskii
  2021-10-24 16:29       ` Stefan Kangas
  1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2021-10-24 16:18 UTC (permalink / raw)
  To: stefan; +Cc: emacs-devel

> Date: Sun, 24 Oct 2021 18:48:05 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: emacs-devel@gnu.org
> 
> > > branch: master
> > > commit 68d11cc248524750c008a418faca4a9182d51758
> > > Author: Stefan Kangas <stefan@marxist.se>
> > > Commit: Stefan Kangas <stefan@marxist.se>
> > >
> > >     Add new option help-link-key-to-documentation
> > >
> > >     * lisp/help.el (help-link-key-to-documentation): New user option.
> > >     (substitute-command-keys): Add a link from keys to the command they
> > >     are bound to, if the above new option is non-nil.  (Bug#8951)
> > >     * etc/NEWS: Announce the new option.
> > 
> > Just a heads up: "make bootstrap" is needed after pulling this change.
> 
> Why is that?

Btw, the tooltip text this feature shows is less helpful than it could
be: "describe this function".  What function?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: master 68d11cc: Add new option help-link-key-to-documentation
  2021-10-24 15:48     ` Eli Zaretskii
  2021-10-24 16:18       ` Eli Zaretskii
@ 2021-10-24 16:29       ` Stefan Kangas
  2021-10-24 17:07         ` Eli Zaretskii
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Kangas @ 2021-10-24 16:29 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Eli Zaretskii <eliz@gnu.org> writes:

> Why is that?

I might have confused myself here with switching back and forth between
the emacs-28 and master branch in the same tree.  If this is not the
case, sorry for the noise.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: master 68d11cc: Add new option help-link-key-to-documentation
  2021-10-24 16:29       ` Stefan Kangas
@ 2021-10-24 17:07         ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2021-10-24 17:07 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: emacs-devel

> From: Stefan Kangas <stefan@marxist.se>
> Date: Sun, 24 Oct 2021 09:29:06 -0700
> Cc: emacs-devel@gnu.org
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > Why is that?
> 
> I might have confused myself here with switching back and forth between
> the emacs-28 and master branch in the same tree.  If this is not the
> case, sorry for the noise.

All I needed was to delete help.elc, and after that everything was
dandy.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-24 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211024144731.24745.25328@vcs0.savannah.gnu.org>
     [not found] ` <20211024144733.41F5E209A5@vcs0.savannah.gnu.org>
2021-10-24 15:27   ` master 68d11cc: Add new option help-link-key-to-documentation Stefan Kangas
2021-10-24 15:48     ` Eli Zaretskii
2021-10-24 16:18       ` Eli Zaretskii
2021-10-24 16:29       ` Stefan Kangas
2021-10-24 17:07         ` Eli Zaretskii

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).