bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#34328: [feature request]: autoloading buffers like autoloading elisp


From: Eli Zaretskii
Subject: bug#34328: [feature request]: autoloading buffers like autoloading elisp files or dynamic modules
Date: Tue, 05 Feb 2019 18:20:13 +0200

> From: Zhang Haijun <ccsmile2008@outlook.com>
> Date: Tue, 5 Feb 2019 09:44:35 +0000
> 
> There may be two solutions:
> 1. Load multiple buffers concurrently

This cannot be done without very extensive changes in how the Lisp
interpreter works.  Currently, we cannot allow more than one Lisp
thread at a time.

> 2. Autoload buffers like autoloading elisp files or dynamic modules

This should be doable, I think.  Patches are welcome.

Thanks.





reply via email to

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