emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

smiley regexp problem


From: Rajsekar
Subject: smiley regexp problem
Date: Thu, 17 Mar 2005 17:25:38 +0530
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux)

I want to setup the smileys similar to gaim.
So I put 

        "\\(:)\\)\\W" for smile.
and
        "\\(:))\\)\\W" for laugh.

The problem is that :)) also contains a :).  At the same time, i do not
want to replace \W with something like [^)] because i lose the advantage of
\W (which works based on the current syntax).  I want something like \\W
minus the character `('.  Can someone tell me how to achieve this?


-- 
    Rajsekar Manokaran
    IIT Madras




reply via email to

[Prev in Thread] Current Thread [Next in Thread]