emacs-diffs
[Top][All Lists]
Advanced

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

master 3e74cf6516: Bind Cmd-t to menu-set-font on macOS


From: Lars Ingebrigtsen
Subject: master 3e74cf6516: Bind Cmd-t to menu-set-font on macOS
Date: Tue, 14 Jun 2022 08:23:43 -0400 (EDT)

branch: master
commit 3e74cf65161841ee4a0a584fdbba8958372753f9
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Bind Cmd-t to menu-set-font on macOS
    
    * lisp/term/ns-win.el (global-map): set-frame-font asks for a font
    using the minibuffer, but the former ns-popup-font-panel always showed
    the graphical font panel on macOS.  To preserve the same behavior,
    bind it to menu-set-font, which is also called by Options, Set Default
    Font (bug#55967).
---
 lisp/term/ns-win.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index 677ebb400e..84c5b087b9 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -142,7 +142,7 @@ The properties returned may include `top', `left', 
`height', and `width'."
 (define-key global-map [?\s-p] 'ns-print-buffer)
 (define-key global-map [?\s-q] 'save-buffers-kill-emacs)
 (define-key global-map [?\s-s] 'save-buffer)
-(define-key global-map [?\s-t] 'set-frame-font)
+(define-key global-map [?\s-t] 'menu-set-font)
 (define-key global-map [?\s-u] 'revert-buffer)
 (define-key global-map [?\s-v] 'yank)
 (define-key global-map [?\s-w] 'delete-frame)



reply via email to

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