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

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

Re: with-temp-buffer


From: martin rudalics
Subject: Re: with-temp-buffer
Date: Sat, 30 May 2009 11:52:17 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> Is it possible to call a function which calls with-temp-buffer inside a buffer
> created with-temp-buffer?

Sure.  Try evaluating the following form:

(with-temp-buffer
  (with-temp-buffer
    (message "%s" (buffer-list))))

martin




reply via email to

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