From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: vc-git: interactive rebasing Date: Fri, 3 Dec 2021 15:23:34 +0100 Message-ID: <28a28117-32f0-996f-8581-0632601d39e3@inventati.org> References: <38be4a33-d755-a317-b7fd-ceb0f88c4416@inventati.org> <5842a177-1f29-d144-16c2-ccc0cbecad94@inventati.org> <10563db0-78a9-d4cb-b422-667cae17db1d@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8765"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 To: Dmitry Gutov , emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 03 15:27:07 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mt9Wk-0001xP-DO for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Dec 2021 15:27:06 +0100 Original-Received: from localhost ([::1]:55840 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mt9Wj-0005PV-82 for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Dec 2021 09:27:05 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49096) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt9TR-0000mA-AJ for emacs-devel@gnu.org; Fri, 03 Dec 2021 09:23:41 -0500 Original-Received: from latitanza.investici.org ([82.94.249.234]:37755) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt9TO-00048T-7q for emacs-devel@gnu.org; Fri, 03 Dec 2021 09:23:41 -0500 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4J5FRr0q7WzGp5Y; Fri, 3 Dec 2021 14:23:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1638541416; bh=bJceDURXrdmVJ2e8S3bmCldQidDHjrzNNTzdEpjSMEE=; h=To:References:From:Subject:Date:In-Reply-To:From; b=GPqg4/xWm2Db2K99iaHLR8SMOa17FeRZR0ycwjXKESkzYDC/xpdA39y+jgvNnziUK cus7IniiG0Pv6XTLI5/akOzy8d9Dl/R0QxYKUHrVnUL1vH3Tbid0gKGO/A8pYJT1Jw 0FVBW4yrv/2MUiWssgkONYzHZiaeF/dj5KRFgLI8= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4J5FRq6HCkzGp4H; Fri, 3 Dec 2021 14:23:35 +0000 (UTC) In-Reply-To: <10563db0-78a9-d4cb-b422-667cae17db1d@yandex.ru> Content-Language: en-GB Received-SPF: pass client-ip=82.94.249.234; envelope-from=manuel.uberti@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -29 X-Spam_score: -3.0 X-Spam_bar: --- X-Spam_report: (-3.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.938, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:280839 Archived-At: On 03/12/21 14:26, Dmitry Gutov wrote: > On 03.12.2021 16:16, Manuel Uberti wrote: >> Interesting. Do you use Emacs (or emacsclient perhaps) to eventually edit the >> commit messages? > > My EDITOR is Zile. But emacsclient would work just as well. Great, thank you. I set emacsclient as the editor in Git. -- Manuel Uberti www.manueluberti.eu