[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r115204: Documentation for focus-in, out hooks (tiny
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] trunk r115204: Documentation for focus-in, out hooks (tiny change) |
Date: |
Sat, 23 Nov 2013 19:07:42 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 115204
revision-id: address@hidden
parent: address@hidden
author: Brian Jenkins <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-11-23 11:07:34 -0800
message:
Documentation for focus-in,out hooks (tiny change)
* doc/lispref/frames.texi (Input Focus):
* doc/lispref/hooks.texi (Standard Hooks):
Mention focus-in-hook, focus-out-hook.
* etc/NEWS: Copyedit.
modified:
doc/lispref/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-6155
doc/lispref/frames.texi
frames.texi-20091113204419-o5vbwnq5f7feedwu-6180
doc/lispref/hooks.texi hooks.texi-20091113204419-o5vbwnq5f7feedwu-6186
etc/NEWS news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2013-11-23 01:55:16 +0000
+++ b/doc/lispref/ChangeLog 2013-11-23 19:07:34 +0000
@@ -1,3 +1,8 @@
+2013-11-23 Brian Jenkins <address@hidden> (tiny change)
+
+ * frames.texi (Input Focus):
+ * hooks.texi (Standard Hooks): Mention focus-in-hook, focus-out-hook.
+
2013-11-23 Glenn Morris <address@hidden>
* loading.texi (Library Search):
=== modified file 'doc/lispref/frames.texi'
--- a/doc/lispref/frames.texi 2013-10-03 19:10:34 +0000
+++ b/doc/lispref/frames.texi 2013-11-23 19:07:34 +0000
@@ -1479,6 +1479,14 @@
change it.
@end defun
address@hidden focus-in-hook
+This is a normal hook run when an Emacs frame gains input focus.
address@hidden defvar
+
address@hidden focus-out-hook
+This is a normal hook run when an Emacs frame loses input focus.
address@hidden defvar
+
@defopt focus-follows-mouse
This option is how you inform Emacs whether the window manager transfers
focus when the user moves the mouse. address@hidden says that it does.
=== modified file 'doc/lispref/hooks.texi'
--- a/doc/lispref/hooks.texi 2013-01-05 08:37:05 +0000
+++ b/doc/lispref/hooks.texi 2013-11-23 19:07:34 +0000
@@ -115,6 +115,12 @@
@vindex delayed-warnings-hook
The command loop runs this soon after @code{post-command-hook} (q.v.).
address@hidden focus-in-hook
address@hidden focus-in-hook
address@hidden focus-out-hook
address@hidden focus-out-hook
address@hidden Focus}.
+
@item delete-frame-functions
@xref{Deleting Frames}.
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2013-11-23 01:55:16 +0000
+++ b/etc/NEWS 2013-11-23 19:07:34 +0000
@@ -176,6 +176,7 @@
selected among several alternatives, as a matter of user preference.
** New hooks `focus-in-hook', `focus-out-hook'.
+These are normal hooks run when an Emacs frame gains or loses input focus.
** The blink cursor stops blinking after 10 blinks (default) on X and NS.
You can change the default by customizing the variable blink-cursor-blinks.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r115204: Documentation for focus-in, out hooks (tiny change),
Glenn Morris <=