GNU bug report logs - #74619
macOS: <ns-show-prefs> displayed as keybinding for \\[customize] on emacs -nw

Previous Next

Package: emacs;

Reported by: Yoichi Nakayama <yoichi.nakayama <at> gmail.com>

Date: Sat, 30 Nov 2024 07:42:02 UTC

Severity: normal

Tags: fixed

Fixed in version 31.1

Done: Robert Pluim <rpluim <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Robert Pluim <rpluim <at> gmail.com>
Cc: gerd.moellmann <at> gmail.com, yoichi.nakayama <at> gmail.com, 74619 <at> debbugs.gnu.org
Subject: bug#74619: macOS: <ns-show-prefs> displayed as keybinding for \\[customize] on emacs -nw
Date: Fri, 06 Dec 2024 20:24:39 +0200
> From: Robert Pluim <rpluim <at> gmail.com>
> Cc: Eli Zaretskii <eliz <at> gnu.org>,  yoichi.nakayama <at> gmail.com,
>   74619 <at> debbugs.gnu.org
> Date: Fri, 06 Dec 2024 18:24:26 +0100
> 
>     Gerd> I configure --without-ns, and ns-win.el is not loaded in that case.
> 
> So (featurep 'ns) is false for you, so the load of term/ns-win in
> loadup.el doesnʼt happen.
> 
> We could add something like
> 
> (if (eq system-type 'darwin)
>     (load "term/darwin.el"))
> 
> with a new "term/darwin.el" file, I guess (but what about GNUStep?).

What will be in term/darwin.el?




This bug report was last modified 165 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.