From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: docstrings and elisp reference Date: Thu, 08 Jun 2017 18:11:39 +0300 Message-ID: <8360g68qfo.fsf@gnu.org> References: <0BB64F35-233A-471F-B99F-51F96C4E6CCB@gmail.com> <8360g99n07.fsf@gnu.org> <86lgp4q2xa.fsf@stephe-leake.org> <7acc7d4f-23cc-4b6a-b062-ef92805e465b@default> <878tl3rz38.fsf@x230.lts> <0B83D1B3-19D8-4F85-BCD8-357FC6F1C9A7@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1496934771 10212 195.159.176.226 (8 Jun 2017 15:12:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 8 Jun 2017 15:12:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 08 17:12:47 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dIz77-0002HF-2Y for ged-emacs-devel@m.gmane.org; Thu, 08 Jun 2017 17:12:45 +0200 Original-Received: from localhost ([::1]:50178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIz7C-0007IS-Eu for ged-emacs-devel@m.gmane.org; Thu, 08 Jun 2017 11:12:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIz6A-0006yJ-OZ for emacs-devel@gnu.org; Thu, 08 Jun 2017 11:11:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIz65-0006TW-NS for emacs-devel@gnu.org; Thu, 08 Jun 2017 11:11:46 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIz65-0006TR-KJ; Thu, 08 Jun 2017 11:11:41 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1244 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dIz65-0002yP-2l; Thu, 08 Jun 2017 11:11:41 -0400 In-reply-to: (message from Jean-Christophe Helary on Thu, 8 Jun 2017 17:12:37 +0900) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:215520 Archived-At: > From: Jean-Christophe Helary > Date: Thu, 8 Jun 2017 17:12:37 +0900 > > > Could you perhaps talk about what you see as the benefit to “an alternative to the info system, with exactly the same contents”? > > An HTML page with the whole API with visual cues. Can you elaborate on the "visual cues" part? Thanks.