emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch: Syntax and Hard Newlines


From: Herbert Euler
Subject: Re: Patch: Syntax and Hard Newlines
Date: Wed, 15 Nov 2006 12:37:23 +0800

Or even just:

      (progn (insert-before-markers (propertize "\n" 'syntax-table '(0)))
             ...)

Will this create a lot of temporary string object
with "\n" as content and '(syntax-table (0)) as
property?  This may cause problem when the
file is large.

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/





reply via email to

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