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

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

Queuing Emacs Lisp


From: Jean Louis
Subject: Queuing Emacs Lisp
Date: Sat, 22 Oct 2022 13:04:57 +0300

Hello,

I need to queue Emacs Lisp functions for future execution, and in such
way that queue is not related to current instance. It means I can't
use `run-at-time' function or similar. I do not think that queue.el is
proper for that.

Does such package or concept in Emacs Lisp exists anywhere already?

If there is no such concept or package, I would then make PostgreSQL
table and record future Emacs Lisp functions, like "(my-function 1 2
3)", then read, execute, and mark as done.



Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/




reply via email to

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