From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71184 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 10:40:25 +0200 Message-ID: References: <1284900370-6551-1-git-send-email-julien@danjou.info> <87wrqg52nq.fsf@marauder.physik.uni-ulm.de> 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 1284972046 20461 80.91.229.12 (20 Sep 2010 08:40:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2010 08:40:46 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19557@lists.math.uh.edu Mon Sep 20 10:40:44 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 1OxbvX-0002ls-SN for ding-account@gmane.org; Mon, 20 Sep 2010 10:40:44 +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 1OxbvO-0007Yv-56; Mon, 20 Sep 2010 03:40:34 -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 1OxbvM-0007YZ-9y for ding@lists.math.uh.edu; Mon, 20 Sep 2010 03:40:32 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OxbvK-00053Z-Jt for ding@lists.math.uh.edu; Mon, 20 Sep 2010 03:40:31 -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 1OxbvJ-0007gA-00 for ; Mon, 20 Sep 2010 10:40:29 +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 1B16C14142 for ; Mon, 20 Sep 2010 10:40:27 +0200 (CEST) Original-Received: from jdanjou by cigue.easter-eggs.fr with local (Exim 4.72) (envelope-from ) id 1OxbvI-0004uL-BV for ding@gnus.org; Mon, 20 Sep 2010 10:40:28 +0200 In-Reply-To: <87wrqg52nq.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Mon, 20 Sep 2010 08:50:49 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71184 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Mon, Sep 20 2010, Reiner Steib wrote: > Can you suggest which Unicode characters are nicer replacements for > the ASCII defaults (of gnus-FOO-mark)? This is what I currently use: (setq gnus-score-over-mark ?=E2=86=91) ; =E2=86=91 =E2=98=80 (setq gnus-score-below-mark ?=E2=86=93) ; =E2=86=93 =E2=98=82 (setq gnus-ticked-mark ?=E2=9A=91) (setq gnus-dormant-mark ?=E2=9A=90) (setq gnus-expirable-mark ?=E2=99=BB) (setq gnus-read-mark ?=E2=9C=93) (setq gnus-del-mark ?=E2=9C=97) (setq gnus-killed-mark ?=E2=98=A0) (setq gnus-replied-mark ?=E2=9F=B2) (setq gnus-forwarded-mark ?=E2=A4=B3) (setq gnus-cached-mark ?=E2=98=8D) (setq gnus-recent-mark ?=E2=98=85) (setq gnus-unseen-mark ?=E2=9C=A9) (setq gnus-unread-mark ?=E2=9C=89) =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) iEYEARECAAYFAkyXHfkACgkQpGK1HsL+5c2olACg204y/QLOdQ1bfUhAtjmCxJWX 5aIAniBUiCRI8bi1uMtuxrI5vaEbCaq5 =eHtz -----END PGP SIGNATURE----- --=-=-=--