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: [External] : Re: master a7c65fc666: Allow nil value for filter-buffer-substring-function Date: Fri, 23 Sep 2022 09:19:07 -0400 Message-ID: References: <166359943394.15847.12726646376922950024@vcs2.savannah.gnu.org> <20220919145714.5036DC00872@vcs2.savannah.gnu.org> <87pmfpb4ed.fsf@web.de> <87v8pfohlc.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19594"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 23 15:21:09 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 1obic8-0004mp-Ud for ged-emacs-devel@m.gmane-mx.org; Fri, 23 Sep 2022 15:21:09 +0200 Original-Received: from localhost ([::1]:50890 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1obic7-0000NM-5S for ged-emacs-devel@m.gmane-mx.org; Fri, 23 Sep 2022 09:21:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33518) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obiaM-00085e-Hy for emacs-devel@gnu.org; Fri, 23 Sep 2022 09:19:19 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:33911) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obiaI-0003En-3K for emacs-devel@gnu.org; Fri, 23 Sep 2022 09:19:15 -0400 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 7287F8079C; Fri, 23 Sep 2022 09:19:12 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 932D8804FC; Fri, 23 Sep 2022 09:19:10 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1663939150; bh=SD9ynuOzT2z8z65uA19jI0/3VNBP6yzu5oDXvVp7B3I=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=FbYb51hdH/1Xbfz0jzErA6exEBXlflOaJfJFcSCXf3KiMIDTQzXavQ1yrpWH+gLhA GW2T9qhOZojId5nIErq07V6nCVxPzW7o64OogjpQPX1orbooTXI3NGxcmU/bIqVNdb +OGUZK8x7iPOi3gt9UnnmWp9icxC1lXABDhBVKxKspLo7kXqGgRW25YtKjlt/zzi9z tPvZkdWrao8Q4TgynV5BSflE1ji10hkxWZLr8eyPqEYC2FWolFOoIaH93Ntcumoa0h mvPf1RI3ZSf6XPt2VH8UHiu4CDG5jFW5W8+pqOeJ8qXNb1E2i9qsyMrTB1RQvatQw3 UlsyXhycLqExA== Original-Received: from pastel (unknown [45.72.225.122]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 6A65612059A; Fri, 23 Sep 2022 09:19:10 -0400 (EDT) In-Reply-To: <87v8pfohlc.fsf@web.de> (Michael Heerdegen's message of "Thu, 22 Sep 2022 11:59:11 +0200") 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:296044 Archived-At: > Maybe a good rule would be "[now that we have nadvice] please think about > whether someone or somecode might want to advice that binding before > allowing arbitrary values for *-function named variables". Maybe it > would a good idea to spell that hint out in the manual Agreed. > if it isn't yet (didn't check). I don't think it is, no. Stefan