emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] different key binding between GUI emacs and emacs -nw


From: Jean-Christophe Helary
Subject: Re: [O] different key binding between GUI emacs and emacs -nw
Date: Tue, 30 May 2017 16:37:53 +0900

> On May 30, 2017, at 15:51, Nicolas Goaziou <address@hidden> wrote:
> 
>> 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"?

Nothing changes.

Jean-Christophe 



reply via email to

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