nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] seg faults and recommendations


From: delta
Subject: Re: [Nano-devel] seg faults and recommendations
Date: Mon, 25 Oct 2004 22:12:47 -0600

On Mon, 25 Oct 2004 18:36:48 -0700 (PDT)
"address@hidden" <address@hidden> wrote:

> nano seg faults when i do, for syntax highlighting, the regex: "\<[^
> \t]+\>" replace \t with a physical tab. it also seg faults with other
> examples of regex, this is only one i have currently.

What's the point of that regex, don't the \< and \> exclude whitespace
for you?


> Another set of recommendations: methinks nano should implement \t as a
> tab, \n as a new line, and the ? operator after *, +, {m,n}, etc,
> making them non-greedy. that would be quite a large help. and also \s
> representing [ \t\n\r\f] and \S representing [^\s] . lots of things
> use these now.

That could be done with a search and replace for each regex.


-- 
Brand Huntsman -- http://www.qzx.com
Gentoo Linux 2.4.27 [AMD Athlon XP 3200+ 2191MHz]
up 51 days 1:02 hours, 4273340 processes




reply via email to

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