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: doc vindex file-name-handler-alist Date: Sat, 17 Oct 2009 10:34:45 +1100 Organization: Bah Humbug Message-ID: <87my3qsyju.fsf@blah.blah> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: ger.gmane.org 1255736120 27190 80.91.229.12 (16 Oct 2009 23:35:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Oct 2009 23:35:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 17 01:35:10 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 1MywKD-0001yv-KP for ged-emacs-devel@m.gmane.org; Sat, 17 Oct 2009 01:35:09 +0200 Original-Received: from localhost ([127.0.0.1]:51291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MywKC-0006ti-U8 for ged-emacs-devel@m.gmane.org; Fri, 16 Oct 2009 19:35:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MywK6-0006s4-Kx for emacs-devel@gnu.org; Fri, 16 Oct 2009 19:35:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MywK1-0006nF-CX for emacs-devel@gnu.org; Fri, 16 Oct 2009 19:35:02 -0400 Original-Received: from [199.232.76.173] (port=35389 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MywK1-0006n6-9c for emacs-devel@gnu.org; Fri, 16 Oct 2009 19:34:57 -0400 Original-Received: from mailout2-5.pacific.net.au ([61.8.2.228]:45837 helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MywK0-0000Gv-QR for emacs-devel@gnu.org; Fri, 16 Oct 2009 19:34:57 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 52DCD19154E for ; Sat, 17 Oct 2009 10:34:52 +1100 (EST) Original-Received: from blah.blah (ppp2874.dyn.pacific.net.au [61.8.40.116]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id CE2AF8C0C for ; Sat, 17 Oct 2009 10:34:51 +1100 (EST) Original-Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1MywJq-0002g3-Qf for emacs-devel@gnu.org; Sat, 17 Oct 2009 10:34:47 +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:116189 Archived-At: --=-=-= 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. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=files.texi.file-handler-vindex.diff --- 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: --=-=-=--