From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Emacs 28 trigger after-change-major-mode-hook inside mini buffer Date: Sun, 21 Aug 2022 15:29:45 +0300 Message-ID: <83edx9dbk6.fsf@gnu.org> References: <20220821142250.27cb3c84@jcubic> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8960"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 21 14:31:06 2022 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 1oPk6b-0002AU-P6 for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 21 Aug 2022 14:31:05 +0200 Original-Received: from localhost ([::1]:37830 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oPk6a-0006zw-Lg for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 21 Aug 2022 08:31:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42360) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPk5I-0006z8-Vc for help-gnu-emacs@gnu.org; Sun, 21 Aug 2022 08:29:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51840) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPk5I-0008K9-Lu for help-gnu-emacs@gnu.org; Sun, 21 Aug 2022 08:29:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=pHYYSG6OX0TAVRjKw7cAEoPU/G9EZw8gZKALX+VkjEI=; b=lMlzc7VfG7lN l7M1hoVgeVDn9COnMsKezTIu1jsgKYjVTm6LXlHR/JikYAn0eWRIOh2nCaTu+YCYpnBD0VUQKHdpY SYeicHywYmbO/pV8bypuw3P94ZrMPqwWFjv8GzEQyeHpxXcq8tzOKcDEIZDbHUaX7qiUl5IcXAS0d 2Y0wPXNw7kNqy/WxvY8nHDJZlhiGEFHF/Y92IIQwbI6VS6o5BPT5K1R6d68JRR/Tqz6iXnBp2+myi 3ARRwyB3Y4DgNwGaGFcgoMCcDcQ/bN0dbQ3B1GAo/Caj0Mw/po+ZPYxk71t12u8fznH7RK0hKYjiE 2P1/v6alaenLg+Ry7ILFgg==; Original-Received: from [87.69.77.57] (port=1346 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPk5I-0008R7-0y for help-gnu-emacs@gnu.org; Sun, 21 Aug 2022 08:29:44 -0400 In-Reply-To: <20220821142250.27cb3c84@jcubic> 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" Xref: news.gmane.io gmane.emacs.help:138960 Archived-At: > Date: Sun, 21 Aug 2022 14:22:50 +0200 > From: "Jakub T. Jankiewicz" > > So to fix the problem I need to know: what type of major mode does the mini > buffer now have in Emacs 28? So I can filter out that major mode. It's minibuffer-mode, unsurprisingly.