From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Smith_RS Newsgroups: gmane.emacs.help Subject: Re: Odd slowness in grep and dired modes Date: Fri, 21 Mar 2014 10:09:52 -0700 (PDT) Message-ID: <7b4b03cb-0519-42f3-85c9-b1f02d8bc635@googlegroups.com> References: <3a2879e3-cb96-495c-a6a4-6bb790449477@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1395421814 14497 80.91.229.3 (21 Mar 2014 17:10:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2014 17:10:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 21 18:10:24 2014 Return-path: Envelope-to: geh-help-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 1WR2xX-0000Hg-6s for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Mar 2014 18:10:19 +0100 Original-Received: from localhost ([::1]:53906 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WR2xW-0008Gk-NK for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Mar 2014 13:10:18 -0400 X-Received: by 10.236.84.141 with SMTP id s13mr13199290yhe.5.1395421792738; Fri, 21 Mar 2014 10:09:52 -0700 (PDT) X-Received: by 10.50.9.71 with SMTP id x7mr110828iga.6.1395421792625; Fri, 21 Mar 2014 10:09:52 -0700 (PDT) Original-Path: usenet.stanford.edu!w5no7318717qac.0!news-out.google.com!dd7ni123igb.0!nntp.google.com!ur14no11824175igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.0.72.42; posting-account=FPshOQoAAABhQbXLwYlqquO5tX-UXyrO Original-NNTP-Posting-Host: 108.0.72.42 User-Agent: G2/1.0 Injection-Date: Fri, 21 Mar 2014 17:09:52 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:204408 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96680 Archived-At: On Friday, March 21, 2014 7:39:09 AM UTC-7, Drew Adams wrote: > Do yourself a favor and customize `mouse-1-click-follows-link' to nil. Thanks, this worked: (setq mouse-1-click-follows-link nil) The 450ms delay loop is causing some sort of problem, not sure what that might be or how to debug it. I am running the pre-built NT Emacs on Windows 7 (SP1 Enterprise) 64-bit. My system has an NVidia 4200M chipset with a GPU, but I don't see that coming into play here. Thanks again for the help.