From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#18826: 24.3.94; c++-mode bad indentation after programmatic insert with locally changed syntax table Date: Sun, 26 Oct 2014 13:07:24 -0400 Message-ID: References: <20141025232449.90894.qmail@mail.muc.de> <544D0EA5.50703@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414343316 9723 80.91.229.3 (26 Oct 2014 17:08:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2014 17:08:36 +0000 (UTC) Cc: dgutov@yandex.ru To: 18826@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 26 18:08:29 2014 Return-path: Envelope-to: geb-bug-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 1XiRIq-000414-Pu for geb-bug-gnu-emacs@m.gmane.org; Sun, 26 Oct 2014 18:08:28 +0100 Original-Received: from localhost ([::1]:57460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiRIq-0006l1-9H for geb-bug-gnu-emacs@m.gmane.org; Sun, 26 Oct 2014 13:08:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiRIg-0006kn-7x for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 13:08:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiRIY-00077u-P1 for bug-gnu-emacs@gnu.org; Sun, 26 Oct 2014 13:08:18 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44057) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiRIQ-00077W-RZ; Sun, 26 Oct 2014 13:08:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XiRIQ-0007nK-Cw; Sun, 26 Oct 2014 13:08:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Sun, 26 Oct 2014 17:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18826 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: Original-Received: via spool by 18826-submit@debbugs.gnu.org id=B18826.141434325029921 (code B ref 18826); Sun, 26 Oct 2014 17:08:02 +0000 Original-Received: (at 18826) by debbugs.gnu.org; 26 Oct 2014 17:07:30 +0000 Original-Received: from localhost ([127.0.0.1]:36155 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XiRHt-0007mW-AF for submit@debbugs.gnu.org; Sun, 26 Oct 2014 13:07:29 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:42311) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XiRHr-0007mL-93 for 18826@debbugs.gnu.org; Sun, 26 Oct 2014 13:07:27 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id s9QH7PcM019795; Sun, 26 Oct 2014 13:07:25 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id A215CAE312; Sun, 26 Oct 2014 13:07:24 -0400 (EDT) In-Reply-To: <544D0EA5.50703@yandex.ru> (Dmitry Gutov's message of "Sun, 26 Oct 2014 22:09:25 +0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5106=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5106> : inlines <1435> : streams <1326960> : uri <1829071> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:95117 > On the other hand, you're doing some pretty unusual things with this. > If `c-in-sws' and `c-is-sws' were added in syntax-propertize-function > (which is called on-demand), this conflict wouldn't have manifested. ;-) > In that sense, the `sit-for' suggestion is not future-proof. So I'll try > only changing the syntax table around specific functions that don't modify > the buffer text, but just move point, since that was the actual goal. Rather than using a hack like `sit-for', and while waiting for cc-mode to use syntax-propertize for that, you can use `font-lock-ensure' to make sure that the corresponding part of the code has been font-locked. Stefan