GNU bug report logs -
#11832
24.1.50; enhancement request: line truncation not dependent on fringe
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Sun, 1 Jul 2012 14:19:02 UTC
Severity: wishlist
Found in version 24.1.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #44 received at 11832 <at> debbugs.gnu.org (full text, mbox):
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Tue, 10 Jul 2012 21:59:41 +0200
> Cc: drew.adams <at> oracle.com, 11832 <at> 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.
This bug report was last modified 9 years and 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.