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

2016-04-17 Thread Kaushal Modi
Hi Ian, > On my computer running 24.5.1 M works as expected. However, on emacs 25.1.50.1 I get ... First of all, it is important to know in which major mode you are trying to use the M-/ bindings. They are undefined by defined and are defined in org-mode-map. It is also important to know in

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

2016-04-17 Thread Adam Porter
Ian Barton writes: > c-h w org-metaup > org-metaup is on > > 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-") 'org-metadown) >

[O] Problems with M- on Emacs 25.

2016-04-17 Thread Ian Barton
I think that this is an Emacs not org-mode problem, but maybe somebody can throw some light on it. On my computer running 24.5.1 M works as expected. However, on emacs 25.1.50.1 I get: Debugger entered--Lisp error: (error "There is no other window") scroll-other-window(-)