From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: adding a standard font-lock-number-face Date: Fri, 17 Jun 2011 16:22:56 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1308321565 17815 80.91.229.12 (17 Jun 2011 14:39:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2011 14:39:25 +0000 (UTC) Cc: Emacs-Devel devel , Fabian Ezequiel Gallina To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 16:39:20 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QXaCb-0003Tq-Ve for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2011 16:39:18 +0200 Original-Received: from localhost ([::1]:38950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXaCa-0002HY-MW for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2011 10:39:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXZxA-00068A-3B for emacs-devel@gnu.org; Fri, 17 Jun 2011 10:23:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXZx8-0005xx-At for emacs-devel@gnu.org; Fri, 17 Jun 2011 10:23:19 -0400 Original-Received: from mail-ew0-f41.google.com ([209.85.215.41]:51357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXZx7-0005xf-Tr for emacs-devel@gnu.org; Fri, 17 Jun 2011 10:23:18 -0400 Original-Received: by ewy9 with SMTP id 9so56537ewy.0 for ; Fri, 17 Jun 2011 07:23:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=ZBOTqH3GSGSfLkiHZcv7rpwKBx2C66mo9AkefrodqqE=; b=n7f5nbFe6X8jvyyNNrkw3OTKD/Blx6t1hnzTa9ZQQiC8I0lX6y6PDRr8sO4GMr4SUo g2nYycgrFtVO8i3IAmnt6mQ6OiYMDY5xgGFNBemL11Bp8P0X7bVdL+rrt13msr99qk/O H4oR4Ka+RwvoE5gjMRb8t6iy9OXf9BvHzTQIU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=uNhGaPZC9BDjHao0gTO1WCb4hBIh49t9fSZqnEQZPKxPZTIE9mXR41i50eeOI5f5cZ rNZGsxt1sO1DlGfKUHzpu1mv7gqfmZxMwHj6kM52Ou7J5xg3BXNQQtqP15DDcNG/F9sF LHmdsiP9dAzJMZy+4JDRWwdSI+CBRAa6GSP1o= Original-Received: by 10.213.13.70 with SMTP id b6mr938176eba.89.1308320596196; Fri, 17 Jun 2011 07:23:16 -0700 (PDT) Original-Received: by 10.213.17.202 with HTTP; Fri, 17 Jun 2011 07:22:56 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.41 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:140602 Archived-At: On Fri, Jun 17, 2011 at 15:38, Stefan Monnier wr= ote: >> An argument I can think of for inclusion is that it seems highlighting >> those kind of stuff (event operators) is really common on other >> editors, so it is acceptable that people coming from other places >> would expect this kind of stuff highlighted out-of-the-box. =C2=A0I know= the > > I haven't seen many complaints about it either in emacs-devel or > gnu-emacs-help, so I don't think it makes much difference. =C2=A0People d= o > not expect one editor to behave exactly like another. I have a module, ocr-user.el in nXhtml which highlight OCR numbers (with digits in groups of 3) so I can more safely pay my bills through the internet. Maybe that can be enhanced and used?