From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Adding with-editor to Emacs? Date: Sun, 03 Sep 2023 20:21:28 +0300 Message-ID: <835y4r6ulj.fsf@gnu.org> References: <85msy98sni.fsf@elpa.gnu.org> <87r0nidkmt.fsf@bernoul.li> <83bkelc1p1.fsf@gnu.org> <87fs3xwzxm.fsf@bernoul.li> <837cp9bur7.fsf@gnu.org> <87a5u5wskw.fsf@bernoul.li> <8334zxayhx.fsf@gnu.org> <871qfgbg13.fsf@bernoul.li> <83v8cs8kts.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5469"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jonas@bernoul.li, stefankangas@gmail.com, emacs-devel@gnu.org, rms@gnu.org To: Lynn Winebarger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Sep 03 19:22:40 2023 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 1qcqo4-0001BN-0G for ged-emacs-devel@m.gmane-mx.org; Sun, 03 Sep 2023 19:22:40 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qcqnW-0006yB-4q; Sun, 03 Sep 2023 13:22:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qcqnQ-0006xr-1i for emacs-devel@gnu.org; Sun, 03 Sep 2023 13:22:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qcqnO-0003mf-HG; Sun, 03 Sep 2023 13:21:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=awazVZp/rFfCKlKxcwNsbTuaS5is+SVm/qoJm2Hccr8=; b=Qe3T6oTQHGRk XHlQpAVpychQHS/ZFUixuSQWBQrcRtiiVFM3FG0kmd+qyNxjZdfidUxEvUfDBowj+p5wU7RRHTfwF 1sOwuwHSKE9qBVuw/J9UGMyo6h/XfLVPlxyZcAznpkXs3Am53y6hAMX4V2yhXQ10JKZSxneLK7lv4 n/oGGLTyQt4zk9cA1q83Et8ZG3RnQRC0NsDbxz2IdD2a4M7KEdNGL/f383rcMXeTLX4cYUc47NHsL dhaMJeRaiKwJVo4wkRjqmfkWp9SiwbzLCdeRFlg67coJqeCLVx7EDK1xXp9jlHnoQ1gq4fdxvWfFG IIxrRI1hytSo1wopWh96AA==; In-Reply-To: (message from Lynn Winebarger on Sun, 3 Sep 2023 13:02:49 -0400) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:310013 Archived-At: > From: Lynn Winebarger > Date: Sun, 3 Sep 2023 13:02:49 -0400 > Cc: Jonas Bernoulli , stefankangas@gmail.com, emacs-devel@gnu.org, > rms@gnu.org > > Just to put it out there, wouldn't putting the basic function in core > emacs, without all the workarounds for packaging fails, put the onus > on the packager to either adhere to the standard layout or patch their > distribution to make the function work accordingly? That seems like > one of the benefits of a package being included in the core. I don't think I understand what you are saying here. At least one sentence failed to parse.