From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Newsgroups: gmane.emacs.devel Subject: Re: SMIE Date: Fri, 29 Aug 2014 02:03:37 +0400 Message-ID: <86bnr4i85i.fsf@yandex.ru> References: <87y4ukr2kg.fsf@bzg.ath.cx> <97B176AD-AB59-4589-BB7C-3751A424A77B@gmail.com> <87d2bl5aft.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1409263454 11293 80.91.229.3 (28 Aug 2014 22:04:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Aug 2014 22:04:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 29 00:04:07 2014 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 1XN7na-0001xh-C5 for ged-emacs-devel@m.gmane.org; Fri, 29 Aug 2014 00:04:06 +0200 Original-Received: from localhost ([::1]:39139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN7na-0005SP-0a for ged-emacs-devel@m.gmane.org; Thu, 28 Aug 2014 18:04:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN7nJ-0005SG-GA for emacs-devel@gnu.org; Thu, 28 Aug 2014 18:03:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XN7nE-00034d-2H for emacs-devel@gnu.org; Thu, 28 Aug 2014 18:03:49 -0400 Original-Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:40269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN7nD-00034P-RG; Thu, 28 Aug 2014 18:03:44 -0400 Original-Received: by mail-lb0-f181.google.com with SMTP id n15so1627168lbi.40 for ; Thu, 28 Aug 2014 15:03:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=kld+VzZ89XJxC2hq/51f6/Ys6HG8HdtipgxyNy+De+k=; b=TvnA3a5Ak/wjrZBGWFy98dyIBD+QK45TzU8zazW86LvqvZllwcmsQhzC3p4cvAGH0g BerGTaf82KU2AiYN+q/jJHqXkExv1W8KXSH8DWC6MIE7zAJyJeFYAnpTShE7cF/tiFJC NvQ8SQ0Oc0f8t9FT2g4ncUbqkZrqEzDI/4ruRKaleeHkcxa4rv7Au33PmTcT3Jvehirv w6j9btYtPBCgRaJIWxUW1YTqBj6lfTvIjGVYZx4066ICuMg1B0eamaj8Zml20q6pujDO 2U2D8bL10W+qN9hbZQpNWZbOf20gVYO4PxK18pyCb6j4/fadtZbTm/w3G5zJIKhd7cmR MEJg== X-Received: by 10.112.14.199 with SMTP id r7mr7087104lbc.58.1409263422191; Thu, 28 Aug 2014 15:03:42 -0700 (PDT) Original-Received: from axl ([178.252.98.87]) by mx.google.com with ESMTPSA id jk1sm7965316lbc.6.2014.08.28.15.03.40 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 28 Aug 2014 15:03:40 -0700 (PDT) In-Reply-To: <87d2bl5aft.fsf@fencepost.gnu.org> (David Kastrup's message of "Thu, 28 Aug 2014 09:40:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::235 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:173882 Archived-At: David Kastrup writes: > "conditional". Would that have been so hard? Too generic. And I wouldn't really call "while" and "until" conditional keywords. It's a statement modifier because it's specifically modifies the how the statement that goes before it, is interpreted.