From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: What's right here? Date: Mon, 07 Mar 2005 21:53:08 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1110251235 23481 80.91.229.2 (8 Mar 2005 03:07:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2005 03:07:15 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 08 04:07:15 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8V30-0007Wo-80 for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2005 04:06:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8VHO-0001OE-3h for ged-emacs-devel@m.gmane.org; Mon, 07 Mar 2005 22:21:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8VEE-0007fm-JG for emacs-devel@gnu.org; Mon, 07 Mar 2005 22:17:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8VE7-0007av-N8 for emacs-devel@gnu.org; Mon, 07 Mar 2005 22:17:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8VE6-0007WN-RQ for emacs-devel@gnu.org; Mon, 07 Mar 2005 22:17:42 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D8UqL-0008Bb-8Q for emacs-devel@gnu.org; Mon, 07 Mar 2005 21:53:09 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D8UqK-0008La-RL; Mon, 07 Mar 2005 21:53:08 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34307 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34307 In lispref/display.texi: The @code{:height} and @code{:align-to} properties are supported on non-graphic terminals, but the other space properties in this section are not. Is it correct that :height is supported on non-graphic terminals? NEWS says it is :width.