[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: web-mode.el
From: |
Lennart Borgman |
Subject: |
Re: web-mode.el |
Date: |
Tue, 19 Jun 2012 12:39:36 +0200 |
On Tue, Jun 19, 2012 at 5:09 AM, Stefan Monnier
<address@hidden> wrote:
>
>> It occurs to me that, once the supported interface is established,
>> introducing new syntax-table value becomes not strictly necessary because,
>> for example, a version of Lennart's `with-chunks' macro can be implemented
>> in Lisp by applying whitespace or comment-starter/ender syntax to foreign
>> chunks around the body calls (idea from mmm-noweb).
>> Is that right?
>
> That's right as long as you're willing to dynamically modify the buffer
> (with syntax-table text-properties) every time you move from one chunk
> to another.
>
> If you have many chunks, that can be a problem.
My idea with (with-chunks chunk-table ...) that chunk-table contains
this information instead. Then it can be cashed by the multi major
mode framework.
- Re: web-mode.el, (continued)
- Re: web-mode.el, Stefan Monnier, 2012/06/14
- Re: web-mode.el, Dmitry Gutov, 2012/06/14
- Re: web-mode.el, Stefan Monnier, 2012/06/16
- Re: web-mode.el, Lennart Borgman, 2012/06/16
- Re: web-mode.el, Dmitry Gutov, 2012/06/16
- Re: web-mode.el, Lennart Borgman, 2012/06/16
- Re: web-mode.el, Stefan Monnier, 2012/06/17
- Re: web-mode.el, Dmitry Gutov, 2012/06/18
- Re: web-mode.el, Stefan Monnier, 2012/06/18
- Re: web-mode.el,
Lennart Borgman <=
- Re: web-mode.el, Dmitry Gutov, 2012/06/19