From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: C-g crash in C-x C-f (OSX Lion) Date: Mon, 19 Dec 2011 21:46:25 +0100 Message-ID: References: <20111219.191520.1918773122203207306.hanche@math.ntnu.no> <20111219.204045.1865060281235659052.hanche@math.ntnu.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1324327601 26437 80.91.229.12 (19 Dec 2011 20:46:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2011 20:46:41 +0000 (UTC) Cc: Harald Hanche-Olsen , emacs-devel@gnu.org To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 19 21:46:34 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rck6U-0006ni-0B for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 21:46:34 +0100 Original-Received: from localhost ([::1]:56554 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rck6T-0004ct-Hr for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 15:46:33 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rck6Q-0004ae-Ke for emacs-devel@gnu.org; Mon, 19 Dec 2011 15:46:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rck6M-0004cE-LE for emacs-devel@gnu.org; Mon, 19 Dec 2011 15:46:30 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:54444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rck6M-0004bx-FN for emacs-devel@gnu.org; Mon, 19 Dec 2011 15:46:26 -0500 Original-Received: by iacb35 with SMTP id b35so8581283iac.0 for ; Mon, 19 Dec 2011 12:46:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=MO/EGhFEaQfOmGAT+qatxGncR4je7pLjIoeaLjw+gFA=; b=QMIst1rbHDfojBHgPqP9F5hKIcGbBlh6Oas6NLUwtz1ntZ3e7GcobFK9fAFimE7M85 n9QcGiyJiXvDP0IM3X0QKnSgmCrZJx6iJ1nuvG5sturoKsdbgCTtpzxA0tLqhQJ6pj2Q jsXWo6Nccozv/cLyQtdI6rPJQlsXNDws041OI= Original-Received: by 10.43.132.201 with SMTP id hv9mr187316icc.42.1324327585724; Mon, 19 Dec 2011 12:46:25 -0800 (PST) Original-Received: by 10.50.6.165 with HTTP; Mon, 19 Dec 2011 12:46:25 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:146846 Archived-At: On Mon, Dec 19, 2011 at 9:16 PM, Jan Dj=E4rv wrote: > > 19 dec 2011 kl. 20:40 skrev Harald Hanche-Olsen: > >> [Carsten Mattner (2011-12-19 18:50:44 UT= C)] >> >>> On Mon, Dec 19, 2011 at 7:15 PM, Harald Hanche-Olsen >>> wrote: >>>> Lion ships with a tty only GNU emacs version 22.1.1. >>>> >>>> At least, that is what I find in /usr/bin on my machine. >>> >>> It does, but I don't use that. It doesn't have special patches to make >>> key bindings I have working in the gui frontend only magically work, >>> does it? >> >> I don't know. I don't use it myself. I was just answering a trivia >> question, on the off chance that the asker really wanted to know. >> >> ObCrash: My emacs crashes too often too. Perhaps I should get into the >> habit of always having a gdb attached to my running emacs, so I can >> contribute backtraces of my own. > > It can't hurt. Shouldn't gdb or another selected debugger be invocable from the system level crash handler? This is generally possible on Windows. At least that was the case 3 years ago. If that's possible gdb (minus emacs .gdbinit) could be invoked on demand.