emacs-devel
[Top][All Lists]
Advanced

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

Re: SMIE help


From: Stefan Monnier
Subject: Re: SMIE help
Date: Tue, 03 Dec 2013 08:47:20 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> if decomp then
>     # This doesn't work for some reason over non-prime fields
>     return [c, soc, decomps];
> fi;
>
> indents differently than
>
> if decomp then # This doesn't work for some reason over non-prime fields
>               return [c, soc, decomps];
> fi;
>
> Of course, # is the comment character.  Is this expected behavior?

No.

> Do I need to take comments into account somehow?

Depends.  Make it a bug report, including the code needed to reproduce
the problem.  Maybe it's a bug in your code, but it might also be in
smie.el.


        Stefan



reply via email to

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