emacs-devel
[Top][All Lists]
Advanced

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

bug in frame-width


From: Luc Teirlinck
Subject: bug in frame-width
Date: Mon, 9 Aug 2004 21:59:44 -0500 (CDT)

I believe the following is an outright bug.

Do `emacs -q &'

ELISP> (frame-width)
80

Indeed, exacly 80 characters fit on the screen.

ELISP> (fringe-mode 0)
nil

Now 83 characters fit on the screen.  But we still get:

ELISP> (frame-width)
80

Unless there is something I completely fail to understand, that should
be 83.

Sincerely,

Luc.





reply via email to

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