emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

locate-file-completion-table: Fixed point from lexical-binding?


From: Aaron S. Hawley
Subject: locate-file-completion-table: Fixed point from lexical-binding?
Date: Mon, 20 Feb 2012 16:47:44 -0500

Using this function and passing a lambda results in a recursive loop
that runs into the safety limit.  It worked in 23.

(locate-file-completion-table
 load-path '("\\.elc\\'" "\\.el\\'") ""
 (lambda (s) (string-match "\\.elc?\\'" s)) t)
Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'")

-- 
In general, we reserve the right to have a poor
memory--the computer, however, is supposed to
remember!  Poor computer.  -- Guy Lewis Steele Jr.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]