From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.emacs.devel Subject: Re: Alternative input formats Date: Thu, 11 Dec 2014 15:33:09 +0100 Message-ID: <87bnnab6je.fsf@gnu.org> References: <20141205123549.GA29331@thyrsus.com> <2815659.zRQ0WWWeRr@descartes> <20141205175810.GD3120@thyrsus.com> <87wq66ufyt.fsf@wanadoo.es> <87tx18vl0v.fsf@dod.no> <87iohnvh3m.fsf@dod.no> <877fy3lmm4.fsf@violet.siamics.net> <877fy3vcw4.fsf@dod.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1418308446 9264 80.91.229.3 (11 Dec 2014 14:34:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2014 14:34:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 11 15:34:00 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xz4oZ-0007Tm-Ra for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2014 15:33:59 +0100 Original-Received: from localhost ([::1]:51791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz4oZ-0000qg-10 for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2014 09:33:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz4nu-00008G-98 for emacs-devel@gnu.org; Thu, 11 Dec 2014 09:33:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz4nn-0006WT-6c for emacs-devel@gnu.org; Thu, 11 Dec 2014 09:33:18 -0500 Original-Received: from hera.aquilenet.fr ([2a01:474::1]:45643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz4nn-0006WO-0V; Thu, 11 Dec 2014 09:33:11 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 664D6418C; Thu, 11 Dec 2014 15:33:10 +0100 (CET) Original-Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NujsSOeJ4zJD; Thu, 11 Dec 2014 15:33:10 +0100 (CET) Original-Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id B66DA40A5; Thu, 11 Dec 2014 15:33:09 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 Frimaire an 223 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Richard Stallman's message of "Sun, 07 Dec 2014 19:25:24 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:474::1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:179758 Archived-At: Richard Stallman skribis: > If we develop software to browse HTML manuals made by Texifo with all > the good features of info, then we can drop use of Info format. But HTML itself lacks the notion of indexes or cross-manual references, for instance (cross-manual references must work both with on-line copies and with locally installed manuals.) Ludo=E2=80=99.