unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Steven Edwards <cureadvocate@gmail.com>
To: martin rudalics <rudalics@gmx.at>
Cc: 16383@debbugs.gnu.org
Subject: bug#16383: balance-windows fails in Emacs 24.3.50.1
Date: Tue, 7 Jan 2014 15:12:14 -0500	[thread overview]
Message-ID: <CAA3vWKB0ed9iXNykAeUdJe5Gcu8KUJHjJFJqs=eyFwSEddCK_Q@mail.gmail.com> (raw)
In-Reply-To: <52CC5576.3080507@gmx.at>

I applied the changes manually with no luck.  The Debian snapshot will
be updated soon, I hope.

Thank you for letting me know it's fixed... that gives me something to
look forward to. :)

On 1/7/14, martin rudalics <rudalics@gmx.at> wrote:
>  > How do I find out which revision I have?
>
> Here I can do
>
> C-h v emacs-bzr-version RET
>
> But IIUC you don't use bazaar but Debian snapshots.  So if you can apply a
> patch try the one below.
>
> martin
>
>
> === modified file 'lisp/window.el'
> --- lisp/window.el    2014-01-05 16:29:44 +0000
> +++ lisp/window.el    2014-01-07 11:41:17 +0000
> @@ -4541,7 +4541,7 @@
>       (setq sub first)
>       (while (and sub (> rest 0))
>         (unless (window--resize-child-windows-skip-p window)
> -    (set-window-new-pixel sub char-size t)
> +    (set-window-new-pixel sub (min rest char-size) t)
>       (setq rest (- rest char-size)))
>         (setq sub (window-right sub)))
>
> @@ -4550,7 +4550,7 @@
>       (setq sub first)
>       (while (and sub (> rest 0))
>         (unless (eq (window-new-normal sub) 'ignore)
> -    (set-window-new-pixel sub char-size t)
> +    (set-window-new-pixel sub (min rest char-size) t)
>       (setq rest (- rest char-size)))
>         (setq sub (window-right sub)))
>
>
>





  reply	other threads:[~2014-01-07 20:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-07 16:01 bug#16383: balance-windows fails in Emacs 24.3.50.1 Steven Edwards
2014-01-07 17:31 ` martin rudalics
2014-01-07 19:06   ` Steven Edwards
2014-01-07 19:28     ` martin rudalics
2014-01-07 20:12       ` Steven Edwards [this message]
2014-01-11 10:25         ` martin rudalics
2014-01-11 11:39           ` Steven Edwards
2014-01-11 13:28             ` Steven Edwards
2014-01-11 14:01               ` martin rudalics
2014-01-11 16:26                 ` Steven Edwards
2014-01-12  9:53                   ` martin rudalics
2014-01-12 10:46                     ` Steven Edwards
2014-01-12 11:44                       ` martin rudalics
2014-01-12 12:32                         ` Steven Edwards
2014-01-12 17:26                           ` martin rudalics
2014-01-13 17:52                             ` 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='CAA3vWKB0ed9iXNykAeUdJe5Gcu8KUJHjJFJqs=eyFwSEddCK_Q@mail.gmail.com' \
    --to=cureadvocate@gmail.com \
    --cc=16383@debbugs.gnu.org \
    --cc=rudalics@gmx.at \
    /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).