emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Problems with M-<up> on Emacs 25.


From: Adam Porter
Subject: Re: [O] Problems with M-<up> on Emacs 25.
Date: Sun, 17 Apr 2016 18:51:20 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Ian Barton <address@hidden> writes:

> c-h w org-metaup
> org-metaup is on <M-up>
>
> which seems to indicate that the key is correctly bound.
>
> (require 'org)
> (require 'ob-tangle)
> (eval-after-load "org"
>     '(progn
>       (define-key org-mode-map (kbd "M-<down>") 'org-metadown)
>       (define-key org-mode-map (kbd "M-<up>") 'org-metaup)))
>
> but emacs thinks that M-<up> is bound to scroll other window.

This probably won't be much help, but occasionally I've noticed unusual
problems with keybindings in Emacs where a key seems to be bound to more
than one command.  You might try checking "C-h k <M-up>" and see what it
says.

Also, try with "emacs -q" and "emacs -Q" and see if you can reproduce it
that way.  That might help narrow it down.




reply via email to

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