Hi,

We've seen one problem with indentation using the Emacs Chapel
mode file in etc/emacs.

     select a {
         when b do
             if (cond1) then c;
             else if (cond2) then d;   /* this line indents to 'when' */
             else e;                   /* so does this */

Emacs can also get confused with embedded /* */ comments.

Greg K.

------------------------------------------------------------------------------
_______________________________________________
Chapel-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-bugs

Reply via email to