From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.bugs Subject: bug#21526: 24.5; prolog-mode: broken indentation for if-then-else construct Date: Thu, 22 Oct 2015 21:08:15 +0200 Message-ID: <87pp06lo0w.fsf@metalevel.at> References: <8737xwbeo0.fsf@metalevel.at> <87a8rw27vh.fsf@metalevel.at> <87egh8rlnn.fsf@metalevel.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445540968 3543 80.91.229.3 (22 Oct 2015 19:09:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Oct 2015 19:09:28 +0000 (UTC) Cc: 21526@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 22 21:09:19 2015 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 1ZpLEd-0006Pg-Nl for geb-bug-gnu-emacs@m.gmane.org; Thu, 22 Oct 2015 21:09:11 +0200 Original-Received: from localhost ([::1]:34009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpLEc-0000oV-W8 for geb-bug-gnu-emacs@m.gmane.org; Thu, 22 Oct 2015 15:09:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpLEa-0000oP-1h for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 15:09:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpLEV-0001PW-76 for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 15:09:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:42505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpLEV-0001PL-35 for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 15:09:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZpLEU-00071L-HV for bug-gnu-emacs@gnu.org; Thu, 22 Oct 2015 15:09:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: Resent-From: Markus Triska Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 22 Oct 2015 19:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21526 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 21526-submit@debbugs.gnu.org id=B21526.144554091726940 (code B ref 21526); Thu, 22 Oct 2015 19:09:02 +0000 Original-Received: (at 21526) by debbugs.gnu.org; 22 Oct 2015 19:08:37 +0000 Original-Received: from localhost ([127.0.0.1]:33210 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZpLE5-00070S-19 for submit@debbugs.gnu.org; Thu, 22 Oct 2015 15:08:37 -0400 Original-Received: from static.59.150.47.78.clients.your-server.de ([78.47.150.59]:51800 helo=metalevel.at) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZpLDl-0006zy-6O for 21526@debbugs.gnu.org; Thu, 22 Oct 2015 15:08:36 -0400 Original-Received: by metalevel.at (Postfix, from userid 1000) id 64F41EC108; Thu, 22 Oct 2015 21:08:15 +0200 (CEST) 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: 208.118.235.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:107864 Archived-At: Stefan Monnier writes: > OK, let's turn things around, indeed: we revert to Stefan Bruda's > indentation code, you're handed responsibility over that code, and I get > to send you the bug reports about all the regressions this will introduce. This would be a good improvement in most respects I consider important, thank you! I will treat all issues you and others send to me with great care and attention, and work on correcting all regressions and issues I can. I have a lot of experience editing Prolog code with Emacs and can spot regressions quickly. I reported these issues in the hope that you can modify the SMIE-based indentation to be more useful in practical situations. Seeing that is not the case in general, please do restore the original behaviour, or at least enable it by default via a flag. Thank you and all the best, Markus