From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: E Sabof 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 15:19:22 +0000 Message-ID: <87fvnln2md.fsf@gmail.com> 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392391180 12436 80.91.229.3 (14 Feb 2014 15:19:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2014 15:19:40 +0000 (UTC) Cc: Eli Zaretskii , David Kastrup , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 14 16:19:48 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 1WEKYK-0000pT-5D for ged-emacs-devel@m.gmane.org; Fri, 14 Feb 2014 16:19:44 +0100 Original-Received: from localhost ([::1]:52325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEKYJ-0005Ck-Nd for ged-emacs-devel@m.gmane.org; Fri, 14 Feb 2014 10:19:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEKYB-00057b-JX for emacs-devel@gnu.org; Fri, 14 Feb 2014 10:19:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEKY2-0003pO-Gx for emacs-devel@gnu.org; Fri, 14 Feb 2014 10:19:35 -0500 Original-Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:60122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEKY2-0003oI-37; Fri, 14 Feb 2014 10:19:26 -0500 Original-Received: by mail-wg0-f44.google.com with SMTP id k14so492266wgh.35 for ; Fri, 14 Feb 2014 07:19:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version:content-type; bh=YRsSvAm2fUqO2TwqzdrcihGplnqRLdMnzGj2RVEHhk0=; b=YM1f0/HMkQkuea02lXtQd9ZnHq1udEuGFr2vwYBEphJByroIMUxGbTxFTXyhJHnvaw V8+0aoIrbpStJLp26ZboiNhl0lv3teudnDpVhxnU7QO2BlNYifEYZyC+Kzmye6wJ25S8 bQpgWGRBQdCPnLgBnPnAYZn1wlA9w8vOz9TOmWvBNnGOwEi7QyKCvtsG4uCirngAEIgv tzFVGvoY9/yP0gBGWkkTsoFI1CtHYqSl/YWYoJGgKFbhi3yadXtl5rf88yTo37A482Ct UnsyrQ1KAilbbiG3ZEMkEVU6VJ21npZiQAYDMV+PEl5xWbyJJDyqcW1kd8JTcwcMtK4M Tq/A== X-Received: by 10.195.13.17 with SMTP id eu17mr6602067wjd.24.1392391164808; Fri, 14 Feb 2014 07:19:24 -0800 (PST) Original-Received: from ubuntu ([2.218.154.175]) by mx.google.com with ESMTPSA id d6sm5258974wic.9.2014.02.14.07.19.23 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 14 Feb 2014 07:19:24 -0800 (PST) User-agent: mu4e 0.9.9.6pre2; emacs 24.3.50.4 In-reply-to: <87wqgxkcr9.fsf@yandex.ru> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22c 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:169615 Archived-At: Dmitry Gutov writes: > The first hint of a "suitable infrastructure" would be the adaptation of > `syntax-ppss'. Where the information about region boundaries would come > from, if not from mmm-mode? Text properties? Overlay properties? Where > would they come from, if not from mmm-mode or similar package? 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. Or maybe php-mode with html/css/js snippets. Or html-mode with js/css. (Recursively) embeddable (normal) modes seem to fit better conceptually. I don't know if it would make a difference implementationally. Evgeni