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

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

bug#466: 23.0.60; windmove.el doesnt not always switch windows in ERC


From: OFFICE ZERO
Subject: bug#466: 23.0.60; windmove.el doesnt not always switch windows in ERC
Date: Sat, 9 Aug 2008 23:18:12 +0900

Do'nt   send  me mail  !!!
no tkank you!!

----- Original Message ----- From: "martin rudalics" <rudalics@gmx.at>
To: "Keegan Carruthers-Smith" <keegan.csmith@gmail.com>
Cc: <466@emacsbugs.donarmstrong.com>
Sent: Saturday, August 09, 2008 6:47 PM
Subject: bug#466: 23.0.60;windmove.el doesnt not always switch windows in ERC


> Hey,
> I ran edebug-eval-expression on (windmove-left) and got
> call-interactively: Symbol's value as variable is void: > edebug-outside-windows
>
> Hope this helps

Not really.  Please try the following.  In a one-window frame do

C-x 2 C-x o C-x 3

that is your frame should appear as follows:

 -----
|     |
|-----|
|  |  |
 -----

In the lower right window display the ERC buffer, in the lower left
window the buffer you want to move to.  Next display window-move.el in
the top window, move point to the definition of
`windmove-find-other-window' and type C-u C-M-x to "instrument that
function for debugging".

Finally, go to the ERC window, and call `window-left'.  edebug should
now redirect focus to the upper window and you can type SPACE to step
through `windmove-find-other-window'.  If possible, do the same for a
non-ERC buffer in the lower right window too to tell where executions
differ.

Thanks, martin











reply via email to

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