unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: "Jan D." <jan.h.d@swipnet.se>
Cc: Yuri Khan <yuri.v.khan@gmail.com>,
	Emacs developers <emacs-devel@gnu.org>,
	Darren Hoo <darren.hoo@gmail.com>
Subject: Re: resize windows horizontally with the mouse
Date: Fri, 31 Jan 2014 11:44:00 +0100	[thread overview]
Message-ID: <52EB7E70.50902@gmx.at> (raw)
In-Reply-To: <52EB7279.4050207@swipnet.se>

 > I think it is the trough-border.  What do you do to make this happen?

In emacs -Q

(let* ((w2 (split-window))
        (w3 (split-window w2)))
   (balance-windows)
   (sit-for 3)
   (delete-window w3)
   (balance-windows))

Normal window deletion doesn't show it, probably because the new
scrollbars are drawn over the old ones.

 > Is it dependent on your 12 pixel setting?

I think so.  When I change the `scroll-bar-width' frame parameter to 14
it doesn't happen.  IIRC I once tried to fix it by clearing the area
somewhere in xg_remove_scroll_bar but it didn't help much.

martin



  reply	other threads:[~2014-01-31 10:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-30  3:32 resize windows horizontally with the mouse Michael Heerdegen
2014-01-30  3:36 ` Yuri Khan
2014-01-30  3:55   ` Michael Heerdegen
2014-01-30  5:27   ` Darren Hoo
2014-01-30  6:34     ` Yuri Khan
2014-01-30  7:09       ` martin rudalics
2014-01-30  7:20         ` Yuri Khan
2014-01-30  7:53           ` martin rudalics
2014-01-30  9:45             ` Jan D.
2014-01-30 13:47               ` martin rudalics
2014-01-30 14:19                 ` Jan Djärv
2014-01-30 14:37                   ` martin rudalics
2014-01-30 15:46                     ` Jan D.
2014-01-30 18:45                       ` martin rudalics
2014-01-31  9:52                         ` Jan D.
2014-01-31 10:44                           ` martin rudalics [this message]
2014-01-30  7:08 ` martin rudalics
2014-01-30  8:47 ` Andreas Schwab

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=52EB7E70.50902@gmx.at \
    --to=rudalics@gmx.at \
    --cc=darren.hoo@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=jan.h.d@swipnet.se \
    --cc=yuri.v.khan@gmail.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 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).