unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* locate-file-completion-table: Fixed point from lexical-binding?
@ 2012-02-20 21:47 Aaron S. Hawley
  2012-02-22 17:38 ` Aaron S. Hawley
  0 siblings, 1 reply; 3+ messages in thread
From: Aaron S. Hawley @ 2012-02-20 21:47 UTC (permalink / raw)
  To: emacs-devel

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.



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

end of thread, other threads:[~2012-02-23  6:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 21:47 locate-file-completion-table: Fixed point from lexical-binding? Aaron S. Hawley
2012-02-22 17:38 ` Aaron S. Hawley
2012-02-23  6:27   ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).