From unknown Fri Jun 20 18:11:16 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#2514 <2514@debbugs.gnu.org> To: bug#2514 <2514@debbugs.gnu.org> Subject: Status: 23.0.91; Obsolete variable pre-abbrev-expand-hook in manual Reply-To: bug#2514 <2514@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:11:16 +0000 retitle 2514 23.0.91; Obsolete variable pre-abbrev-expand-hook in manual reassign 2514 emacs submitter 2514 Leo severity 2514 normal thanks From sl392@hermes.cam.ac.uk Sat Feb 28 06:41:54 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 28 Feb 2009 14:41:55 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1SEfpVD017177 for ; Sat, 28 Feb 2009 06:41:52 -0800 Received: from mail.gnu.org ([199.232.76.166]:37108 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LdQLj-0007AN-AL for emacs-pretest-bug@gnu.org; Sat, 28 Feb 2009 09:39:31 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LdQNy-0007WV-AQ for emacs-pretest-bug@gnu.org; Sat, 28 Feb 2009 09:41:50 -0500 Received: from ppsw-6.csi.cam.ac.uk ([131.111.8.136]:37383) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LdQNx-0007WP-Vv for emacs-pretest-bug@gnu.org; Sat, 28 Feb 2009 09:41:50 -0500 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from smaug.linux.pwf.cam.ac.uk ([193.60.95.72]:44076) by ppsw-6.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.156]:587) with esmtpsa (LOGIN:sl392) (TLSv1:DHE-RSA-AES256-SHA:256) id 1LdQNx-0000ME-Jh (Exim 4.70) for emacs-pretest-bug@gnu.org (return-path ); Sat, 28 Feb 2009 14:41:49 +0000 From: Leo To: emacs-pretest-bug@gnu.org Subject: 23.0.91; Obsolete variable pre-abbrev-expand-hook in manual Date: Sat, 28 Feb 2009 14:41:48 +0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Leo, Shidai Liu" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: ,----[ (info "(emacs)Expanding Abbrevs") ] | Expanding any abbrev first runs the hook `pre-abbrev-expand-hook' | (*note Hooks::). `---- However, ,----[ C-h v pre-abbrev-expand-hook RET ] | pre-abbrev-expand-hook is a variable defined in `abbrev.el'. | Its value is nil | | This variable is obsolete since 23.1; | use `abbrev-expand-functions' instead. | | Documentation: | Function or functions to be called before abbrev expansion is done. | This is the first thing that `expand-abbrev' does, and so this may | change | the current abbrev table before abbrev lookup happens. | | You can customize this variable. | | [back] `---- From cyd@stupidchicken.com Sun Mar 1 11:09:45 2009 Received: (at 2514-done) by emacsbugs.donarmstrong.com; 1 Mar 2009 19:09:45 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n21J9g6p010029 for <2514-done@emacsbugs.donarmstrong.com>; Sun, 1 Mar 2009 11:09:43 -0800 Received: by cyd.mit.edu (Postfix, from userid 1000) id 645D457E21A; Sun, 1 Mar 2009 14:10:47 -0500 (EST) From: Chong Yidong To: Leo Cc: 2514-done@debbugs.gnu.org Subject: Re: 23.0.91; Obsolete variable pre-abbrev-expand-hook in manual Date: Sun, 01 Mar 2009 14:10:47 -0500 Message-ID: <8763itcb48.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > ,----[ (info "(emacs)Expanding Abbrevs") ] > | Expanding any abbrev first runs the hook `pre-abbrev-expand-hook' > | (*note Hooks::). > `---- Fixed. Thanks for noticing. From unknown Fri Jun 20 18:11:16 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Mon, 30 Mar 2009 14:24:06 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator