GNU bug report logs - #15874
24.3.50; exit! not properly font-locked in ruby-mode

Previous Next

Package: emacs;

Reported by: Bozhidar Batsov <bozhidar <at> batsov.com>

Date: Tue, 12 Nov 2013 12:40:01 UTC

Severity: minor

Found in version 24.3.50

Fixed in version 24.4

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Kevin Rodgers <kevin.d.rodgers <at> gmail.com>
To: 15874 <at> debbugs.gnu.org
Subject: bug#15874: 24.3.50; exit! not properly font-locked in ruby-mode
Date: Thu, 05 Dec 2013 07:50:49 -0700
On 12/5/13 3:58 AM, Dmitry Gutov wrote:
> Kevin Rodgers<kevin.d.rodgers <at> gmail.com>  writes:
>
>>> Any ideas for a regexp that matches (any) non-symbol character?
>>
>> `\sCODE'
>> `\SCODE'
>
> That doesn't really help, unless we want to enumerate all syntax classes
> that we can accept.
>
> Non-symbol character is a character that's not of class "symbol", nor of
> class "word". "\\S_" matches words.

[^[:symbol:][:word:]]

if the [:symbol:] character class actually existed :-)

-- 
Kevin Rodgers
Denver, Colorado, USA





This bug report was last modified 11 years and 205 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.