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

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

`select-frame' or `select-frame-set-input-focus'?


From: leo
Subject: `select-frame' or `select-frame-set-input-focus'?
Date: Fri, 9 Jan 2004 14:18:45 +1100

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




reply via email to

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