emacs-devel
[Top][All Lists]
Advanced

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

Re: async.el: A simple asynchronous framework for Emacs


From: John Wiegley
Subject: Re: async.el: A simple asynchronous framework for Emacs
Date: Tue, 19 Jun 2012 00:36:39 -0500
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin)

>>>>> Thien-Thi Nguyen <address@hidden> writes:

> The variable values must be of somewhat limited type, right?

They can be anything for which:

    (assert (equal x (read (prin1-to-string x))))

This excludes unprintable values, most notably buffers, byte-compiled lambdas,
windows, frames, etc.

John



reply via email to

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