emacs-devel
[Top][All Lists]
Advanced

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

Re: multi-mode editing, including literate Haskell and noweb


From: David Hansen
Subject: Re: multi-mode editing, including literate Haskell and noweb
Date: Mon, 17 Jan 2005 12:57:40 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

On Sun, 02 Jan 2005 11:06:24 -0500 Richard Stallman wrote:

[multi-mode.el]

> It looks like a plausible approach,

In some cases one major mode needs more than the current chunk to
do proper indentation, e.g. in mixed HTML and C like code:

/* ... */
{
  for (i=0; i<N; ++i) {
%>
     <td><%= f(i) %></td>
<%
  }
%>

With multi-mode.el the last closing brace is indented to column 0
and not `c-basic-offset'.

David





reply via email to

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