bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16470: 24.3.50; term mode and newlines with some window configuratio


From: martin rudalics
Subject: bug#16470: 24.3.50; term mode and newlines with some window configurations
Date: Fri, 17 Jan 2014 08:51:08 +0100

Trying this on Windows

> 1. Start Emacs (with -Q).
> 2. Stretch the frame so it has enough room for three reasonably large 
vertical splits.
> 3. Make 3 equally-sized vertical windows (C-x 3, C-x 3, C-x 3, C-x =).

(I suppose you mean C-x + instead of C-x = here)

> 4. Put your cursor in the right-most window.

and evaluating

(defun term-window-width ()
  (if (and (not (featurep 'xemacs))
           (display-graphic-p)
           overflow-newline-into-fringe
           (/= (frame-parameter nil 'right-fringe) 0))
      (window-width)
    (1- (window-width))))

(term-window-width)

in the right-most window I get a value of 24 in both Emacs 24.3 and
Emacs 24.4.  What do you get?

martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]