From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.bugs Subject: bug#18696: Emacs freezes for a while visitin Conf (.ini)) buffers Date: Sun, 12 Oct 2014 12:24:51 +0200 Message-ID: <543A56F3.4010701@alice.it> References: <543A3AB2.3010301@alice.it> <838ukl8z1i.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1413109535 3527 80.91.229.3 (12 Oct 2014 10:25:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Oct 2014 10:25:35 +0000 (UTC) Cc: 18696@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 12 12:25:28 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 1XdGL6-0005kC-As for geb-bug-gnu-emacs@m.gmane.org; Sun, 12 Oct 2014 12:25:24 +0200 Original-Received: from localhost ([::1]:56787 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdGL5-0004fI-VM for geb-bug-gnu-emacs@m.gmane.org; Sun, 12 Oct 2014 06:25:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdGKw-0004fA-07 for bug-gnu-emacs@gnu.org; Sun, 12 Oct 2014 06:25:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdGKo-0002si-H5 for bug-gnu-emacs@gnu.org; Sun, 12 Oct 2014 06:25:13 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdGKo-0002sW-F0 for bug-gnu-emacs@gnu.org; Sun, 12 Oct 2014 06:25:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XdGKm-0004EF-BP for bug-gnu-emacs@gnu.org; Sun, 12 Oct 2014 06:25:05 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Angelo Graziosi Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 12 Oct 2014 10:25:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18696 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18696-submit@debbugs.gnu.org id=B18696.141310949316211 (code B ref 18696); Sun, 12 Oct 2014 10:25:03 +0000 Original-Received: (at 18696) by debbugs.gnu.org; 12 Oct 2014 10:24:53 +0000 Original-Received: from localhost ([127.0.0.1]:41486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XdGKb-0004DN-2Q for submit@debbugs.gnu.org; Sun, 12 Oct 2014 06:24:53 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:34566) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XdGKZ-0004DD-5p for 18696@debbugs.gnu.org; Sun, 12 Oct 2014 06:24:52 -0400 Original-Received: from [192.168.1.101] (79.53.15.78) by smtp204.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 542BEACC02D9F5F3; Sun, 12 Oct 2014 12:24:49 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 In-Reply-To: <838ukl8z1i.fsf@gnu.org> 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:94440 Il 12/10/2014 10:36, Eli Zaretskii ha scritto: > > If this is not in "emacs -Q", there's likely some optional feature > that causes that. Indeed.. it is this in my initialization file: (which-function-mode t) and, considering the structure of that setup.ini file, this 'freezing' could be expected.. Thanks, Angelo.