From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Progress on merging Eglot? Date: Sun, 18 Sep 2022 22:37:55 -0400 Message-ID: References: <8735d1ajxb.fsf@gmail.com> <874jxhaizf.fsf@gmail.com> <87zgf993py.fsf@gmail.com> <87fsgod4ee.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20202"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: =?windows-1252?B?Sm/jbyBU4XZvcmE=?= , emacs-devel@gnu.org To: Payas Relekar Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 19 04:39:07 2022 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 1oa6gc-00054e-Dz for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Sep 2022 04:39:06 +0200 Original-Received: from localhost ([::1]:53916 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oa6ga-0003FN-LK for ged-emacs-devel@m.gmane-mx.org; Sun, 18 Sep 2022 22:39:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34398) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oa6fc-0002ZY-A7 for emacs-devel@gnu.org; Sun, 18 Sep 2022 22:38:04 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:25461) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oa6fZ-0006R2-L3 for emacs-devel@gnu.org; Sun, 18 Sep 2022 22:38:03 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 45B8A441636; Sun, 18 Sep 2022 22:37:59 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id CCB1544162C; Sun, 18 Sep 2022 22:37:57 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1663555077; bh=qM/EBG7IsmBmhohrIltIaDLleG1PPanuPV4+i66Ewnc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=HdJNAcxzoyrJMr1QJ9DhoCNFNW1Clf0uNTaEgK2mtc6OhgnoAiYC1+reuc/Do1p3i bebw/w8HOTkGtxCOSWl65+IrnRYC2DNgHCbnqwngsYcFERj1k49MRW4W+2tC7M/HQi eWjhMkhk9zQD371Xc/W10QN3ZreypeUrWX7spgCKaX0aUXkhfmW8jeb2bO4jD2JRRr 1w3AGXevSH5qER40bMBoKeEmbVAxcyGN/qW4BNJbKDh/f+aWfsZvZE9z4p9WrZieOJ NKsh2qqE+W1nItJ7CbAtNNGJYEWB12rgBOCS6dIlsMO9byHcZGPSTzuE4kLo3VTlqv 7CY+GYMwTVOhw== Original-Received: from milanesa (unknown [157.52.9.190]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 82685120623; Sun, 18 Sep 2022 22:37:57 -0400 (EDT) In-Reply-To: <87fsgod4ee.fsf@gmail.com> (Payas Relekar's message of "Sun, 18 Sep 2022 22:01:49 +0530") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=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:295612 Archived-At: > # filter eglot with only eglot.el and find+replace # in commit messages > git filter-repo --path eglot.el --message-callback ' > return re.sub(b" #", b" https://github.com/joaotavora/eglot/issues/", message) > return re.sub(b",#", b",https://github.com/joaotavora/eglot/issues/", message) > return re.sub(b"(#", b"(https://github.com/joaotavora/eglot/issues/", message) > return re.sub(b"Fix#", b"Fix: https://github.com/joaotavora/eglot/issues/", message) > return re.sub(b"github#", b"Github: https://github.com/joaotavora/eglot/issues/", message) I suspect you can get a slightly better result if you tweak this filter script so as to rename `eglot.el` to `lisp/progmodes/eglot.el` in each commit. Then you can also skip the `git read-tree`. Stefan