From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: 5f095f5 is the first bad commit (for my use case) Date: Wed, 27 Feb 2013 14:52:29 -0500 Message-ID: <87obf51qma.fsf@gmail.com> References: <86hakzz746.fsf@somewhere.org> <87hakzqlg4.fsf@gmail.com> <86k3pu9mdr.fsf@somewhere.org> <87wqturuyo.fsf@gmail.com> <86haky3ukz.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAn3m-0001nN-K5 for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 14:53:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAn3a-0002r0-LC for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 14:52:56 -0500 Received: from mail-qc0-x234.google.com ([2607:f8b0:400d:c01::234]:64623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAn3Z-0002j5-Ee for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 14:52:50 -0500 Received: by mail-qc0-f180.google.com with SMTP id v28so74609qcm.39 for ; Wed, 27 Feb 2013 11:52:31 -0800 (PST) In-Reply-To: <86haky3ukz.fsf@somewhere.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban , emacs-orgmode@gnu.org 2013ko otsailak 27an, Sebastien Vauban-ek idatzi zuen: >=20 > Do you know if there was a way out -- other than killing Emacs -- in such= a > case where `C-g' is not working? If you are on Linux (or OS X, I suppose), you can sometimes break an infloop by sending emacs the SIGUSR2 signal (in the shell, =E2=80=9Ckill -U= SR2 `pidof emacs`=E2=80=9D). This also generates a backtrace in the lisp debug= ger, which is useful for debugging. See C-h v debug-on-event . --=20 Aaron Ecay