From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: Re: doc vindex file-name-handler-alist Date: Fri, 27 Nov 2009 11:09:41 +1100 Message-ID: <87skc04ym2.fsf@blah.blah> References: <87my3qsyju.fsf@blah.blah> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: ger.gmane.org 1259280667 1180 80.91.229.12 (27 Nov 2009 00:11:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Nov 2009 00:11:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 27 01:11:00 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NDoQN-0007f3-1R for ged-emacs-devel@m.gmane.org; Fri, 27 Nov 2009 01:10:59 +0100 Original-Received: from localhost ([127.0.0.1]:44032 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDoQM-0005qf-D5 for ged-emacs-devel@m.gmane.org; Thu, 26 Nov 2009 19:10:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDoQ9-0005nQ-FI for emacs-devel@gnu.org; Thu, 26 Nov 2009 19:10:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDoQ4-0005gY-1M for emacs-devel@gnu.org; Thu, 26 Nov 2009 19:10:44 -0500 Original-Received: from [199.232.76.173] (port=58710 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDoQ3-0005gC-N3 for emacs-devel@gnu.org; Thu, 26 Nov 2009 19:10:39 -0500 Original-Received: from mailout1-1.pacific.net.au ([61.8.2.208]:58500 helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDoQ2-0006p1-TC for emacs-devel@gnu.org; Thu, 26 Nov 2009 19:10:39 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 478445126AD for ; Fri, 27 Nov 2009 11:10:33 +1100 (EST) Original-Received: from blah.blah (ppp2F4D.dyn.pacific.net.au [61.8.47.77]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 287718C14 for ; Fri, 27 Nov 2009 11:10:27 +1100 (EST) Original-Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1NDoP7-0002UX-K2 for emacs-devel@gnu.org; Fri, 27 Nov 2009 11:09:41 +1100 In-Reply-To: <87my3qsyju.fsf@blah.blah> (Kevin Ryde's message of "Sat, 17 Oct 2009 10:34:45 +1100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117837 Archived-At: --=-=-= 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. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=vindex-2.diff 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 --=-=-=--