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: [gerd.moellmann@t-online.de: Re: Info menus on text-mode terminals] Date: Sat, 03 Jan 2004 22:53:02 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1073189259 19973 80.91.224.253 (4 Jan 2004 04:07:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2004 04:07:39 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jan 04 05:07:37 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AczY9-0000DT-00 for ; Sun, 04 Jan 2004 05:07:37 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AczY9-0002Lc-00 for ; Sun, 04 Jan 2004 05:07:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ad0Sm-00042n-HV for emacs-devel@quimby.gnus.org; Sun, 04 Jan 2004 00:06:08 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Ad0Os-0001eH-Fp for emacs-devel@gnu.org; Sun, 04 Jan 2004 00:02:06 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Ad0NL-0000kL-2z for emacs-devel@gnu.org; Sun, 04 Jan 2004 00:00:52 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ad0Lf-0008Ps-2A for emacs-devel@gnu.org; Sat, 03 Jan 2004 23:58:47 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1AczK2-00051C-OE; Sat, 03 Jan 2004 22:53:02 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18981 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18981 Would someone like to implement the `space' display specification on ttys? Of course, it will have to round to an integer width. ------- Start of forwarded message ------- X-Authentication-Warning: gerd.free-bsd.org: gerd set sender to gerd.moellmann@t-online.de using -f Sender: gerd@gerd.free-bsd.org To: rms@gnu.org Cc: Luc Teirlinck , miles@gnu.org, eliz@elta.co.il, emacs-devel@gnu.org Subject: Re: Info menus on text-mode terminals From: gerd.moellmann@t-online.de (Gerd Moellmann) Date: 30 Sep 2003 14:54:10 +0200 In-Reply-To: X-Seen: false X-ID: SxWWaMZfremI7XYW7LC7XYqMv7kMdHQ8knnYPfETzpuwLtAUMqzuwV X-Spam-Status: No, hits=-2.4 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, RCVD_IN_NJABL,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_GNUS_UA,X_AUTH_WARNING,X_NJABL_DIALUP version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Richard Stallman writes: > Gerd, you know how text properties are recognized. Could you do > this? Well, I can give some hints how to do it for someone who wants to implement this. -- In handle_single_display_prop, let the Qspace subproperty through for terminal frames. -- In produce_glyphs, term.c and maybe elsewhere (msdos.c?), handle the case that it->what == IT_STRETCH in a way similar to x_produce_glyphs/produce_stretch_glyph, only produce some number of space glyphs instead of a stretch glyph. ------- End of forwarded message -------