emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problems with M-<up> on Emacs 25.
@ 2016-04-17  9:57 Ian Barton
  2016-04-17 23:51 ` Adam Porter
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Barton @ 2016-04-17  9:57 UTC (permalink / raw)
  To: emacs-orgmode

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<up> 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(-)
  scroll-other-window-down(nil)
  funcall-interactively(scroll-other-window-down nil)
  call-interactively(scroll-other-window-down nil nil)
  command-execute(scroll-other-window-down)


However, in my org buffer:

c-h w org-metaup
org-metaup is on <M-up>

which seems to indicate that the key is correctly bound.

If I start emacs with a minimal config that just has (require
org-mode), I still get the error.

I then tried the "If it doesn't work hit it with the biggest hammer
available" approach:

(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.


--
Best wishes,

Ian.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-18  3:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-17  9:57 Problems with M-<up> on Emacs 25 Ian Barton
2016-04-17 23:51 ` Adam Porter
2016-04-18  3:14   ` Kaushal Modi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).