all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Drew Adams <drew.adams@oracle.com>
Cc: 888@emacsbugs.donarmstrong.com
Subject: bug#888: 23.0.60; window height 2 too small (after splitting)
Date: Fri, 05 Sep 2008 09:31:37 +0200	[thread overview]
Message-ID: <48C0E059.4050100@gmx.at> (raw)
In-Reply-To: <000501c90f28$c2d95020$0200a8c0@us.oracle.com>

 > I can't until I get another Windows binary - probably in about a month. But I'm
 > sure you DTRT - thanks!

Why wait?  All you have to do is put an `and' before the penultimate
line in `window--try-to-split-window' like this (modulo some mangled
tabs):

	       ;; If WINDOW is the only window on its frame and not the
	       ;; minibuffer window, attempt to split it vertically
	       ;; disregarding the value of `split-height-threshold'.
	       (let ((split-height-threshold 0))
		 (and (window--splittable-p window)
		      (split-window window))))))))

martin






  reply	other threads:[~2008-09-05  7:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <48C3A759.3080000@gmx.at>
2008-09-04 16:27 ` bug#888: 23.0.60; window height 2 too small (after splitting) Drew Adams
2008-09-04 17:39   ` martin rudalics
2008-09-05  7:22   ` martin rudalics
2008-09-05  7:26     ` Drew Adams
2008-09-05  7:31       ` martin rudalics [this message]
2008-09-07 14:07         ` Drew Adams
2008-09-07 10:30   ` bug#888: marked as done (23.0.60; window height 2 too small (after splitting)) Emacs bug Tracking System

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

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

  git send-email \
    --in-reply-to=48C0E059.4050100@gmx.at \
    --to=rudalics@gmx.at \
    --cc=888@emacsbugs.donarmstrong.com \
    --cc=drew.adams@oracle.com \
    /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 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.