Gnus development mailing list
 help / color / mirror / Atom feed
* [bug] cross-out madness
@ 2002-07-30 20:13 Frank Schmitt
  2002-07-30 20:50 ` David S Goldberg
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Schmitt @ 2002-07-30 20:13 UTC (permalink / raw)


Hello

Recently Gnus crosses out text it shouldn't. Example:
Message-ID: <d6453d54.0207301144.51ae796d@posting.google.com>

  find -name "*.[ch]" | xargs etags --members

  In XEmacs I can search for the tags with A-. and A-,  that works
great.

members is crossed out, so is everything from "In" to the minus.

-- 
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [bug] cross-out madness
  2002-07-30 20:13 [bug] cross-out madness Frank Schmitt
@ 2002-07-30 20:50 ` David S Goldberg
  2002-07-30 21:42   ` Frank Schmitt
  0 siblings, 1 reply; 3+ messages in thread
From: David S Goldberg @ 2002-07-30 20:50 UTC (permalink / raw)


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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [bug] cross-out madness
  2002-07-30 20:50 ` David S Goldberg
@ 2002-07-30 21:42   ` Frank Schmitt
  0 siblings, 0 replies; 3+ messages in thread
From: Frank Schmitt @ 2002-07-30 21:42 UTC (permalink / raw)


David S Goldberg <david.goldberg6@verizon.net> writes:

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

It's IMHO a very bad behavior. There are tons of false positives.

-- 
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-30 21:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-30 20:13 [bug] cross-out madness Frank Schmitt
2002-07-30 20:50 ` David S Goldberg
2002-07-30 21:42   ` Frank Schmitt

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).