unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6068: Please learn Emacs to distinguish between visible and active windows
@ 2010-04-30 19:39 Lennart Borgman
  2021-06-03  9:00 ` bug#6068: make-frame-visible but not selected Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Lennart Borgman @ 2010-04-30 19:39 UTC (permalink / raw)
  To: 6068

The function make-frame-visible also makes the frame active. That is
not always what you want.

Could we please add a new parameter ACTIVATE to this function and let
it default to t for interactive use?

The changes needed to support this seems small. The function
x_make_frame_visible needs a new parameter ACTIVATE  to support this.
(On w32 it is a very small change, but I do not know about X.)

The reason to support it is that it makes it possible to make better
in place completion (compare
http://www.emacswiki.org/emacs/CompanyMode). The current
implementations tends to use overlays. This solution breaks down
currently when there are invisible parts in the buffer. I think a
popup frame would be easier.







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

end of thread, other threads:[~2021-07-02 12:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-30 19:39 bug#6068: Please learn Emacs to distinguish between visible and active windows Lennart Borgman
2021-06-03  9:00 ` bug#6068: make-frame-visible but not selected Lars Ingebrigtsen
2021-07-02 11:19   ` Lars Ingebrigtsen
2021-07-02 12:25     ` martin rudalics
2021-07-02 12:27       ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

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).