From unknown Fri Jun 20 07:28:19 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3398: lispref internals redisplay-end-trigger-hook Reply-To: Kevin Ryde , 3398@debbugs.gnu.org Resent-From: Kevin Ryde Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 27 May 2009 01:50:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 3398 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124338866412847 (code B ref -1); Wed, 27 May 2009 01:50:06 +0000 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 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 unknown Fri Jun 20 07:28:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Kevin Ryde Subject: bug#3398 closed by Chong Yidong (Re: lispref internals redisplay-end-trigger-hook) Message-ID: References: <87r5yab3ka.fsf@cyd.mit.edu> <87fxere2vb.fsf@blah.blah> X-Emacs-PR-Message: they-closed 3398 X-Emacs-PR-Package: emacs Reply-To: 3398@debbugs.gnu.org Date: Wed, 27 May 2009 22:15:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1243462504-16658-1" This is a multi-part message in MIME format... ------------=_1243462504-16658-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #3398: lispref internals redisplay-end-trigger-hook It has been closed by Chong Yidong . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Chong Yidong by replying to this email. --=20 3398: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D3398 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1243462504-16658-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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. ------------=_1243462504-16658-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 --=-=-=-- ------------=_1243462504-16658-1--