From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: SMIE examples or guides Date: Mon, 27 Jun 2016 04:31:36 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1467016358 19798 80.91.229.3 (27 Jun 2016 08:32:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2016 08:32:38 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?windows-1252?Q?Bj=F6rn?= Lindqvist Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 27 10:32:25 2016 Return-path: Envelope-to: geh-help-gnu-emacs@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 1bHRxv-0008SG-Iz for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jun 2016 10:32:23 +0200 Original-Received: from localhost ([::1]:57150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHRxp-0002YU-NC for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jun 2016 04:32:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHRxN-0002SQ-0h for help-gnu-emacs@gnu.org; Mon, 27 Jun 2016 04:31:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHRxI-0007XE-NR for help-gnu-emacs@gnu.org; Mon, 27 Jun 2016 04:31:47 -0400 Original-Received: from smtp-as-01-06.vtxnet.net ([194.38.175.135]:35549 helo=smtp-as-01.vtxnet.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHRxI-0007Wt-Gs for help-gnu-emacs@gnu.org; Mon, 27 Jun 2016 04:31:44 -0400 Original-Received: from smtp-as-01.vtxnet.net (smtp-as-01-04.vtxnet.net [194.38.175.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-as-01.vtxnet.net (Postfix) with ESMTPS id 843024868D; Mon, 27 Jun 2016 10:31:41 +0200 (CEST) Original-Received: from smtp-pri-01.vtxnet.net (smtp-pri-01.vtxnet.net [212.147.62.135]) by smtp-as-01.vtxnet.net (Postfix) with ESMTP id 810694868B; Mon, 27 Jun 2016 10:31:37 +0200 (CEST) Original-Received: from fmsmemgm.homelinux.net (dyn.144-85-234-142.dsl.vtx.ch [144.85.234.142]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-pri-01.vtxnet.net (VTX Services SA) with ESMTP id 73408CFD30; Mon, 27 Jun 2016 10:31:37 +0200 (CEST) Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 1E4D2AE22F; Mon, 27 Jun 2016 04:31:37 -0400 (EDT) In-Reply-To: (=?windows-1252?Q?=22Bj=F6rn?= Lindqvist"'s message of "Sun, 26 Jun 2016 14:23:27 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 194.38.175.135 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:110604 Archived-At: > when I type HELLO and emacs says (error "Please avoid it"). So my > rules function is triggered, which is good but the result isn't what I > want. No, I think the issue is in the grammar. What's your `factor-smie-grammar'? Stefan