emacs-devel
[Top][All Lists]
Advanced

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

Re: string-strip


From: Kim F. Storm
Subject: Re: string-strip
Date: Wed, 21 Jun 2006 00:03:03 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Nick Roberts <address@hidden> writes:

>  > >  (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.

So don't use string-strip there if you want to preserve those chars.
Or ....

We now have three or four different opinions about something which
is utterly irrelevant, and diverting focus from the release!

Let me repeat my suggestion to postpone this to after the release.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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