From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ryan Johnson Newsgroups: gmane.emacs.devel Subject: Re: Improve input handling documentation Date: Mon, 06 Sep 2010 07:27:41 +0200 Message-ID: <4C847BCD.70301@ece.cmu.edu> References: <20100904160740.988082D5@osgood.ece.cmu.edu> <4C82987A.4060300@ece.cmu.edu> <87bp8d8gdk.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1283750890 8108 80.91.229.12 (6 Sep 2010 05:28:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Sep 2010 05:28:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 06 07:28:07 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OsUFS-0005pd-9x for ged-emacs-devel@m.gmane.org; Mon, 06 Sep 2010 07:28:06 +0200 Original-Received: from localhost ([127.0.0.1]:34635 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsUFR-0008UB-Gc for ged-emacs-devel@m.gmane.org; Mon, 06 Sep 2010 01:28:05 -0400 Original-Received: from [140.186.70.92] (port=42556 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OsUFI-0008Tw-Sr for emacs-devel@gnu.org; Mon, 06 Sep 2010 01:27:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OsUFH-0006oM-UM for emacs-devel@gnu.org; Mon, 06 Sep 2010 01:27:56 -0400 Original-Received: from bache.ece.cmu.edu ([128.2.129.23]:52029) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OsUFH-0006n5-SN for emacs-devel@gnu.org; Mon, 06 Sep 2010 01:27:55 -0400 Original-Received: from [192.168.0.2] (131-7.77-83.cust.bluewin.ch [83.77.7.131]) by bache.ece.cmu.edu (Postfix) with ESMTP id BBD69A9; Mon, 6 Sep 2010 01:27:49 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 In-Reply-To: <87bp8d8gdk.fsf@stupidchicken.com> X-detected-operating-system: by eggs.gnu.org: Solaris 9 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 Xref: news.gmane.org gmane.emacs.devel:129701 Archived-At: Chong Yidong writes: > Ryan Johnson writes: > >> What format should the diagram take? I don't think I've ever seen >> ascii art, let alone an image, in the emacs docs... > Info can handle images nowadays, even though we don't currently use it > in the Emacs manuals (see the "Box Diagrams" node in the Lisp manual for > an example of ascii art). So if you want to take a stab at making a > diagram, png is fine. It would be good to provide ascii art as a > fallback, though. OK, but let's get the information correct and complete first... Ryan