unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Print value of selected-window in some info buffer
@ 2024-05-14 21:25 Heime
  2024-05-14 23:50 ` tpeplt
  2024-05-15  5:25 ` Yuri Khan
  0 siblings, 2 replies; 6+ messages in thread
From: Heime @ 2024-05-14 21:25 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor

How can the value of selected-window be printed in some info buffer ?

Because I get a failure with (bdrive-insert (selected-window))

(defun bdrive-insert (objekt)
  "TODO"

  (with-current-buffer (get-buffer-create bfname)

    (cond
      ((stringp objekt)
         (insert (concat objekt "\n" ))) )))







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

end of thread, other threads:[~2024-05-15 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 21:25 Print value of selected-window in some info buffer Heime
2024-05-14 23:50 ` tpeplt
2024-05-15  0:05   ` Heime
2024-05-15  5:25 ` Yuri Khan
2024-05-15 11:52   ` Heime
2024-05-15 13:14     ` tpeplt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).