From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?5by15ZyL6Imv?= Newsgroups: gmane.emacs.help Subject: Re: Ctrl-G crashes if launch from git / EDITOR (MAC) Date: Tue, 19 Mar 2013 11:14:36 +0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae934049f56a57804d83e8182 X-Trace: ger.gmane.org 1363662892 10026 80.91.229.3 (19 Mar 2013 03:14:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Mar 2013 03:14:52 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 19 04:15:18 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UHn1B-0001DB-AO for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Mar 2013 04:15:17 +0100 Original-Received: from localhost ([::1]:40276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHn0o-0002Fg-5n for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Mar 2013 23:14:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHn0a-0002Fa-Jw for help-gnu-emacs@gnu.org; Mon, 18 Mar 2013 23:14:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHn0X-0004bb-T7 for help-gnu-emacs@gnu.org; Mon, 18 Mar 2013 23:14:40 -0400 Original-Received: from mail-ie0-x230.google.com ([2607:f8b0:4001:c03::230]:36496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHn0X-0004bX-O0 for help-gnu-emacs@gnu.org; Mon, 18 Mar 2013 23:14:37 -0400 Original-Received: by mail-ie0-f176.google.com with SMTP id x14so24147ief.7 for ; Mon, 18 Mar 2013 20:14:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:content-type:x-gm-message-state; bh=URTrClFIfQGqO7jsyVxOJty9SugNrcm1pEYp2b06Nvs=; b=Sk60gwkG/K2GsL6A/j6mpMCtzOH9ua+Eyipw68+WS4AjhpdYsDVgencH426ulbBb2H O63aQtw0GIuOQF04NQYsgqmGZxUXQ9eC2j9MD2aZwY69yJAx+k/ZpqXsyspKSzSl5Pxe FdjYNvOuuwQH1e/501hZc/+a2OYfWtZWgS/N3qilYhSst8VoGsTvW4s9RSd+zi26gFQu PqwvgWzA8B1kMxDxarEisiaTno8CFFPf9/fpk8g9aD8UA9VYDzbG8R/po8GYujypfWCd wk2vdLE/CSWuxY2ApLpeUZIvQ1e/aeHoifUKTOp/vo9vJDad9xWguDv7lNfISlQelvgd k9qg== X-Received: by 10.50.17.131 with SMTP id o3mr683862igd.63.1363662876328; Mon, 18 Mar 2013 20:14:36 -0700 (PDT) Original-Received: by 10.43.124.135 with HTTP; Mon, 18 Mar 2013 20:14:36 -0700 (PDT) X-Originating-IP: [220.246.115.225] In-Reply-To: X-Gm-Message-State: ALoCoQler0hm1hZjdYyc4CRu3+9UmUPMYlE2YnTBYlQBfZb2duAfq2sTUSCyX2NiXE6NDu6b2Dti X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::230 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89591 Archived-At: --14dae934049f56a57804d83e8182 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable For others who have same problem, updating to GNU Emacs 24.3.1 fixed the problem. :-) On Thu, Mar 14, 2013 at 2:23 PM, =E5=BC=B5=E5=9C=8B=E8=89=AF wrote: > I set $EDITOR to emacs. > > Everytime I runs git commit/rebase -i, etc, emacs launched, press ctrl-g > a few times, and Emacs crash. Anyone experienced the same? > > > I am using "GNU Emacs 24.1.1 (x86_64-apple-darwin, NS > apple-appkit-1038.36) of 2012-06-11 on bob.porkrind.org" on mac. > --14dae934049f56a57804d83e8182 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
For others who have same problem, updating to=C2=A0GNU Ema= cs 24.3.1 fixed the problem. :-)


On Thu, Mar 14, 2013 at 2:23 PM, =E5=BC=B5=E5=9C= =8B=E8=89=AF <keith@cheungsfamily.org> wrote:
I set $EDITOR to emacs.
Everytime I runs git commit/rebase -i, etc, emacs launched,= =C2=A0press ctrl-g a few times, and Emacs crash. =C2=A0Anyone experienced = the same?


I am using "GNU Emacs 24.1.1 (x86_64-apple-darwin,= NS apple-appkit-1038.36) of 2012-06-11 on bob.porkrind.org" on mac.

--14dae934049f56a57804d83e8182--