From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: INSIDE_EMACS and Tramp Date: Sat, 02 May 2020 18:39:29 +0300 Message-ID: <83ees2s5vy.fsf@gnu.org> References: <20200402230535.10490.95720@vcs0.savannah.gnu.org> <20200402230536.E0A3F20CDD@vcs0.savannah.gnu.org> <87lfndarwh.fsf_-_@gmx.de> <87blo78exg.fsf@gmx.de> <871rp357s1.fsf@gmail.com> <87lfmzg3ds.fsf@gmx.de> <87a7397tqz.fsf@gmail.com> <87o8r6wfni.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="63026"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, federicotedin@gmail.com To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 02 17:40:11 2020 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 1jUuFP-000GJG-9D for ged-emacs-devel@m.gmane-mx.org; Sat, 02 May 2020 17:40:11 +0200 Original-Received: from localhost ([::1]:53792 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jUuFO-0004q8-Ab for ged-emacs-devel@m.gmane-mx.org; Sat, 02 May 2020 11:40:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59650) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jUuEs-0003hm-SK for emacs-devel@gnu.org; Sat, 02 May 2020 11:39:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60246) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jUuEs-0005bC-At; Sat, 02 May 2020 11:39:38 -0400 Original-Received: from [176.228.60.248] (port=1275 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jUuEq-0002zg-TL; Sat, 02 May 2020 11:39:37 -0400 In-Reply-To: <87o8r6wfni.fsf@gmx.de> (message from Michael Albinus on Sat, 02 May 2020 16:54:57 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:248468 Archived-At: > From: Michael Albinus > Date: Sat, 02 May 2020 16:54:57 +0200 > Cc: emacs-devel@gnu.org > > You're right, `run-hooks' was a stupid idea. I have adapted my proposal > and prepared a patch which works for me as expected. See appended. > > Eli, would it be OK to push something like this to master? You don't need to ask for permission to push to master. Unless there's something very controversial or problematic about this change, in which case please tell which part. Thanks.