From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Zile as git core editor? Date: Fri, 26 Apr 2013 09:39:22 +0200 Message-ID: <877gjp91w5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Apr 26 09:55:18 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UVdUy-000435-LS for gcvg-git-2@plane.gmane.org; Fri, 26 Apr 2013 09:55:16 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759625Ab3DZHzI (ORCPT ); Fri, 26 Apr 2013 03:55:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:47589 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758232Ab3DZHzH (ORCPT ); Fri, 26 Apr 2013 03:55:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UVdUk-0003qz-RX for git@vger.kernel.org; Fri, 26 Apr 2013 09:55:02 +0200 Received: from g231235181.adsl.alicedsl.de ([92.231.235.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Apr 2013 09:55:02 +0200 Received: from tjolitz by g231235181.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Apr 2013 09:55:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231235181.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:fVsR2wUAHqF06qzBV4lmdwkZkKM= Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi List, after experiencing one crash to many, I'm back to Standard Emacs (instead of Emacsserver/Emacsclient), thus using 'emacs' (instead of emacsclient) as git core editor triggers reading my huge init file and is way to slow. I would like to use Zile (a small Emacs clone) instead, and although otherwise it works alright on my system, it does not seem to work as git core editor. Is it possible to use 'git config --global core.editor zile'? -- cheers, Thorsten