From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r101338: * lisp/emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch Date: Mon, 17 Feb 2014 07:23:47 +0200 Message-ID: <83a9dq9usc.fsf@gnu.org> References: <87r47bi1e5.fsf@yandex.ru> <52F96284.50507@yandex.ru> <52FAE12B.6060101@yandex.ru> <52FC3BEE.60604@yandex.ru> <52FCD2B4.5080006@yandex.ru> <52FD9F1D.50205@yandex.ru> <83mwhucg1h.fsf@gnu.org> <878ute589i.fsf@fencepost.gnu.org> <83d2iqc84m.fsf@gnu.org> <87wqgxkcr9.fsf@yandex.ru> <834n41db0d.fsf@gnu.org> <87k3cw53d1.fsf@maru2.md5i.com> <83lhxcbzs2.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1392614630 29834 80.91.229.3 (17 Feb 2014 05:23:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Feb 2014 05:23:50 +0000 (UTC) Cc: mwd@md5i.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 17 06:23:58 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 1WFGgP-0007do-7J for ged-emacs-devel@m.gmane.org; Mon, 17 Feb 2014 06:23:57 +0100 Original-Received: from localhost ([::1]:37952 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFGgO-0000Y3-IN for ged-emacs-devel@m.gmane.org; Mon, 17 Feb 2014 00:23:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFGgH-0000Xw-Jz for emacs-devel@gnu.org; Mon, 17 Feb 2014 00:23:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFGgC-0007tn-Ml for emacs-devel@gnu.org; Mon, 17 Feb 2014 00:23:49 -0500 Original-Received: from mtaout27.012.net.il ([80.179.55.183]:39497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFGgC-0007ti-E7 for emacs-devel@gnu.org; Mon, 17 Feb 2014 00:23:44 -0500 Original-Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0N1400F00K56EL00@mtaout27.012.net.il> for emacs-devel@gnu.org; Mon, 17 Feb 2014 07:22:08 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N1400BDKK8WMM40@mtaout27.012.net.il>; Mon, 17 Feb 2014 07:22:08 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.183 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:169685 Archived-At: > From: Stefan Monnier > Cc: Michael Welsh Duggan , emacs-devel@gnu.org > Date: Sun, 16 Feb 2014 21:40:18 -0500 > > To me, the requirements look like: > [...] > Not sure if it's the kind of requirements you were thinking about. Something like that, yes, but perhaps with a bit more details (e.g., the "nesting relationships" part could use some more explanations of the situation and the intent). I suggest to record all these in a bug report. Thanks.