From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: karl@freefriends.org (Karl Berry) Newsgroups: gmane.emacs.devel Subject: Re: [dak@gnu.org: Where to ask for Info features?] Date: Mon, 5 Apr 2004 11:06:17 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200404051506.i35F6HO11985@f7.net> References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1081178848 7568 80.91.224.253 (5 Apr 2004 15:27:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Apr 2004 15:27:28 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Apr 05 17:27:20 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 1BAW0O-0000h2-00 for ; Mon, 05 Apr 2004 17:27:20 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BAW0O-0005pW-00 for ; Mon, 05 Apr 2004 17:27:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BAVpO-0003fC-DD for emacs-devel@quimby.gnus.org; Mon, 05 Apr 2004 11:15:58 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BAVom-0003dV-GS for emacs-devel@gnu.org; Mon, 05 Apr 2004 11:15:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BAVgo-0001kK-I7 for emacs-devel@gnu.org; Mon, 05 Apr 2004 11:07:40 -0400 Original-Received: from [209.61.216.22] (helo=f7.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BAVg2-0001Qf-30; Mon, 05 Apr 2004 11:06:18 -0400 Original-Received: (from karl@localhost) by f7.net (8.11.7-20030920/8.11.7) id i35F6HO11985; Mon, 5 Apr 2004 11:06:17 -0400 Original-To: dak@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:21283 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21283 I was just asking for a way in which an Info file can tell Emacs to do it. David, as I mentioned to you, right now @image takes a bunch of optional arguments: @image{FILENAME[, WIDTH[, HEIGHT[, ALTTEXT[, EXTENSION]]]]} In the Info output (as of the upcoming release) this gets written as: ^@^H[image src="BINARYFILE" text="TXTFILE" alt="ALTTEXT ... ^@^H] And the Info readers interpret/ignore this as they please. So this is easily extendable with more image properties as they are needed. I hope/assume the alttext will do for the help text. If we need more arguments to @image, please elucidate.