[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Email/News markup
From: |
Tassilo Horn |
Subject: |
Re: Email/News markup |
Date: |
Thu, 26 Apr 2012 08:28:38 +0200 |
User-agent: |
Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux) |
Dan Espen <despen@verizon.net> writes:
Hi Dan,
> What I don't understand is that *bold* is supposed to be achieved by
> using asterisks instead of underlines. When I use asterisks that
> way, sure enough, the word in question is displayed as bold. But I
> see the asterisks too.
The reason is that many special emacs buffers have names enclosed in
asterisks, e.g., *Group*, *Messages*, and *unsent mail*. So not
removing the asterisks certainly makes sense when discussing emacs
related stuff.
If you wanted to, you could use `gnus-parameters' to set
`gnus-emphasis-alist' in a way that removes the asterisks in non-emacs
related groups.
Bye,
Tassilo