help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: different key binding between GUI emacs and emacs -nw


From: Nicolas Goaziou
Subject: Re: different key binding between GUI emacs and emacs -nw
Date: Tue, 30 May 2017 08:51:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Jean-Christophe Helary <jean.christophe.helary@gmail.com> writes:

> I've just filed a bug report on emacs and was advised to report it here too.
>
> It's bug#27140.
>
> Basically, when I start GUI emacs (macOS, but also Aquamacs, also reported in 
> Xubuntu and GTK+/Linux), I don't get the default org-mode bindings. Only 
> emacs -nw gets them.
>
> Even if I start both with -Q, I get the exact same behavior: proper default 
> key bindings for org-mode in emacs -nw, some bindings overridden in GUI emacs.
>
> The discussion thread on help-gnu-emacs is here:
>
> http://lists.gnu.org/archive/html/help-gnu-emacs/2017-05/msg00306.html
>
> Let me know if you need extra information.

What happens if you replace, e.g.,

  (org-defkey org-mode-map [(meta left)]  'org-metaleft)

with

  (org-defkey org-mode-map (kbd "M-<left>")  'org-metaleft)

in "org.el"?

Regards,

-- 
Nicolas Goaziou



reply via email to

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