From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: OS X (configure --with-ns) typing unresponsive with Org and Viper Date: Fri, 13 May 2016 12:19:57 -0700 Organization: UCLA Computer Science Department Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1463167220 8892 80.91.229.3 (13 May 2016 19:20:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 May 2016 19:20:20 +0000 (UTC) To: Michael Brand , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 13 21:20:12 2016 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 1b1Id9-0004al-OM for ged-emacs-devel@m.gmane.org; Fri, 13 May 2016 21:20:11 +0200 Original-Received: from localhost ([::1]:35675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1Id6-0001EX-24 for ged-emacs-devel@m.gmane.org; Fri, 13 May 2016 15:20:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1Id2-0001BY-8V for emacs-devel@gnu.org; Fri, 13 May 2016 15:20:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1Icx-0002On-0U for emacs-devel@gnu.org; Fri, 13 May 2016 15:20:03 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:38188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1Icw-0002Oh-QY for emacs-devel@gnu.org; Fri, 13 May 2016 15:19:58 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 53BBE1612C8; Fri, 13 May 2016 12:19:58 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id FZJmhTTPno1j; Fri, 13 May 2016 12:19:57 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id A38841612D3; Fri, 13 May 2016 12:19:57 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id v7jdAb87f-4i; Fri, 13 May 2016 12:19:57 -0700 (PDT) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 89DA71612C8; Fri, 13 May 2016 12:19:57 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:203833 Archived-At: On 05/13/2016 11:40 AM, Michael Brand wrote: > What can I profile or debug with > gdb? You can use GDB to debug almost anything at the machine level. 'source .gdbinit' first. For profiling, please see the Profiling chapter of the Elisp manual, e.g., the profiler-start function. You need a reasonably bleeding-edge version of Emacs for this. Possibly you will also need to do low-level profiling, which is incompatible with profiler-start; to do this, build emacs with './configure --enable-profiling'. > What code is involved and which temporary changes could I try out > to track down the issue? Given the bug report, I'd look for changes installed in Emacs sometime in January 2009, probably in the ns area.