all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ivan Andrus <darthandrus@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: "emacs-devel@gnu.org List" <emacs-devel@gnu.org>
Subject: Re: SMIE help
Date: Mon, 2 Dec 2013 23:11:01 -0700	[thread overview]
Message-ID: <0156F0F5-68D3-48D2-8F50-0DCA4B7A1A98@gmail.com> (raw)
In-Reply-To: <1E6750A3-2736-4A06-BAA1-8D9ABD021AB3@gmail.com>

On Nov 29, 2013, at 10:05 PM, Ivan Andrus <darthandrus@gmail.com> wrote:
> 
> Thank you very much for SMIE and for answering my questions.


I've been able to make some great progress.  I'm nearly to the point where I think I could be happy with it.  Except that I found what seems to be a bug, namely that

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?  Do I need to take comments into account somehow?

-Ivan





  reply	other threads:[~2013-12-03  6:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-28  7:00 SMIE help Ivan Andrus
2013-11-29 21:28 ` Stefan Monnier
2013-11-30  5:05   ` Ivan Andrus
2013-12-03  6:11     ` Ivan Andrus [this message]
2013-12-03 13:47       ` Stefan Monnier
2013-12-03 16:14         ` Ivan Andrus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0156F0F5-68D3-48D2-8F50-0DCA4B7A1A98@gmail.com \
    --to=darthandrus@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.