all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: 11832@debbugs.gnu.org
Subject: bug#11832: 24.1.50; enhancement request: line truncation not dependent on fringe
Date: Fri, 13 Jul 2012 13:14:20 +0300	[thread overview]
Message-ID: <83mx349ddv.fsf@gnu.org> (raw)
In-Reply-To: <CAAeL0SRtL59g0H7SiF4vEJsVMZDMaE+DAej6bhWz=uTpZP55fQ@mail.gmail.com>

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Tue, 10 Jul 2012 21:59:41 +0200
> Cc: drew.adams@oracle.com, 11832@debbugs.gnu.org
> 
> ;;;;;;;;;; test.el ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> (require 'bs)
> (add-hook 'bs-mode-hook (lambda () (set-window-fringes nil 0 0)))
> (setq bs-attributes-list '(("Buffer" compute-buffer-width  nil left
> bs--get-name)))
> (defun compute-buffer-width ()
>   (- (window-width)
>      1))  ; one empty column at the end
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;,,,,,,,,
> 
> emacs -Q -l test.el -f bs-show
> 
> Result: there's a spurious blank line at the end which wasn't there in
> 24.1, nor the trunk of few days ago.

Fixed in trunk revision 109069.

It was a problem with vertical-motion, which affected
count-screen-lines, which caused bs--set-window-height resize the
window one line too tall.





      reply	other threads:[~2012-07-13 10:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-01 14:13 bug#11832: 24.1.50; enhancement request: line truncation not dependent on fringe Drew Adams
2012-07-01 16:09 ` Eli Zaretskii
2012-07-01 16:52   ` Drew Adams
2012-07-01 17:16     ` Andreas Schwab
2012-07-01 17:26     ` Andreas Schwab
2012-07-01 21:41       ` Drew Adams
2012-07-02 13:52       ` Stefan Monnier
2012-07-01 17:34     ` Eli Zaretskii
2012-07-02 19:16   ` Eli Zaretskii
2012-07-02 19:18     ` Drew Adams
2012-07-07 16:44     ` Eli Zaretskii
2012-07-07 16:54       ` Drew Adams
2012-07-18 15:25         ` Drew Adams
2012-07-18 17:08           ` Eli Zaretskii
2012-07-10 19:59       ` Juanma Barranquero
2012-07-13 10:14         ` Eli Zaretskii [this message]

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=83mx349ddv.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=11832@debbugs.gnu.org \
    --cc=lekktu@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 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.