From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: eww Date: Wed, 19 Jun 2013 04:17:00 -0400 Message-ID: <857ghqzf9f.fsf@member.fsf.org> References: <87d2rkb1pi.fsf@fleche.redhat.com> <87bo73a39w.fsf@fleche.redhat.com> <83ppvjqlcq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371629849 7678 80.91.229.3 (19 Jun 2013 08:17:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 08:17:29 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 10:17:29 2013 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 1UpDa4-0001oe-3I for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 10:17:28 +0200 Original-Received: from localhost ([::1]:35563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpDa3-0006KN-IW for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 04:17:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpDZz-0006KI-SM for emacs-devel@gnu.org; Wed, 19 Jun 2013 04:17:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpDZy-0001wj-Fs for emacs-devel@gnu.org; Wed, 19 Jun 2013 04:17:23 -0400 Original-Received: from vms173003pub.verizon.net ([206.46.173.3]:41921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpDZy-0001wX-AI for emacs-devel@gnu.org; Wed, 19 Jun 2013 04:17:22 -0400 Original-Received: from TAKVER ([unknown] [71.241.247.125]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MOM009RGSCD7EG0@vms173003.mailsrvcs.net> for emacs-devel@gnu.org; Wed, 19 Jun 2013 03:17:11 -0500 (CDT) In-reply-to: (Stefan Monnier's message of "Tue, 18 Jun 2013 16:21:23 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.46.173.3 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:160642 Archived-At: Stefan Monnier writes: >>> Info has serious shortcomings which are hard to circumvent. > ... or reliably recognize elements to display them > using face attributes rather than ascii annotations. For example, the Ada manual uses italics to distinguish important features: function_name is very different semantically from function_name. This is completely lost in the info version, but present in the HTML version. -- -- Stephe