From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: C-g crash in C-x C-f (OSX Lion) Date: Mon, 19 Dec 2011 21:16:52 +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 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1324325824 12996 80.91.229.12 (19 Dec 2011 20:17:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2011 20:17:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Harald Hanche-Olsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 19 21:17:00 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 1Rcjdr-0002Wt-IK for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 21:16:59 +0100 Original-Received: from localhost ([::1]:50097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcjdq-00063K-OE for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2011 15:16:58 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:36853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcjdo-00060Q-0b for emacs-devel@gnu.org; Mon, 19 Dec 2011 15:16:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rcjdm-0007kN-Un for emacs-devel@gnu.org; Mon, 19 Dec 2011 15:16:55 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:35748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcjdm-0007kD-Lf for emacs-devel@gnu.org; Mon, 19 Dec 2011 15:16:54 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id D3FD698C2 for ; Mon, 19 Dec 2011 21:16:53 +0100 (CET) Original-Received: (qmail 13815 invoked by uid 89); 19 Dec 2011 20:16:14 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 19 Dec 2011 20:16:14 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 908C57FA058; Mon, 19 Dec 2011 21:16:53 +0100 (CET) In-Reply-To: <20111219.204045.1865060281235659052.hanche@math.ntnu.no> X-Mailer: Apple Mail (2.1251.1) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 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:146845 Archived-At: 19 dec 2011 kl. 20:40 skrev Harald Hanche-Olsen: > [Carsten Mattner (2011-12-19 18:50:44 UTC)] > >> 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. Jan D.