emacs-async icon indicating copy to clipboard operation
emacs-async copied to clipboard

daemon based async-start to preserve state

Open codygman opened this issue 8 years ago • 2 comments
trafficstars

To enable session functionality such as that requested by astahlman/ob-async#1.

I'm thinking that enabling named emacs daemons could be a solution that enables the issue above and is general enough for other applications where state needs to be maintained and async is preferred.

codygman avatar Oct 29 '17 04:10 codygman

This sounds like both a great idea, and a frightening horror, all at once. ;)

jwiegley avatar Oct 30 '17 21:10 jwiegley

Actually your comment made me realize its not complex enough because sessions would be synchronous.

I would need sessions to be made like: sessionName-UUID...

Actually oh dear... I'm not sure that would work. Will come back to this again later.

codygman avatar Nov 01 '17 18:11 codygman