emacs-pretest-bug
[Top][All Lists]
Advanced

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

windmove: moving back to minibuffer


From: Oliver Scholz
Subject: windmove: moving back to minibuffer
Date: Thu, 24 Jun 2004 11:46:14 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (windows-nt)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

When using windmove to leave the minibuffer windows it is not
possible to move back.

Recipe to reproduce the bug starting with emacs -q --no-site-file:

Eval this expression:

(progn (windmove-default-keybindings)
       (yes-or-no-p "test"))

Then type <shift>-up in order to move point to the window above the
minibuffer. Then type <shift>-down in order to move back ==>

Debugger entered--Lisp error: (error "No window down from selected window")
  signal(error ("No window down from selected window"))
  error("No window %s from selected window" down)
  windmove-do-window-select(down nil)
  windmove-down(nil)
  call-interactively(windmove-down)
  yes-or-no-p("test")
  (progn (windmove-default-keybindings) (yes-or-no-p "test"))
  eval((progn (windmove-default-keybindings) (yes-or-no-p "test")))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp)


In GNU Emacs 21.3.50.1 (i386-mingw-nt5.1.2600)
 of 2004-06-15 on USER-2MOEN8BWBA
configured using `configure --with-gcc (3.3)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_DE
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t







reply via email to

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