emacs-devel
[Top][All Lists]
Advanced

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

Re: string-strip


From: Nick Roberts
Subject: Re: string-strip
Date: Wed, 21 Jun 2006 07:50:44 +1200

 > >    (string-match
 > >     "\\`[[:space:]\n]*\\(\\(?:.\\|\n\\)*?\\)[[:space:]\n]*\\'" str)
 > >
 > > I think [[:space:]] obeys the syntax table,
 > > and that is not good.
 > >
 > >   
 > Why not? :
 > 
 > Not to lobby the concept of syntax-tables as such, but
 > 
 > "The syntax table is relevant only for a buffer.
 > This has nothing to do with any particular buffer."
 > 
 > AFAIU  just the syntax of the current buffer  will be used
 > - where is the problem?
 > 
 > A white space is a white space is a white space ...

Except when the syntax-table says otherwise.  In the speedbar,
for example (, ), { ,[ etc are whitespace.


-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

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