|
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/
[Prev in Thread] | Current Thread | [Next in Thread] |