unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
Subject: Documenting redisplay-end-trigger-functions
Date: Fri, 29 Jul 2005 15:19:39 +0200	[thread overview]
Message-ID: <f7ccd24b05072906197b86efb6@mail.gmail.com> (raw)

Any objection to defvar'ing `redisplay-end-trigger-functions'? (It is
already in the Emacs Lisp Reference manual, but the variable has no
docstring.)

-- 
                    /L/e/k/t/u


Index: src/xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1036
diff -u -2 -r1.1036 xdisp.c
--- src/xdisp.c	18 Jul 2005 20:59:41 -0000	1.1036
+++ src/xdisp.c	29 Jul 2005 11:37:31 -0000
@@ -232,5 +232,5 @@
 Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map;
 Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
-Lisp_Object Qredisplay_end_trigger_functions;
+Lisp_Object Qredisplay_end_trigger_functions, Vredisplay_end_trigger_functions;
 Lisp_Object Qinhibit_point_motion_hooks;
 Lisp_Object QCeval, QCfile, QCdata, QCpropertize;
@@ -23136,4 +23136,10 @@
 is not valid when these functions are called.  */);
   Vwindow_scroll_functions = Qnil;
+
+  DEFVAR_LISP ("redisplay-end-trigger-functions",
&Vredisplay_end_trigger_functions,
+    doc: /* Functions called when redisplay of a window reaches the
end trigger.
+Each function is called with two arguments, the window and the end
trigger value.
+See `set-window-redisplay-end-trigger'.  */);
+  Vredisplay_end_trigger_functions = Qnil;
 
   DEFVAR_BOOL ("mouse-autoselect-window", &mouse_autoselect_window,

             reply	other threads:[~2005-07-29 13:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-29 13:19 Juanma Barranquero [this message]
2005-07-29 19:38 ` Documenting redisplay-end-trigger-functions Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f7ccd24b05072906197b86efb6@mail.gmail.com \
    --to=lekktu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).