From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T. V. Raman" Newsgroups: gmane.emacs.devel Subject: emacs: hanging in redisplay code? Date: Thu, 4 Oct 2012 07:19:04 -0700 Message-ID: <20589.39640.643682.851351@gargle.gargle.HOWL> Reply-To: raman@google.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1349401855 24101 80.91.229.3 (5 Oct 2012 01:50:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 01:50:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 05 03:51:00 2012 Return-path: Envelope-to: ged-emacs-devel@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 1TJx3z-0005tv-41 for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2012 03:50:51 +0200 Original-Received: from localhost ([::1]:34232 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJqfF-0001iB-Gh for ged-emacs-devel@m.gmane.org; Thu, 04 Oct 2012 15:00:53 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJqfC-0001gU-O8 for emacs-devel@gnu.org; Thu, 04 Oct 2012 15:00:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJmGg-0001BK-3i for emacs-devel@gnu.org; Thu, 04 Oct 2012 10:20:13 -0400 Original-Received: from mail-pa0-f41.google.com ([209.85.220.41]:51619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJmGd-0001A0-Ak for emacs-devel@gnu.org; Thu, 04 Oct 2012 10:19:11 -0400 Original-Received: by mail-pa0-f41.google.com with SMTP id fa10so644613pad.0 for ; Thu, 04 Oct 2012 07:19:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:content-type:content-transfer-encoding:message-id:date :to:subject:x-mailer:reply-to:from:x-attribution; bh=0OJyjiyCOtI2/EbJ66es96x8ZBV9NKO+6ZiHLCfEMoY=; b=FyzE9iweagMlo/nJPPBRlGU5NAXZDp2hnANMMkdfS1OX2lZaE2rTCRY8/A/VzqXf58 5wM8kxauSyXkPeT78+b3LVeuHG41vhsTts1jJcPiKUzX7yilCYcV/d0t2FzdNc1AOd8y HQBNnpAglLvFK8b8Gc0NaUxoTPPXrvOOupeQu1siRnl38Gm3yQY19f8GNIqqxnD/p3hy 5VdUv+AbmDG4vtiqoEbez7kj8KfdMCc0itcfguQdmhYT/CAjlT38PjudQd/hV4BsGBq0 GMTH7yqkFvtRXwzWpSK9LInSx/sHJnd4cb+c8hvIdd3DSYyYY1zN0SQUs3ubI7uZKogu j29w== Original-Received: by 10.66.88.133 with SMTP id bg5mr13564014pab.80.1349360349853; Thu, 04 Oct 2012 07:19:09 -0700 (PDT) Original-Received: from labrador.google.com (c-71-202-188-217.hsd1.ca.comcast.net. [71.202.188.217]) by mx.google.com with ESMTPS id po4sm4422956pbb.13.2012.10.04.07.19.08 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 04 Oct 2012 07:19:09 -0700 (PDT) X-Mailer: VM 8.1.1 under 24.2.50.2 (i686-pc-linux-gnu) x-attribution: tvr X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.220.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154037 Archived-At: After last night's update from git, emacs has become *really* slow in things like filename completion. Turning on toggle debug on quit shows the following backtrace: Debugger entered--Lisp error: (quit) redisplay_internal\ \(C\ function\)() -- Best Regards, --raman