Gnus development mailing list
 help / color / mirror / Atom feed
From: David S Goldberg <david.goldberg6@verizon.net>
Subject: Re: [bug] cross-out madness
Date: Tue, 30 Jul 2002 16:50:33 -0400	[thread overview]
Message-ID: <u8zbs8p6iue.fsf@blackbird-2k.MITRE.ORG> (raw)
In-Reply-To: <y9btj7oe.fsf@hschmi22.userfqdn.rz-online.de> (Frank Schmitt's message of "Tue, 30 Jul 2002 22:13:21 +0200")

It's an ugly new default.  I "fixed" it with this:

;;; keep emphasis characters around after emphasis (by replacing (nth
;;; 1) with (nth 2).  But don't do strikethru.

(defun my-gnus-art-load-hook nil
  (setq gnus-emphasis-alist
        (mapcar (lambda (x)
                  (list (car x) (nth 2 x) (nth 2 x) (nth 3 x)))
                gnus-emphasis-alist))
  (remrassoc '(3 3 gnus-emphasis-strikethru) gnus-emphasis-alist))

There's probably a better way...

-- 
Dave Goldberg
david.goldberg6@verizon.net





  reply	other threads:[~2002-07-30 20:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-30 20:13 Frank Schmitt
2002-07-30 20:50 ` David S Goldberg [this message]
2002-07-30 21:42   ` Frank Schmitt

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=u8zbs8p6iue.fsf@blackbird-2k.MITRE.ORG \
    --to=david.goldberg6@verizon.net \
    /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).