all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* `select-frame' or `select-frame-set-input-focus'?
@ 2004-01-09  3:18 leo
  2004-01-09  8:46 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: leo @ 2004-01-09  3:18 UTC (permalink / raw)


i 've written a couple of lttle function making a new frame and doing some
stuff there eg.

(defun info-new-frame ()
  (select-frame (make-frame-command))
  (info))

now i stumbled across the function `select-frame-set-input-focus' which
doesn't do anything different to `select-frame' on my system win2000 system.
i guess its something X11-related.

so what's the generally more recommended function for a new frame:
`select-frame' or `select-frame-set-input-focus'?

thanks, leo

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

end of thread, other threads:[~2004-01-09  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-09  3:18 `select-frame' or `select-frame-set-input-focus'? leo
2004-01-09  8:46 ` Eli Zaretskii

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.