From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Code cleanup -- inconsistent "width" and "height" etc. Date: Fri, 11 Apr 2003 19:45:48 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <5xhe97dsr3.fsf@kfs2.cua.dk> <5xptnuihqd.fsf@kfs2.cua.dk> <200304110034.JAA18307@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1050104964 5985 80.91.224.249 (11 Apr 2003 23:49:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2003 23:49:24 +0000 (UTC) Cc: storm@cua.dk Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Apr 12 01:49:21 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1948Gn-0001YF-00 for ; Sat, 12 Apr 2003 01:49:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1948MQ-000210-00 for ; Sat, 12 Apr 2003 01:55:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1948Go-0004xb-00 for emacs-devel@quimby.gnus.org; Fri, 11 Apr 2003 19:49:22 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 1948Fv-0004XZ-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 19:48:27 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 1948E7-0003Ba-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 19:46:35 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 1948DN-0002jn-00 for emacs-devel@gnu.org; Fri, 11 Apr 2003 19:45:49 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 1948DM-0007Rx-00; Fri, 11 Apr 2003 19:45:48 -0400 Original-To: Kenichi Handa In-reply-to: <200304110034.JAA18307@etlken.m17n.org> (message from Kenichi Handa on Fri, 11 Apr 2003 09:34:11 +0900 (JST)) Original-cc: miles@gnu.org Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13174 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13174 By the way, I've just found this inconsistency. frame-width -> not including scroll bars and fringes frame-pixel-width -> including them If you look at this very strictly, this may seem inconsistent, but I think it is logical. The scroll bars and fringes are not columns, so a width measured in columns naturally won't include them.