From unknown Sun Aug 17 22:00:46 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#29049 <29049@debbugs.gnu.org> To: bug#29049 <29049@debbugs.gnu.org> Subject: Status: 26.0; doc of `window-configuration-change-hook' Reply-To: bug#29049 <29049@debbugs.gnu.org> Date: Mon, 18 Aug 2025 05:00:46 +0000 retitle 29049 26.0; doc of `window-configuration-change-hook' reassign 29049 emacs submitter 29049 Drew Adams severity 29049 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 28 21:08:34 2017 Received: (at submit) by debbugs.gnu.org; 29 Oct 2017 01:08:35 +0000 Received: from localhost ([127.0.0.1]:39588 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8c5a-0004UM-KL for submit@debbugs.gnu.org; Sat, 28 Oct 2017 21:08:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59849) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8c5Y-0004U7-EE for submit@debbugs.gnu.org; Sat, 28 Oct 2017 21:08:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8c5S-0001YQ-7A for submit@debbugs.gnu.org; Sat, 28 Oct 2017 21:08:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,HTML_MESSAGE autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53453) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e8c5S-0001YJ-3c for submit@debbugs.gnu.org; Sat, 28 Oct 2017 21:08:26 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8c5Q-0008PO-G2 for bug-gnu-emacs@gnu.org; Sat, 28 Oct 2017 21:08:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8c5M-0001T7-Fj for bug-gnu-emacs@gnu.org; Sat, 28 Oct 2017 21:08:24 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:42599) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e8c5M-0001PK-5j for bug-gnu-emacs@gnu.org; Sat, 28 Oct 2017 21:08:20 -0400 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v9T18G4W012738 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sun, 29 Oct 2017 01:08:16 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id v9T18G23018614 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sun, 29 Oct 2017 01:08:16 GMT Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v9T18FJa029570 for ; Sun, 29 Oct 2017 01:08:15 GMT MIME-Version: 1.0 Message-ID: Date: Sat, 28 Oct 2017 18:07:48 -0700 (PDT) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 26.0; doc of `window-configuration-change-hook' X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 16.0.4600.0 (x86)] Content-Type: multipart/alternative; boundary="__1509239295389358976abhmp0002.oracle.com" X-Source-IP: userv0021.oracle.com [156.151.31.71] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --__1509239295389358976abhmp0002.oracle.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Both (elisp) `Window Hooks' and the doc string talk about "the buffer-local part of this hook". =20 I don't know what that means. Since when does a hook have "parts", one of which is the "buffer-local part"? =20 Node (elisp) `Hooks' says nothing about any "local" or other "part" of a hook. Searching for "local" there finds only (1) mention that a major mode overrides buffer-local variable assignments and (2) mention that you can "You can add hooks either globally or buffer-locally". =20 I'm really wondering what could possibly be meant by this doc. This strange language was apparently introduced in Emacs 23. I have no idea what it is trying to say. Please clarify this doc. =20 In GNU Emacs 26.0.90 (build 3, x86_64-w64-mingw32) of 2017-10-13 Repository revision: 906224eba147bdfc0514090064e8e8f53160f1d4 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --without-dbus --host=3Dx86_64-w64-mingw32 --without-compress-install 'CFLAGS=3D-O2 -static -g3'' =20 --__1509239295389358976abhmp0002.oracle.com Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: quoted-printable

Both (el= isp) `Window Hooks' and the doc string talk about "the

<= p class=3DMsoNormal>buffer-local part of this hook".

 

I don't know wh= at that means.  Since when does a hook have "parts", one

of which is the "buffer-local part&quo= t;?

 

Node (elisp) `Hooks' says nothing about any "local" or othe= r "part" of a

hook.  Sear= ching for "local" there finds only (1) mention that a major<= /o:p>

mode overrides buffer-local variable assignme= nts and (2) mention that

you can "Y= ou can add hooks either globally or buffer-locally".

 

I'm really wond= ering what could possibly be meant by this doc.  This

strange language was apparently introduced in Emacs 23.&= nbsp; I have no idea

what it is trying t= o say.  Please clarify this doc.

 

In GNU Emacs 26.0.90 (build 3, x86_= 64-w64-mingw32)

of 2017-10-13

Repository revision: 906224eba147bdfc0514090064e8= e8f53160f1d4

Windowing system distributo= r `Microsoft Corp.', version 6.1.7601

Co= nfigured using:

`configure --without-db= us --host=3Dx86_64-w64-mingw32

--withou= t-compress-install 'CFLAGS=3D-O2 -static -g3''

 

--__1509239295389358976abhmp0002.oracle.com-- From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 04 06:05:33 2017 Received: (at 29049-done) by debbugs.gnu.org; 4 Nov 2017 10:05:33 +0000 Received: from localhost ([127.0.0.1]:50181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eAvKX-0005cf-Lx for submit@debbugs.gnu.org; Sat, 04 Nov 2017 06:05:33 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40697) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eAvKW-0005cQ-Cf for 29049-done@debbugs.gnu.org; Sat, 04 Nov 2017 06:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAvKM-0002U3-Ce for 29049-done@debbugs.gnu.org; Sat, 04 Nov 2017 06:05:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAvKM-0002Ty-3a; Sat, 04 Nov 2017 06:05:22 -0400 Received: from [176.228.60.248] (port=3548 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eAvKL-0004F3-Ic; Sat, 04 Nov 2017 06:05:22 -0400 Date: Sat, 04 Nov 2017 12:05:21 +0200 Message-Id: <83vaiqtl3y.fsf@gnu.org> From: Eli Zaretskii To: Drew Adams In-reply-to: (message from Drew Adams on Sat, 28 Oct 2017 18:07:48 -0700 (PDT)) Subject: Re: bug#29049: 26.0; doc of `window-configuration-change-hook' References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 29049-done Cc: 29049-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > Date: Sat, 28 Oct 2017 18:07:48 -0700 (PDT) > From: Drew Adams > > Both (elisp) `Window Hooks' and the doc string talk about "the > buffer-local part of this hook". > > I don't know what that means. Since when does a hook have "parts", one > of which is the "buffer-local part"? The intent was to buffer-local value and the global value. I fixed that. From unknown Sun Aug 17 22:00:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 02 Dec 2017 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator