From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Audrey Lee Newsgroups: gmane.emacs.help Subject: haml plus kill-rectangle hangs emacs Date: Fri, 2 Apr 2010 12:12:20 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1270242150 28692 80.91.229.12 (2 Apr 2010 21:02:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Apr 2010 21:02:30 +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 Apr 02 23:02:24 2010 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.69) (envelope-from ) id 1Nxo0Q-0002zk-Fm for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Apr 2010 23:02:18 +0200 Original-Received: from localhost ([127.0.0.1]:54761 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nxo0Q-0006nG-0m for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Apr 2010 17:02:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxmI6-0000zb-5S for help-gnu-emacs@gnu.org; Fri, 02 Apr 2010 15:12:26 -0400 Original-Received: from [140.186.70.92] (port=47819 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxmI5-0000xu-2S for help-gnu-emacs@gnu.org; Fri, 02 Apr 2010 15:12:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxmI2-00060v-Ox for help-gnu-emacs@gnu.org; Fri, 02 Apr 2010 15:12:24 -0400 Original-Received: from mail-pz0-f176.google.com ([209.85.222.176]:36444) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxmI2-00060Q-Jp for help-gnu-emacs@gnu.org; Fri, 02 Apr 2010 15:12:22 -0400 Original-Received: by pzk6 with SMTP id 6so1458563pzk.1 for ; Fri, 02 Apr 2010 12:12:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=VKXHb/ChPmY3KWWjCRgrCQaCqKddYcqDii6pb6jVqJM=; b=yCUnLNvG39O2BXGWTuZDcwlSkGHbFPB4mduFMDxWowYKl9Vow162544vRZvVjOQYd0 imAYbRfa35qB+/+yRfriGE6hSqxOVq7kw3cyPXOqTjiHunq3zVDtFu3sFv2Pk4czIP1J cTnASbAcjtSoofvg9HhBYTOZvj9zftQTwIdGc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=YQHN9u5XNvbBjTOQl0bFm08vMnumukXISZN1WVdrCSXoi0nfflv6o57XmSVDy2tD4i 7If/sAK/7f21bKva9TrU6wZeDXZTfqzON8w23I3O0gEVv4rRpPX59cfmtAzaCnj6FNGh aGinyPCH7na4N16uzudDtgclXWfVsoYhsObjs= Original-Received: by 10.114.58.15 with HTTP; Fri, 2 Apr 2010 12:12:20 -0700 (PDT) Original-Received: by 10.114.97.17 with SMTP id u17mr2493780wab.145.1270235540603; Fri, 02 Apr 2010 12:12:20 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 02 Apr 2010 17:00:28 -0400 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:72583 Archived-At: Hello emacs people. I have bumped into an issue with emacs when I try to kill-rectangle inside a file which is in haml-mode. I see 2 symptoms: 1. Emacs "hangs" 2. The emacs process start hogging 99% of the CPU on my Mac. Here is info about my emacs: GNU Emacs 22.3.1 (i386-apple-darwin9.6.0, Carbon Version 1.6.0) of 2009-01-02 on seijiz.local Question 1: - In my .emacs, What might be some simple syntax I can use to disable kill-rectangle while I am in haml-mode ? Question 2: - In my .emacs, What might be some simple syntax I can use to connect a key to a function, but only for haml-mode, not globally. Question 3: - Does emacs have some kind of debugger I can use to tell me what files it is reading when I execute emacs commands? These are the only emacs questions I can think of today.