emacs-devel
[Top][All Lists]
Advanced

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

Re: SMIE help


From: Ivan Andrus
Subject: Re: SMIE help
Date: Tue, 3 Dec 2013 09:14:56 -0700

On Dec 3, 2013, at 6:47 AM, Stefan Monnier <address@hidden> wrote:

>> 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.


Bug is 16041.

-Ivan




reply via email to

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