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

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

Using key q to quit temporary buffer window


From: wilnerthomas
Subject: Using key q to quit temporary buffer window
Date: Tue, 23 Aug 2022 06:38:28 +0200 (CEST)

I am printing some text in a temporary buffer

(defconst principles  "Text for display in temporary buffer")

(with-output-to-temp-buffer "*andromeda*"
       (print principles)

Is it technically possible to use the key `q' to quit the temporary buffer 
window as one can do
with the `*Backtrace*' window?



reply via email to

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