From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: SMIE documentation Date: Tue, 15 May 2012 09:25:52 -0400 Message-ID: References: <87bp56mim5.fsf@gnu.org> <87fwb4l2nb.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: dough.gmane.org 1337088373 2530 80.91.229.3 (15 May 2012 13:26:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 May 2012 13:26:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 15 15:26:12 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SUHlR-00086v-M1 for ged-emacs-devel@m.gmane.org; Tue, 15 May 2012 15:26:09 +0200 Original-Received: from localhost ([::1]:47832 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUHlQ-0002Ll-OD for ged-emacs-devel@m.gmane.org; Tue, 15 May 2012 09:26:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUHlK-0002LH-7R for emacs-devel@gnu.org; Tue, 15 May 2012 09:26:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUHlD-0003jC-Tf for emacs-devel@gnu.org; Tue, 15 May 2012 09:26:01 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]:21632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUHlD-0003is-Q0 for emacs-devel@gnu.org; Tue, 15 May 2012 09:25:55 -0400 Original-Received: from fmsmemgm.homelinux.net ([24.201.208.110]) by VL-VM-MR005.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0M420091TFZ5K380@VL-VM-MR005.ip.videotron.ca> for emacs-devel@gnu.org; Tue, 15 May 2012 09:25:53 -0400 (EDT) Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 15704AE27F; Tue, 15 May 2012 09:25:52 -0400 (EDT) In-reply-to: <87fwb4l2nb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 24.201.245.36 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150493 Archived-At: > 1. > In test/indent/modula2.mod, > (smie-backward-sexp) after IF returns ((172) ...) = "bumped into > open-thingy", > but > (smie-forward-sexp) before END returns (0 ...) = "couldn't skip token > because its level is too high", which is not correct. Duh, yes, of course. And the other (car toklevels) is smimilarly wrong, of course. Patch doubled and installed, thank you. > 2. > Return values of the form ((NUMBER) ...) are not documented. > 3. > Doc string of smie-forward-sexp: > "open-paren or the beginning of buffer" should be "close-paren or the end of buffer". Thanks, I fixed those. > There's a problem with the indentation when there's comment at the start > of a line before a keyword, like > (* Comment *) IF ... <-- Press TAB Also fixed (tho there might still be more cases of "wandering indentation"). > Sorry for the rather late reply. No problem, I've been caught several times replying after a delay of 4 years. Stefan