all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Using key q to quit temporary buffer window
@ 2022-08-23  4:38 wilnerthomas--- via Users list for the GNU Emacs text editor
  2022-08-23 15:11 ` Marcin Borkowski
  0 siblings, 1 reply; 15+ messages in thread
From: wilnerthomas--- via Users list for the GNU Emacs text editor @ 2022-08-23  4:38 UTC (permalink / raw)
  To: Help Gnu Emacs


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?



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-08-24 10:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-23  4:38 Using key q to quit temporary buffer window wilnerthomas--- via Users list for the GNU Emacs text editor
2022-08-23 15:11 ` Marcin Borkowski
2022-08-24  0:32   ` uzibalqa
2022-08-24  1:42     ` Emanuel Berg
2022-08-24  3:54       ` uzibalqa
2022-08-24  4:07         ` uzibalqa
2022-08-24  5:35           ` Emanuel Berg
2022-08-24  5:56             ` uzibalqa
2022-08-24  6:00               ` Emanuel Berg
2022-08-24  6:14                 ` uzibalqa
2022-08-24  6:23                   ` Emanuel Berg
2022-08-24  6:30                     ` uzibalqa
2022-08-24  6:45                       ` Emanuel Berg
2022-08-24  7:16                         ` uzibalqa
2022-08-24 10:41                           ` Jean Louis

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.