emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs Under X: <print>


From: Robert Pluim
Subject: Re: Emacs Under X: <print>
Date: Mon, 13 Feb 2023 12:58:21 +0100

>>>>> On Sat, 11 Feb 2023 19:31:35 -0300, Vinicius Latorre 
>>>>> <viniciusjl.gnu@gmail.com> said:

    Vinicius> BTW, my settings are very old, use keymap-global-set instead of
    Vinicius> global-set-key, and use keymap-local-set instead of local-set-key.

    Vinicius> See also the documentation of key-valid-p, probably you could use 
"<print>"
    Vinicius> instead of [print].

Not just could, but should, with keymap-global-set:

    (kbd "<print>")

is "the function key 'printʼ"

    (kbd "[print]")

is "the vector of characters 'print'"

Robert
-- 



reply via email to

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