From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r101338:*lisp/emacs-lisp/syntax.el(syntax-ppss): More sanity check to catchtch Date: Fri, 14 Feb 2014 17:25:27 +0200 Message-ID: <87ob297m3c.fsf@yandex.ru> 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> <87fvnln2md.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392391555 18021 80.91.229.3 (14 Feb 2014 15:25:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2014 15:25:55 +0000 (UTC) Cc: Eli Zaretskii , David Kastrup , emacs-devel@gnu.org To: E Sabof Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 14 16:26:02 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 1WEKeL-0006pk-MR for ged-emacs-devel@m.gmane.org; Fri, 14 Feb 2014 16:25:57 +0100 Original-Received: from localhost ([::1]:52349 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEKeK-0006st-Lp for ged-emacs-devel@m.gmane.org; Fri, 14 Feb 2014 10:25:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEKe9-0006lL-F9 for emacs-devel@gnu.org; Fri, 14 Feb 2014 10:25:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEKe1-0006D9-21 for emacs-devel@gnu.org; Fri, 14 Feb 2014 10:25:45 -0500 Original-Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:56267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEKe0-0006Cp-Cf; Fri, 14 Feb 2014 10:25:36 -0500 Original-Received: by mail-ea0-f177.google.com with SMTP id m10so3221517eaj.8 for ; Fri, 14 Feb 2014 07:25:35 -0800 (PST) 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=kU5oS6qNaF2Vnz9CokPjq15rNAtTGBevbKQHlVaEM0o=; b=WPIxy6GUlDIVDijipujA9gzrRh/R5NiQbN9D74bRJwvV34NiZzmBQ9yU0f2n1u7F3M 2EyL4t9uGXZ1b+26GgZvPlHTUtOTEQAg881vonBCJg0M6dY5F10Osflaw0O4njF9T20+ Dd3K+3X9hpgptWmEAxR7IELuperD3Ifr6hrGRWEOntFwnQxzH/omli19iVZHK3IY4XOY mus+9xixXeOewYwCaoUR3/bC90Isb/9obnKLRnUKaBA/EOa2oaUiCvnuvWud+8gM0Aqk a79dnf2dMgv+A0N4OzTHIljHBP7ocd8bb00pIJrmTSaZu2vNlgtohrK4ZcNbiSMILkZ7 ycOg== X-Received: by 10.15.41.14 with SMTP id r14mr3294170eev.78.1392391535276; Fri, 14 Feb 2014 07:25:35 -0800 (PST) Original-Received: from axl (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id u6sm20930081eep.11.2014.02.14.07.25.32 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 14 Feb 2014 07:25:34 -0800 (PST) In-Reply-To: <87fvnln2md.fsf@gmail.com> (E. Sabof's message of "Fri, 14 Feb 2014 15:19:22 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::231 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:169616 Archived-At: E Sabof writes: > I'm not familiar with mmm-mode, but somehow the last sentance strikes me > as wrong. I don't want to use (or be aware of as a user in any case) of > an mmm (or similar) mode. I want to use org-mode with snippets from > other languages. For org-mode, org-babel would be the proper place to handle the chunk boundaries, I believe. > Or maybe php-mode with html/css/js snippets. > Or html-mode with js/css. How would html-mode know about js and css? Or, more generally, how would Emacs know about *new* modes and their delimiters that need to be handled?