unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: 16017@debbugs.gnu.org
Subject: bug#16017: 24.3.50; windmove is broken
Date: Wed, 04 Dec 2013 15:31:05 +0100	[thread overview]
Message-ID: <529F3CA9.3030904@gmx.at> (raw)
In-Reply-To: <529E7E30.3080400@yandex.ru>

 > The patch works, except it doesn't let me move to the minibuffer window
 > when it's active, and doesn't say so when the minibuffer is inactive
 > (and it should, according to `windmove-do-window-select'). Changing the
 > value of `windmove-window-distance-delta' doesn't help with it either,
 > so looks like the patch is indeed equivalent to that.

I nevertheless checked it in to allow others basic navigation.  I'll
look into the minibuffer case later.

 > The "no window there" feedback is non-existent (error "Wrong type
 > argument: window-live-p, nil"), but that's to be expected, I guess.

Certainly not (the function I use was too complex to post here): Try

(defun select-window-on-left ()
   "Select window on the left."
   (interactive)
   (let ((window (window-in-direction 'left)))
     (when window (select-window window))))

martin





  reply	other threads:[~2013-12-04 14:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-01  1:52 bug#16017: 24.3.50; windmove is broken Dmitry Gutov
2013-12-02  7:38 ` martin rudalics
2013-12-02 10:29   ` Dmitry Gutov
2013-12-02 14:38     ` Stefan Monnier
2013-12-02 18:16       ` martin rudalics
2013-12-02 18:16     ` martin rudalics
2013-12-02 19:05       ` Dmitry Gutov
2013-12-03 11:44         ` martin rudalics
2013-12-04  0:58           ` Dmitry Gutov
2013-12-04 14:31             ` martin rudalics [this message]
2013-12-04 22:13               ` Dmitry Gutov
2013-12-05  6:59                 ` martin rudalics
2013-12-05 10:53                   ` Dmitry Gutov
2013-12-13 17:23                     ` martin rudalics
2013-12-15 13:49                       ` Dmitry Gutov
2013-12-16 10:13                         ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=529F3CA9.3030904@gmx.at \
    --to=rudalics@gmx.at \
    --cc=16017@debbugs.gnu.org \
    --cc=dgutov@yandex.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).