From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: face for non-ASCII characters Date: Tue, 23 Mar 2010 13:18:05 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87hbo6x5pe.fsf@lifelogs.com> References: <87k4t4zb5l.fsf@lifelogs.com> <87r5ncxp4z.fsf@lifelogs.com> <87hbo8tf4i.fsf@turtle.gmx.de> <87hbo8xis5.fsf@lifelogs.com> <87aau0t7uy.fsf@turtle.gmx.de> <87sk7svyam.fsf@lifelogs.com> <87vdcngws4.fsf@mail.jurta.org> <87y6hjxgfn.fsf_-_@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1269368768 12636 80.91.229.12 (23 Mar 2010 18:26:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 23 Mar 2010 18:26:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 23 19:26:04 2010 Return-path: Envelope-to: ged-emacs-devel@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 1Nu8nf-0003f6-4q for ged-emacs-devel@m.gmane.org; Tue, 23 Mar 2010 19:25:59 +0100 Original-Received: from localhost ([127.0.0.1]:32987 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nu8ne-00009Z-CY for ged-emacs-devel@m.gmane.org; Tue, 23 Mar 2010 14:25:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nu8gX-0001nu-F6 for emacs-devel@gnu.org; Tue, 23 Mar 2010 14:18:37 -0400 Original-Received: from [140.186.70.92] (port=58782 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nu8gR-0001jd-10 for emacs-devel@gnu.org; Tue, 23 Mar 2010 14:18:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nu8gN-0006pm-Cn for emacs-devel@gnu.org; Tue, 23 Mar 2010 14:18:30 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:58290) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nu8gN-0006pe-6q for emacs-devel@gnu.org; Tue, 23 Mar 2010 14:18:27 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nu8gK-00083R-0H for emacs-devel@gnu.org; Tue, 23 Mar 2010 19:18:24 +0100 Original-Received: from c-98-227-29-141.hsd1.il.comcast.net ([98.227.29.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Mar 2010 19:18:23 +0100 Original-Received: from tzz by c-98-227-29-141.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Mar 2010 19:18:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-98-227-29-141.hsd1.il.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:hdkw+zCRTqPaOlygnAnTv7MXJU8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122573 Archived-At: On Tue, 23 Mar 2010 17:28:01 +0100 Lennart Borgman wrote: LB> 2010/3/23 Ted Zlatanov : >> I would make this an Emacs first-class option rather than an optional >> library.  I think it's really useful. LB> Ok, since you found it useful I tried to finish it. See the attachment. Stefan, Yidong, what do you think about something like markchars.el becoming part of Emacs, so users can turn it on with a global customization? I don't think it has to be a minor mode necessarily but I'm no expert in that area. If it goes in there are several tasks: picking a variable name, picking suitable default faces, (maybe) adding a menu item, and documenting the new behavior. I would really like to make it easily available to Emacs users and will help with these tasks. Ted