From unknown Mon Jun 16 23:34:56 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#3398 <3398@debbugs.gnu.org> To: bug#3398 <3398@debbugs.gnu.org> Subject: Status: lispref internals redisplay-end-trigger-hook Reply-To: bug#3398 <3398@debbugs.gnu.org> Date: Tue, 17 Jun 2025 06:34:56 +0000 retitle 3398 lispref internals redisplay-end-trigger-hook reassign 3398 emacs submitter 3398 Kevin Ryde severity 3398 normal thanks From gg@zip.com.au Tue May 26 18:44:23 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 27 May 2009 01:44:24 +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=-2.5 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4R1iIgA012842 for ; Tue, 26 May 2009 18:44:20 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M98Bm-0002qe-GL for bug-gnu-emacs@gnu.org; Tue, 26 May 2009 21:44:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M98Bh-0002p5-By for bug-gnu-emacs@gnu.org; Tue, 26 May 2009 21:44:18 -0400 Received: from [199.232.76.173] (port=40022 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M98Bh-0002p2-3c for bug-gnu-emacs@gnu.org; Tue, 26 May 2009 21:44:13 -0400 Received: from mailout1-7.pacific.net.au ([61.8.2.214]:52558 helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M98Bg-0003JH-4B for bug-gnu-emacs@gnu.org; Tue, 26 May 2009 21:44:12 -0400 Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 4BDCC4DDB18 for ; Wed, 27 May 2009 11:44:06 +1000 (EST) Received: from blah.blah (ppp20CB.dyn.pacific.net.au [61.8.32.203]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 76AFB2741A for ; Wed, 27 May 2009 11:44:05 +1000 (EST) Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1M98Bs-0004iT-Ov for bug-gnu-emacs@gnu.org; Wed, 27 May 2009 11:44:24 +1000 From: Kevin Ryde To: bug-gnu-emacs@gnu.org Subject: lispref internals redisplay-end-trigger-hook Date: Wed, 27 May 2009 11:44:24 +1000 Message-ID: <87fxere2vb.fsf@blah.blah> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) --=-=-= The elisp manual "Window Internals" has `redisplay_end_trigger' If redisplay in this window goes beyond this buffer position, it runs the `redisplay-end-trigger-hook'. but is the variable in fact redisplay-end-trigger-functions? 2009-05-27 Kevin Ryde * internals.texi (Window Internals): Correction redisplay-end-trigger-functions, not redisplay-end-trigger-hook. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=internals.texi.end-trigger-functions.diff *** internals.texi 27 May 2009 11:42:39 +1000 1.8 --- internals.texi 27 May 2009 11:42:52 +1000 *************** *** 1233,1239 **** @item redisplay_end_trigger If redisplay in this window goes beyond this buffer position, it runs ! the @code{redisplay-end-trigger-hook}. @item cursor A structure describing where the cursor is in this window. --- 1233,1239 ---- @item redisplay_end_trigger If redisplay in this window goes beyond this buffer position, it runs ! the @code{redisplay-end-trigger-functions}. @item cursor A structure describing where the cursor is in this window. --=-=-= In GNU Emacs 22.3.1 (i486-pc-linux-gnu, GTK+ Version 2.14.7) of 2009-03-31 on raven, modified by Debian configured using `configure '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.3/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.3/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.3/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS='' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_AU locale-coding-system: iso-8859-1 default-enable-multibyte-characters: t --=-=-=-- From cyd@stupidchicken.com Wed May 27 15:09:37 2009 Received: (at 3398-done) by emacsbugs.donarmstrong.com; 27 May 2009 22:09:37 +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=-1.9 required=4.0 tests=AWL 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.14.3/8.14.3/Debian-5) with ESMTP id n4RM9Yao015947 for <3398-done@emacsbugs.donarmstrong.com>; Wed, 27 May 2009 15:09:35 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id AD19457E205; Wed, 27 May 2009 18:09:57 -0400 (EDT) From: Chong Yidong To: Kevin Ryde Cc: 3398-done@debbugs.gnu.org Subject: Re: lispref internals redisplay-end-trigger-hook Date: Wed, 27 May 2009 18:09:57 -0400 Message-ID: <87r5yab3ka.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > The elisp manual "Window Internals" has > > `redisplay_end_trigger' > If redisplay in this window goes beyond this buffer position, > it > runs the `redisplay-end-trigger-hook'. > > but is the variable in fact redisplay-end-trigger-functions? Yes, but redisplay-end-trigger-functions is now obsolete. I've now removed it from the manual; thanks. From unknown Mon Jun 16 23:34:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Thu, 25 Jun 2009 14:24:10 +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