all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* windmove
@ 2004-05-09  0:47 Joe Corneli
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Corneli @ 2004-05-09  0:47 UTC (permalink / raw)


Is anyone using windmove with the current CVS emacs
(/path/to/emacs/lisp/windmove.el)?  When I loaded it and tried
windmove-down I got an error message 

windmove-do-window-select: No window down from selected window

However, that contradicted what I saw on my monitor.

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

* Re: windmove
       [not found] <mailman.4083.1084063716.1061.help-gnu-emacs@gnu.org>
@ 2004-05-09 11:25 ` Stefan Daschek
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Daschek @ 2004-05-09 11:25 UTC (permalink / raw)


Joe Corneli <jcorneli@math.utexas.edu> writes:

> Is anyone using windmove with the current CVS emacs
> (/path/to/emacs/lisp/windmove.el)?  When I loaded it and tried
> windmove-down I got an error message 
>
> windmove-do-window-select: No window down from selected window
>
> However, that contradicted what I saw on my monitor.

I noticed this problem some time ago, too. There is a workaround that
helps in many (but not all) cases:

(setq windmove-window-distance-delta 4)

You may want to experiment with the value, however '4' seems to give
the best results for me.

hth, noniq

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

* Re: windmove
@ 2004-05-09 16:38 Joe Corneli
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Corneli @ 2004-05-09 16:38 UTC (permalink / raw)



   > windmove-do-window-select: No window down from selected window
   >
   > However, that contradicted what I saw on my monitor.

   I noticed this problem some time ago, too. There is a workaround that
   helps in many (but not all) cases:

   (setq windmove-window-distance-delta 4)

Setting it to 4 didn't seem to work, but setting it to 2 made it
possible to run the function.  You are right that it doesn't help in
every case... for example, with my windows set up something like
this,

        .....................
        .                   .
        .    c    C         .
        .....................
        .    a    .         .
        .    A    .    B    .
        .         .         .
        .....................
        .    d    D         .
        .....................


windmode-right from `A' gets me to window `B' (good)
windmove-right from `a' puts me in window `C' (bad)
windmove-down from `c' puts me in window `A' (good)
windmove-up from `d' triggers the error message (bad)

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

end of thread, other threads:[~2004-05-09 16:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-09 16:38 windmove Joe Corneli
     [not found] <mailman.4083.1084063716.1061.help-gnu-emacs@gnu.org>
2004-05-09 11:25 ` windmove Stefan Daschek
  -- strict thread matches above, loose matches on Subject: below --
2004-05-09  0:47 windmove Joe Corneli

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.