all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* doc vindex file-name-handler-alist
@ 2009-10-16 23:34 Kevin Ryde
  2009-11-27  0:09 ` Kevin Ryde
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ryde @ 2009-10-16 23:34 UTC (permalink / raw
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

For reference, I checked in this little bit

	* files.texi (Magic File Names): Add @vindex file-name-handler-alist,
	in particular so `info-lookup-symbol' can find its docs.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: files.texi.file-handler-vindex.diff --]
[-- Type: text/x-diff, Size: 472 bytes --]

--- files.texi.~1.28.~	2009-10-08 10:59:34.000000000 +1100
+++ files.texi	2009-10-16 09:41:08.000000000 +1100
@@ -2561,6 +2561,7 @@
 regular expression), plus a handler that implements all the primitive
 Emacs file operations for file names that do match.
 
+@vindex file-name-handler-alist
   The variable @code{file-name-handler-alist} holds a list of handlers,
 together with regular expressions that determine when to apply each
 handler.  Each element has this form:

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: doc vindex file-name-handler-alist
  2009-10-16 23:34 doc vindex file-name-handler-alist Kevin Ryde
@ 2009-11-27  0:09 ` Kevin Ryde
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Ryde @ 2009-11-27  0:09 UTC (permalink / raw
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 589 bytes --]

I also applied these from a grep of unindexed variables I had kicking
around -- with a think about what text is defining/describing as opposed
to merely referring to ...

	* commands.texi (Misc Events): vindex mouse-wheel-up-event and
	mouse-wheel-down-event, the closest thing to a definition for them.
	* os.texi (Startup Summary): vindex inhibit-startup-message and
	inhibit-splash-screen.
	(Command-Line Arguments): vindex argv.
	(Suspending Emacs): vindex suspend-tty-functions and
	resume-tty-functions.  Don't want to index every hook, but having
	the programming ones is helpful.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: vindex-2.diff --]
[-- Type: text/x-diff, Size: 2138 bytes --]

Index: commands.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/commands.texi,v
retrieving revision 1.21
diff -u -r1.21 commands.texi
--- commands.texi	14 Nov 2009 15:15:32 -0000	1.21
+++ commands.texi	26 Nov 2009 23:47:11 -0000
@@ -1618,6 +1618,8 @@
 The element @var{position} is a list describing the position of the
 event, in the same format as used in a mouse-click event.
 
+@vindex mouse-wheel-up-event
+@vindex mouse-wheel-down-event
 This kind of event is generated only on some kinds of systems. On some
 systems, @code{mouse-4} and @code{mouse-5} are used instead.  For
 portable code, use the variables @code{mouse-wheel-up-event} and
Index: os.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/os.texi,v
retrieving revision 1.32
diff -u -r1.32 os.texi
--- os.texi	15 Oct 2009 20:44:36 -0000	1.32
+++ os.texi	26 Nov 2009 23:47:20 -0000
@@ -201,6 +201,8 @@
 that affects more than one user, as that would prevent new users from
 receiving information about copyleft and basic Emacs usage.
 
+@vindex inhibit-startup-message
+@vindex inhibit-splash-screen
 @code{inhibit-startup-message} and @code{inhibit-splash-screen} are
 aliases for this variable.
 @end defopt
@@ -489,6 +491,7 @@
 @end defvar
 
 @defvar command-line-args-left
+@vindex argv
 The value of this variable is the list of command-line arguments that
 have not yet been processed.  @code{argv} is an alias for this.
 @end defvar
@@ -697,6 +700,7 @@
 
 If @var{tty} is already suspended, this function does nothing.
 
+@vindex suspend-tty-functions
 This function runs the hook @code{suspend-tty-functions}, passing the
 terminal object as an argument to each function.
 @end defun
@@ -707,6 +711,7 @@
 terminal for that frame), or @code{nil} (meaning the terminal for the
 selected frame).
 
+@vindex resume-tty-functions
 This function reopens the terminal device, re-initializes it, and
 redraws its with that terminal's selected frame.  It then runs the
 hook @code{resume-tty-functions}, passing the terminal object as an

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-27  0:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-16 23:34 doc vindex file-name-handler-alist Kevin Ryde
2009-11-27  0:09 ` Kevin Ryde

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.