/[emacs]/emacs/lisp/find-file.el
ViewVC logotype

Diff of /emacs/lisp/find-file.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by pfeiffer, Tue Oct 26 21:39:34 2004 UTC revision 1.27 by lektu, Thu Jun 16 16:09:00 2005 UTC
# Line 191  To override this, give an argument to `f Line 191  To override this, give an argument to `f
191         (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))         (setq fname (buffer-substring (match-beginning 2) (match-end 2)))))
192      )      )
193    "*A list of regular expressions for `ff-find-file'.    "*A list of regular expressions for `ff-find-file'.
194  Specifies how to recognise special constructs such as include files  Specifies how to recognize special constructs such as include files
195  etc. and an associated method for extracting the filename from that  etc. and an associated method for extracting the filename from that
196  construct.")  construct.")
197    
# Line 215  Set by default to `cc-search-directories Line 215  Set by default to `cc-search-directories
215    
216  This list is searched through with each extension specified in  This list is searched through with each extension specified in
217  `ff-other-file-alist' that matches this file's extension.  So the  `ff-other-file-alist' that matches this file's extension.  So the
218  longer the list, the longer it'll take to realise that a file  longer the list, the longer it'll take to realize that a file
219  may not exist.  may not exist.
220    
221  A typical format is  A typical format is
# Line 340  Variables of interest include: Line 340  Variables of interest include:
340     If non-nil, traces which directories are being searched.     If non-nil, traces which directories are being searched.
341    
342   - `ff-special-constructs'   - `ff-special-constructs'
343     A list of regular expressions specifying how to recognise special     A list of regular expressions specifying how to recognize special
344     constructs such as include files etc, and an associated method for     constructs such as include files etc, and an associated method for
345     extracting the filename from that construct.     extracting the filename from that construct.
346    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26