From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zhengyi Fu Newsgroups: gmane.emacs.help Subject: Re: include clause in interactive command Date: Sun, 01 Dec 2024 12:42:29 +0800 Message-ID: <7e1162435f2226ee105fa78c36e0d23f@fuzy.me> References: <7zmmIocUfe2mvq1pwg2UbEEviligcunflNe_dNFVyWq_xQEccwl6YLeOEZglqTXDEDe7pwOVMHDXeo_JLqx8mXYbzCJvCRViOuA23fFOA2Y=@protonmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33612"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Heime via Users list for the GNU Emacs text editor To: Heime Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Dec 01 05:43:27 2024 Return-path: Envelope-to: geh-help-gnu-emacs@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 1tHbnp-0008az-RU for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 01 Dec 2024 05:43:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tHbn9-0004IK-6V; Sat, 30 Nov 2024 23:42:43 -0500 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 1tHbn6-0004I1-4u for help-gnu-emacs@gnu.org; Sat, 30 Nov 2024 23:42:40 -0500 Original-Received: from relay8-d.mail.gandi.net ([2001:4b98:dc4:8::228]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tHbn2-0007rN-MA for help-gnu-emacs@gnu.org; Sat, 30 Nov 2024 23:42:38 -0500 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id A7AAD1BF204; Sun, 1 Dec 2024 04:42:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fuzy.me; s=gm1; t=1733028149; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jGR38gVvjbyIA8m7Yxia7oLwDVTq7RUm+3n7G97vTZI=; b=c32GBIndBB6FsVhEhsTRa28S4ANcn90hdxnRdrB9f/JPu4xWifbRPPTtRzGukzfm16rlzf hYw+Uy7syg9ZEUxMW4eEYtgyIgGuD6Ed59BUa+XY85lDh8/37/Sn4A0kn3OqO1n51kOcov nyQeQ4+ngSKbcT1E8jz7OBy9jep8txrm9+KVq/Gk819xgfIREE7mVkJrvIj/vbQq5EXsjY 7n0SobKq5SVna+zBe7UyRKZPuNFghjyKWxmnzNsPfpslgPLWRLxWns73uvfz51s0WxDZL0 JXdcXa2vN+1TOt9NGvNCur9P8UHOrUwfm/Nq44yucoa/tbew9pIylM6L0kREkQ== In-Reply-To: <7zmmIocUfe2mvq1pwg2UbEEviligcunflNe_dNFVyWq_xQEccwl6YLeOEZglqTXDEDe7pwOVMHDXeo_JLqx8mXYbzCJvCRViOuA23fFOA2Y=@protonmail.com> X-Sender: i@fuzy.me X-GND-Sasl: id@fuzy.me Received-SPF: pass client-ip=2001:4b98:dc4:8::228; envelope-from=i@fuzy.me; helo=relay8-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148471 Archived-At: On 2024-11-30 19:38, Heime via Users list for the GNU Emacs text editor wrote: > I have an interactive function that changes some buffer settings. > But it also has an include clause (include 'orellana). > > Would one usually recommend calling it only once, or calling it > everytime a user uses the function is ok? What is an “include clause”?