emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Eli Zaretskii
Subject: Re: Dynamic loading progress
Date: Sat, 14 Feb 2015 10:39:01 +0200

> From: Stephen Leake <address@hidden>
> Date: Fri, 13 Feb 2015 15:48:07 -0600
> 
> My use case requires calling lisp functions; in particular,
> put-text-property, but also other higher-level lisp functions in
> ada-mode.

Why do you need to call Lisp in the module?  I think it's a no-no for
modules to call Lisp; that should be done in the Lisp code that uses
the module.

> I need a compiled module to implement an LALR parser for the Ada
> language that is fast enough for very large files.

Why does an implementation of a parser need to call Lisp?



reply via email to

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