unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master fab840e381: ; * lisp/buff-menu.el (Buffer-menu-mode-map): Fix warning.
       [not found] ` <20220105135613.47500C0DA1B@vcs2.savannah.gnu.org>
@ 2022-01-05 14:39   ` Robert Pluim
  2022-01-05 14:58     ` Stefan Kangas
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Pluim @ 2022-01-05 14:39 UTC (permalink / raw)
  To: emacs-devel; +Cc: Stefan Kangas

>>>>> On Wed,  5 Jan 2022 08:56:13 -0500 (EST), Stefan Kangas <stefankangas@gmail.com> said:

    Stefan> branch: master
    Stefan> commit fab840e381db8b5fd226f59d976abd3e4f16bec4
    Stefan> Author: Stefan Kangas <stefan@marxist.se>
    Stefan> Commit: Stefan Kangas <stefan@marxist.se>

    Stefan>     ; * lisp/buff-menu.el (Buffer-menu-mode-map): Fix warning.
    Stefan> ---
    Stefan>  lisp/buff-menu.el | 2 +-
    Stefan>  1 file changed, 1 insertion(+), 1 deletion(-)

    Stefan> diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
    Stefan> index ee503846d0..50c2c155ca 100644
    Stefan> --- a/lisp/buff-menu.el
    Stefan> +++ b/lisp/buff-menu.el
    Stefan> @@ -150,7 +150,7 @@ commands.")
    Stefan>    "M-s a C-o"   #'Buffer-menu-multi-occur
 
    Stefan>    "<mouse-2>"     #'Buffer-menu-mouse-select
    Stefan> -  "<follow-link>" #'mouse-face)
    Stefan> +  "<follow-link>" 'mouse-face)

Hmm, does that set the 'mouse-face property? Thatʼs a usage I wasnʼt
aware of, is it described anywhere? (I couldn't find it in the elisp
manual)


Robert
-- 



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

* Re: master fab840e381: ; * lisp/buff-menu.el (Buffer-menu-mode-map): Fix warning.
  2022-01-05 14:39   ` master fab840e381: ; * lisp/buff-menu.el (Buffer-menu-mode-map): Fix warning Robert Pluim
@ 2022-01-05 14:58     ` Stefan Kangas
  2022-01-05 15:06       ` Robert Pluim
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Kangas @ 2022-01-05 14:58 UTC (permalink / raw)
  To: Robert Pluim, emacs-devel

Robert Pluim <rpluim@gmail.com> writes:

>     Stefan> -  "<follow-link>" #'mouse-face)
>     Stefan> +  "<follow-link>" 'mouse-face)
>
> Hmm, does that set the 'mouse-face property? Thatʼs a usage I wasnʼt
> aware of, is it described anywhere? (I couldn't find it in the elisp
> manual)

It's not very easy to find, but it's in:

    (info "(elisp) Clickable Text")



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

* Re: master fab840e381: ; * lisp/buff-menu.el (Buffer-menu-mode-map): Fix warning.
  2022-01-05 14:58     ` Stefan Kangas
@ 2022-01-05 15:06       ` Robert Pluim
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Pluim @ 2022-01-05 15:06 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: emacs-devel

>>>>> On Wed, 5 Jan 2022 06:58:34 -0800, Stefan Kangas <stefan@marxist.se> said:

    Stefan> Robert Pluim <rpluim@gmail.com> writes:
    Stefan> -  "<follow-link>" #'mouse-face)
    Stefan> +  "<follow-link>" 'mouse-face)
    >> 
    >> Hmm, does that set the 'mouse-face property? Thatʼs a usage I wasnʼt
    >> aware of, is it described anywhere? (I couldn't find it in the elisp
    >> manual)

    Stefan> It's not very easy to find, but it's in:

    Stefan>     (info "(elisp) Clickable Text")

Thanks. Iʼd been looking in the keymap section.

Robert
-- 



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

end of thread, other threads:[~2022-01-05 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <164139097303.3190.14022236223922873114@vcs2.savannah.gnu.org>
     [not found] ` <20220105135613.47500C0DA1B@vcs2.savannah.gnu.org>
2022-01-05 14:39   ` master fab840e381: ; * lisp/buff-menu.el (Buffer-menu-mode-map): Fix warning Robert Pluim
2022-01-05 14:58     ` Stefan Kangas
2022-01-05 15:06       ` Robert Pluim

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