From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71210 Path: news.gmane.org!not-for-mail From: Julien Danjou Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Replace subst-char-in-region by subst-char-in-region Date: Mon, 20 Sep 2010 16:57:07 +0200 Message-ID: References: <1284900370-6551-1-git-send-email-julien@danjou.info> <87wrqg52nq.fsf@marauder.physik.uni-ulm.de> <871v8oiib3.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: dough.gmane.org 1284994641 27611 80.91.229.12 (20 Sep 2010 14:57:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2010 14:57:21 +0000 (UTC) Cc: ding@gnus.org To: Ted Zlatanov Original-X-From: ding-owner+M19583@lists.math.uh.edu Mon Sep 20 16:57:19 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oxhny-0003rk-D5 for ding-account@gmane.org; Mon, 20 Sep 2010 16:57:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Oxhnt-0001aB-V6; Mon, 20 Sep 2010 09:57:14 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Oxhns-0001a0-LZ for ding@lists.math.uh.edu; Mon, 20 Sep 2010 09:57:12 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Oxhnr-0006a5-IN for ding@lists.math.uh.edu; Mon, 20 Sep 2010 09:57:12 -0500 Original-Received: from coquelicot-s.easter-eggs.com ([213.215.37.94]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Oxhnq-0004Ek-00 for ; Mon, 20 Sep 2010 16:57:10 +0200 Original-Received: from cigue.easter-eggs.fr (cigue.easter-eggs.fr [10.0.0.33]) by rose.easter-eggs.fr (Postfix) with ESMTPS id 54DC914142; Mon, 20 Sep 2010 16:57:04 +0200 (CEST) Original-Received: from jdanjou by cigue.easter-eggs.fr with local (Exim 4.72) (envelope-from ) id 1Oxhnn-0007G4-Pi; Mon, 20 Sep 2010 16:57:07 +0200 In-Reply-To: <871v8oiib3.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 20 Sep 2010 09:46:40 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71210 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Mon, Sep 20 2010, Ted Zlatanov wrote: > I suggest constructing the list on startup, based on `gnus-use-unicode' > or some such which the user can customize (I would default it to t but > warn if the font doesn't support those characters). I could install such a change, but how warn if the font doesn't support those characters? We could do: (defcustom gnus-read-mark (if (font-has-unicode-p) ?=E2=9C=93 ?R)) =2D-=20 Julien Danjou // =E1=90=B0 http://julien.danjou.info --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkyXdkMACgkQpGK1HsL+5c29fACdH8JKbIBlkv4tOTuK8PHrr6I5 mr0An2p+A7LpczALGLyn4Ph+j8u8pKSd =5Mqa -----END PGP SIGNATURE----- --=-=-=--