unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* gnus-emphasis-alist and strickthru
@ 2005-03-31 23:11 Stefan Monnier
  2005-04-01  0:28 ` Miles Bader
  2005-04-01  6:39 ` Kim F. Storm
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Monnier @ 2005-03-31 23:11 UTC (permalink / raw)



I like gnus-emphasis-alist, especially now that it has been fixed to not
hide the * around things like *scratch*.

I have only one disagreement with it: the rule for strikethru.

I've *never* seen an article where -foo- was used with the intention to
mean that the text should be understood as being striked-through.

OTOH I occasionally see some text incorrectly caught by Gnus and marked as
strikethru, so I suggest we just drop this rule.

Any objection?


        Stefan


--- orig/lisp/gnus/gnus-art.el
+++ mod/lisp/gnus/gnus-art.el
@@ -366,9 +366,7 @@
 		      (or (nth 4 spec) 3)
 		      (intern (format "gnus-emphasis-%s" (nth 2 spec)))))
 	      types))
-     '(("\\(\\s-\\|^\\)\\(-\\(\\(\\w\\|-[^-]\\)+\\)-\\)\\(\\s-\\|[?!.,;]\\)"
-	2 3 gnus-emphasis-strikethru)
-       ("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)"
+     '(("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)"
 	2 3 gnus-emphasis-underline))))
   "*Alist that says how to fontify certain phrases.
 Each item looks like this:

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

* Re: gnus-emphasis-alist and strickthru
  2005-03-31 23:11 gnus-emphasis-alist and strickthru Stefan Monnier
@ 2005-04-01  0:28 ` Miles Bader
  2005-04-01 16:36   ` Ted Zlatanov
  2005-04-01  6:39 ` Kim F. Storm
  1 sibling, 1 reply; 4+ messages in thread
From: Miles Bader @ 2005-04-01  0:28 UTC (permalink / raw)
  Cc: bugs, emacs-devel

On Apr 1, 2005 8:11 AM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> I have only one disagreement with it: the rule for strikethru.
> 
> I've *never* seen an article where -foo- was used with the intention to
> mean that the text should be understood as being striked-through.
> 
> OTOH I occasionally see some text incorrectly caught by Gnus and marked as
> strikethru, so I suggest we just drop this rule.

I agree that it's weird to see text with a line through it, and I've
never seen anybody use the dash notation with that intent.  However,
some people seem to use it for emphasis, so it might be more
reasonable to map it to italics (I think people don't really like the
/slash/ notation for italics, it's too intrusive in the plain text
form).

BTW, I wonder if anybody actually reads the <bugs@gnus.org> list...
there seems a tendency for messages there to go entirely unanswered
but be quickly taken up if you post to ding@gnus or so.

-Miles
-- 
Do not taunt Happy Fun Ball.

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

* Re: gnus-emphasis-alist and strickthru
  2005-03-31 23:11 gnus-emphasis-alist and strickthru Stefan Monnier
  2005-04-01  0:28 ` Miles Bader
@ 2005-04-01  6:39 ` Kim F. Storm
  1 sibling, 0 replies; 4+ messages in thread
From: Kim F. Storm @ 2005-04-01  6:39 UTC (permalink / raw)
  Cc: bugs, emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> OTOH I occasionally see some text incorrectly caught by Gnus and marked as
> strikethru, so I suggest we just drop this rule.
>
> Any objection?

No!

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

* Re: gnus-emphasis-alist and strickthru
  2005-04-01  0:28 ` Miles Bader
@ 2005-04-01 16:36   ` Ted Zlatanov
  0 siblings, 0 replies; 4+ messages in thread
From: Ted Zlatanov @ 2005-04-01 16:36 UTC (permalink / raw)


On Fri, 1 Apr 2005, snogglethorpe@gmail.com wrote:

> BTW, I wonder if anybody actually reads the <bugs@gnus.org> list...
> there seems a tendency for messages there to go entirely unanswered
> but be quickly taken up if you post to ding@gnus or so.

I try to, but (as I mentioned on gnu.emacs.gnus) the spam is simply
overwhelming.

Ted

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

end of thread, other threads:[~2005-04-01 16:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-31 23:11 gnus-emphasis-alist and strickthru Stefan Monnier
2005-04-01  0:28 ` Miles Bader
2005-04-01 16:36   ` Ted Zlatanov
2005-04-01  6:39 ` Kim F. Storm

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).