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: [PATCH] Lazy wdired preprocessing Date: Sat, 27 Mar 2021 11:56:15 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="549"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Arthur Miller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 27 16:57:35 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 1lQBJf-000AZZ-Hc for ged-emacs-devel@m.gmane-mx.org; Sat, 27 Mar 2021 16:57:35 +0100 Original-Received: from localhost ([::1]:57414 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lQBJe-0002c1-Jl for ged-emacs-devel@m.gmane-mx.org; Sat, 27 Mar 2021 11:57:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47126) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQBIa-000231-0B for emacs-devel@gnu.org; Sat, 27 Mar 2021 11:56:28 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:48371) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQBIX-0003OT-VE for emacs-devel@gnu.org; Sat, 27 Mar 2021 11:56:27 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 9FF27100241; Sat, 27 Mar 2021 11:56:24 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 033B110020E; Sat, 27 Mar 2021 11:56:23 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1616860583; bh=4qENPOFboTPNBjFRyFpiH4kTECJ0Ci4Ts+EgXSKl8p0=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Txof7fx0guXcSZgRkoB94kZdFYHQf+9T2b1OYFDTER9MU+M/UFt9rAl3NDYu1ald2 VgjPlwQkCPb07lYgOuX0p7EX8Au8ZD5lSr9YApYALoaVTl+8HUwfGoAyyyTeCu4Cmz eEG1IA8yptdsKu74fnl2i+t06DE0D/D+OqjvABFG510mrvfxZT/lPcuE/d3CtaNgPh cuiCx+vW4Dn15ov/RyyLGGj9xaPr9LruPN+RmzBFSfLEWuGluu5Z0c3RrxILrCQQCC LGK8ZTnv11PA6RxL6XJXtTPoUJ60H3tATafCupq+NAC9IDLqBG2bsexMm0VsG/1xkM jxwi6GDFVlrSQ== Original-Received: from alfajor (unknown [216.154.43.249]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id A8D6012016F; Sat, 27 Mar 2021 11:56:22 -0400 (EDT) In-Reply-To: (Arthur Miller's message of "Sat, 27 Mar 2021 16:17:29 +0100") 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.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:267102 Archived-At: >> Would it be time to plug in Richard's endorsement of reproduction here? > Hmm, I don't think I know what it's about; but I trust your and RMS > judgement! :-) https://lists.gnu.org/r/emacs-devel/2005-04/msg01005.html Stefan