Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: asterisks disappear
Date: Fri, 05 Nov 2004 21:03:12 +0900	[thread overview]
Message-ID: <b9yvfcklczj.fsf@jpl.org> (raw)
In-Reply-To: <v9zn1w36uj.fsf@marauder.physik.uni-ulm.de>

>>>>> In <v9zn1w36uj.fsf@marauder.physik.uni-ulm.de> Reiner Steib wrote:

> On Fri, Nov 05 2004, Katsumi Yamaoka wrote:

>> `gnus-treat-emphasize' is 50000 by default and Gnus users cannot
>> see asterisks which surround words.  Although I know what a bold
>> text means, all users aren't so.  I am perplexed when telling
>> someone "Try it on the *scratch* buffer".  WDYT?

> I agree.  How do other clients that treat emphasis character handle
> this (e.g. Mozilla, Thunderbird, ...)?

Oh, Mozilla doesn't but Netscape 7.1 emphasize it as a bold text
without hiding asterisks.  It may be better that Gnus follows it.

> I have used the following for quite some time:

> ;; keep emphasis characters around after emphasis
> (require 'gnus-art)
> (setq gnus-emphasis-alist ; <u8zbs8p6iue.fsf@blackbird-2k.MITRE.ORG>
>       (mapcar (lambda (x)
> 		(list (car x) (nth 2 x) (nth 2 x) (nth 3 x)))
> 	      gnus-emphasis-alist))
> ;; don't do strikethru
> (setq gnus-emphasis-alist ; <m3u1lu95u7.fsf@ID-87814.user.dfncis.de>
>       (delq nil (mapcar
> 		 (lambda (x)
> 		   (if (eq (car (last x)) 'gnus-emphasis-strikethru) nil x))
> 		 gnus-emphasis-alist)))

> (strikethru is already switched off by default now, IIRC)

Thanks.  It does just what I wrote.  However, it will be hard to
spread this to all users, especially newcomers.



  reply	other threads:[~2004-11-05 12:03 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-05 10:26 Katsumi Yamaoka
2004-11-05 10:53 ` Reiner Steib
2004-11-05 12:03   ` Katsumi Yamaoka [this message]
2004-11-05 12:16     ` Katsumi Yamaoka
2004-11-05 13:00   ` Daniel Pittman
2004-11-07 10:58     ` Miles Bader
2004-11-07 14:12       ` Katsumi Yamaoka
2004-11-07 22:33         ` Miles Bader
2004-11-07 23:14           ` Katsumi Yamaoka
2004-11-08 11:03             ` Ted Zlatanov
2004-11-08 11:44               ` Katsumi Yamaoka
2004-11-08 12:39                 ` Miles Bader
2004-11-08 15:06                   ` Katsumi Yamaoka
2004-11-08 22:56                     ` Miles Bader
2004-11-09  0:16                       ` Katsumi Yamaoka
2004-11-10 13:12                         ` Romain Francoise
2004-11-10 23:23                           ` Katsumi Yamaoka
2004-11-11 14:14                         ` Reiner Steib
2004-11-11 15:03                           ` Katsumi Yamaoka
2004-11-09 17:10                       ` Jesper Harder
2004-11-08 15:08                   ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9yvfcklczj.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).