GNU bug report logs - #16470
24.3.50; term mode and newlines with some window configurations

Previous Next

Package: emacs;

Reported by: Constantine Vetoshev <vetoshev <at> gmail.com>

Date: Thu, 16 Jan 2014 23:16:02 UTC

Severity: normal

Found in version 24.3.50

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Constantine Vetoshev <vetoshev <at> gmail.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: Jan Djärv <jan.h.d <at> swipnet.se>, 16470 <at> debbugs.gnu.org
Subject: bug#16470: 24.3.50; term mode and newlines with some window configurations
Date: Sat, 18 Jan 2014 10:43:27 -0800
On Jan 18, 2014, at 09:24, martin rudalics <rudalics <at> gmx.at> wrote:

> Now try to use
> 
> (defun term-window-width ()
>  (if (and (not (featurep 'xemacs))
> 	   (display-graphic-p)
> 	   overflow-newline-into-fringe
> 	   (/= (frame-parameter nil 'right-fringe) 0))
>      (/ (window-body-width nil t) (frame-char-width))
>    (1- (window-width))))
> 
> instead.  If this works I shall make the change in window_body_width.

Yes, this change seems to work in my tests.




This bug report was last modified 11 years and 117 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.