From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#6534: Suggestion for character references in html-mode Date: Tue, 29 Jun 2010 12:06:55 +0300 Organization: JURTA Message-ID: <87k4pis09k.fsf@mail.jurta.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277805583 9738 80.91.229.12 (29 Jun 2010 09:59:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2010 09:59:43 +0000 (UTC) Cc: 6534@debbugs.gnu.org To: Esa Peuha Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 29 11:59:41 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1OTXbR-0002wN-4p for geb-bug-gnu-emacs@m.gmane.org; Tue, 29 Jun 2010 11:59:41 +0200 Original-Received: from localhost ([127.0.0.1]:54285 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTXbQ-0001er-0z for geb-bug-gnu-emacs@m.gmane.org; Tue, 29 Jun 2010 05:59:40 -0400 Original-Received: from [140.186.70.92] (port=57888 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTXbC-0001bc-7v for bug-gnu-emacs@gnu.org; Tue, 29 Jun 2010 05:59:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTXbA-0006Xh-LC for bug-gnu-emacs@gnu.org; Tue, 29 Jun 2010 05:59:26 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39409) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTXbA-0006Xc-Hq for bug-gnu-emacs@gnu.org; Tue, 29 Jun 2010 05:59:24 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OTXGU-0001Xd-F0; Tue, 29 Jun 2010 05:38:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 29 Jun 2010 09:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6534 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6534-submit@debbugs.gnu.org id=B6534.12778042475910 (code B ref 6534); Tue, 29 Jun 2010 09:38:02 +0000 Original-Received: (at 6534) by debbugs.gnu.org; 29 Jun 2010 09:37:27 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTXFu-0001XF-7M for submit@debbugs.gnu.org; Tue, 29 Jun 2010 05:37:27 -0400 Original-Received: from smtp-out2.starman.ee ([85.253.0.4] helo=mx2.starman.ee) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTXFs-0001Wz-QA for 6534@debbugs.gnu.org; Tue, 29 Jun 2010 05:37:25 -0400 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (82.131.30.159.cable.starman.ee [82.131.30.159]) by mx2.starman.ee (Postfix) with ESMTP id 907853F40EE; Tue, 29 Jun 2010 12:37:18 +0300 (EEST) In-Reply-To: (Esa Peuha's message of "Tue, 29 Jun 2010 00:39:54 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 29 Jun 2010 05:38:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38097 Archived-At: > In nxml-mode, numeric character references (such as  ) are > displayed with the referred-to character following the reference. It > would be nice if html-mode did the same. (The format of these > references is the same in xml and html, so sharing code for this > should be simple.) I think this functionality should be separated into a new package because it's useful for character notations of other modes as well, e.g. Emacs Lisp with #x, C with 0x, Perl with \x, etc. -- Juri Linkov http://www.jurta.org/emacs/