From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Francesco =?UTF-8?Q?Potort=C3=AC?= Newsgroups: gmane.emacs.bugs Subject: bug#44618: 26.3; bibtex.el ignores file variable bibtex-contline-indentation Date: Thu, 03 Dec 2020 20:39:26 +0100 Message-ID: References: <877dqnzz8t.fsf@gnus.org> <3006.31876.328410.24499@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10926"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Lars Ingebrigtsen , 44618@debbugs.gnu.org To: "Roland Winkler" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Dec 03 20:40:09 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kkuSX-0002kF-GN for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 03 Dec 2020 20:40:09 +0100 Original-Received: from localhost ([::1]:45572 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kkuSW-0001jI-IZ for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 03 Dec 2020 14:40:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kkuSQ-0001hv-Ri for bug-gnu-emacs@gnu.org; Thu, 03 Dec 2020 14:40:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58515) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kkuSQ-0006ts-JF for bug-gnu-emacs@gnu.org; Thu, 03 Dec 2020 14:40:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kkuSQ-0004Z5-G0 for bug-gnu-emacs@gnu.org; Thu, 03 Dec 2020 14:40:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Francesco =?UTF-8?Q?Potort=C3=AC?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 03 Dec 2020 19:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44618 X-GNU-PR-Package: emacs Original-Received: via spool by 44618-submit@debbugs.gnu.org id=B44618.160702437117508 (code B ref 44618); Thu, 03 Dec 2020 19:40:02 +0000 Original-Received: (at 44618) by debbugs.gnu.org; 3 Dec 2020 19:39:31 +0000 Original-Received: from localhost ([127.0.0.1]:41828 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkuRu-0004YJ-Md for submit@debbugs.gnu.org; Thu, 03 Dec 2020 14:39:30 -0500 Original-Received: from smtp-clients1.isti.cnr.it ([146.48.28.36]:41618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkuRt-0004YB-1c for 44618@debbugs.gnu.org; Thu, 03 Dec 2020 14:39:29 -0500 Original-Received: from tucano.isti.cnr.it (tucano.isti.cnr.it [146.48.81.102]) (Authenticated sender: pot) by smtp-clients1.isti.cnr.it (Postfix) with ESMTPSA id 18F93B0512; Thu, 3 Dec 2020 20:39:26 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.4 at smtp-out.isti.cnr.it Original-Received: from pot by tucano.isti.cnr.it with local (Exim 4.94) (envelope-from ) id 1kkuRq-00Fsgn-HK; Thu, 03 Dec 2020 20:39:26 +0100 In-Reply-To: <3006.31876.328410.24499@gargle.gargle.HOWL> (winkler@gnu.org) X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:194922 Archived-At: >Can you please try the attached patch using hack-local-variables-hook? >This was partly inspired by the related comment > >https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21764#15 Sorry for the delay, I have now managed to test the latest version of bibtex.el which includes your patch, and it works for me. I made various tests and I saw no problems. Thanks -- fp