From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: occasional pause (or stutter) on win32 emacs 23.0.95 Date: Wed, 23 Dec 2009 16:15:12 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <4AAE5FB0.3000905@gmail.com> <13078811-9e03-4754-8d32-f9f791461855@r40g2000yqn.googlegroups.com> <4B1FCCC6.7020809@gmail.com> <4B210E89.4080403@gmail.com> <7faa342f-26eb-43f7-a94a-e59b76d03aae@a6g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1261615255 15767 80.91.229.12 (24 Dec 2009 00:40:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Dec 2009 00:40:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 24 01:40:48 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NNbl2-0004h8-DA for geh-help-gnu-emacs@m.gmane.org; Thu, 24 Dec 2009 01:40:48 +0100 Original-Received: from localhost ([127.0.0.1]:56570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NNbl2-0005OP-LW for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Dec 2009 19:40:48 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!z3g2000prd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 61.4.103.130 Original-X-Trace: posting.google.com 1261613712 20904 127.0.0.1 (24 Dec 2009 00:15:12 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 24 Dec 2009 00:15:12 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z3g2000prd.googlegroups.com; posting-host=61.4.103.130; posting-account=pYxWjwkAAACsHSUNDoi5N05LVCTP7PVM User-Agent: G2/1.0 X-HTTP-Via: 1.1 rndgate.rnd.clarion.com.my:8080 (squid/2.5.STABLE6) X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:175762 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70837 Archived-At: On Dec 23, 7:47=A0pm, Brel wrote: > I'm having the same problem on a windows xp sp 3 and I can confirm: > 1/ Ctrl-g does not interrupt the pause > 2/ Having a network connection corrects the problem > > For me the pause only happens when I want to edit the buffer. If I > just move the cursor around, there is no pause. Continued editing does > not pause but if I wait a couple of minutes, I get a pause again. Does (setq w32-get-true-file-attributes nil) help? This will stop Emacs from trying to look up the users and groups that own files. My guess is that this is happening during auto-save, hence after you make edits to the file, with a few minutes in between.