From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexandros Prekates Newsgroups: gmane.emacs.help Subject: Trying to find the status of auto-fill-mode in a buffer Date: Tue, 19 Nov 2024 06:43:23 +0000 Message-ID: <20241119084323.5e3eaeb0@enoush2o> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31899"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Nov 19 07:44:18 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 1tDHyE-0008E5-19 for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 19 Nov 2024 07:44:18 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tDHxc-0006Jj-49; Tue, 19 Nov 2024 01:43:40 -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 1tDHxa-0006JU-9H for help-gnu-emacs@gnu.org; Tue, 19 Nov 2024 01:43:38 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tDHxU-0002PW-Be for help-gnu-emacs@gnu.org; Tue, 19 Nov 2024 01:43:38 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id D5863240027 for ; Tue, 19 Nov 2024 07:43:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1731998607; bh=7GAeWW3x7BGREEoR+695H0FFXWjjzC30CUpcyQSlFkg=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=jPodp1gCb/lpKW1wbs2ezH0lzED++X0HB0txl1g6ZmfBxCX4N2IVF2QtxK1foc3qn j3MVhra6GtccvpiryJIeoCReXmEXCloljwqAfOFDslMwrI8a6RsjKevTC98E/lBkMN +ZQZsPE/7K1obm12bef56qpwMSumMMvktIOhWjztTzdjrgpn4XMI/MOp1x3rbj6E2c +qj1D33vJBYFo+t8sAu5ReQTyUdjwHFv+i8NNFUQvrjdicrimp3v3pciM3eswsl78h J4Wv3PMRFtMPH8nXXZjHhaHIXX719fmcPjTA33szQJQfbpqZTGQrjBDQtbbrl68Y8d VKMtIphQoMjfw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Xsw1W24Qjz6twH for ; Tue, 19 Nov 2024 07:43:27 +0100 (CET) Received-SPF: pass client-ip=185.67.36.65; envelope-from=aprekates@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=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:148334 Archived-At: C-h f auto-fill-mode says :=20 ''To check whether the minor mode is enabled in the current buffer, evaluate =E2=80=98auto-fill-function=E2=80= =99. '' How do we test that IN a certain buffer ?=20 I evaluated (auto-fill-function) in scratch buffer but it gives me nil.=20 Alexandros=20