Gnus development mailing list
 help / color / mirror / Atom feed
From: Miles Bader <miles@gnu.org>
To: ding@gnus.org
Subject: Re: Disallow ;;) smileys
Date: Thu, 26 Mar 2009 13:56:47 +0900	[thread overview]
Message-ID: <874oxgop9s.fsf@catnip.gol.com> (raw)
In-Reply-To: <873ad3xpbw.fsf@mocca.josefsson.org>

Simon Josefsson <simon@josefsson.org> writes:
> -  '(("\\(;-?)\\)\\W" 1 "blink")
> +  '(("\\(;-)\\)\\W" 1 "blink")
> +    ("\\([^;];)\\)\\W" 1 "blink")

That's going to eat the character before the smiley isn't it?

Shouldn't the second regexp  be "[^;]\\(;)\\)\\W" (moving the [^;]
outside the group)?

-Miles

-- 
Accordion, n. An instrument in harmony with the sentiments of an assassin.




  reply	other threads:[~2009-03-26  4:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-24  9:06 Simon Josefsson
2009-03-26  4:56 ` Miles Bader [this message]
2010-08-29 22:27   ` Lars Magne Ingebrigtsen

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=874oxgop9s.fsf@catnip.gol.com \
    --to=miles@gnu.org \
    --cc=ding@gnus.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).