From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Pool Newsgroups: gmane.emacs.devel Subject: Re: Texinfo Date: Wed, 16 Dec 2009 09:09:48 +1100 Message-ID: References: <871vj2qig7.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1260915104 10153 80.91.229.12 (15 Dec 2009 22:11:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Dec 2009 22:11:44 +0000 (UTC) Cc: stephen@xemacs.org, bob@gnu.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 15 23:11:37 2009 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.50) id 1NKfcF-0007IY-BN for ged-emacs-devel@m.gmane.org; Tue, 15 Dec 2009 23:11:35 +0100 Original-Received: from localhost ([127.0.0.1]:52971 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKfcF-0003x8-1n for ged-emacs-devel@m.gmane.org; Tue, 15 Dec 2009 17:11:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKfai-00034j-NF for emacs-devel@gnu.org; Tue, 15 Dec 2009 17:10:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKfae-00031p-0E for emacs-devel@gnu.org; Tue, 15 Dec 2009 17:10:00 -0500 Original-Received: from [199.232.76.173] (port=44709 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKfad-00031f-S6 for emacs-devel@gnu.org; Tue, 15 Dec 2009 17:09:55 -0500 Original-Received: from mail-px0-f192.google.com ([209.85.216.192]:40742) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKfab-0006XN-DX; Tue, 15 Dec 2009 17:09:53 -0500 Original-Received: by pxi30 with SMTP id 30so217709pxi.14 for ; Tue, 15 Dec 2009 14:09:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=97ki4VjTAK0bsPkiDu/2mNJUYnwxwZucu2mQ+7EzC3U=; b=CI6J20VJMXWLnfoNiB1fWv1Wc8wZIeDJXp5Yaf+YHU8FEz/njExQ1XKAWEF2ZpzPXG yspjl1kADkIgbpQ0I1aVTu5Xz6viDadI1+Meh5cCO86GG5WZa1QVwOUiJONpkV08LisO DtwQWAjxL0CkN/ZkR5+l0v1E3lsMkkQY6yksQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=WhkpYTKBPI3VLBoLlt+m/BtVwFcFWPjwds/KWgtjU7MCVRnJHIOFtQw0Gvmn5J01bd Px+OhBC5soVK6olXuEwEHQJf5pv+fEh+g17sYO6UhJM0XAHIsPItvFOkeUOTyrhS8BPb d1dL1cLAHd74cGLip2Y0qmj60HY00ZLanscu0= Original-Received: by 10.141.23.12 with SMTP id a12mr82892rvj.158.1260914990994; Tue, 15 Dec 2009 14:09:50 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 5fd1296385aa37f1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:118639 Archived-At: 2009/12/16 Richard Stallman : > =A0 =A0I agree we should produce a Texinfo doc. =A0We have a bug to track= this > =A0 =A0 and people have suggested > =A0 =A0some tools that may be able to do it. =A0If somebody who loves Tex= info > =A0 =A0will tell me "run tool X with command line Y and it produces good > =A0 =A0output" I'll put it in to the Makefile. > > You may need to do more than that. =A0If your current doc format doesn't > have a converter to Texinfo, you need to either write one, or use > another doc format. > > What doc source format do you use now? We use ReST. --=20 Martin