all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: emacs-pretest-bug@gnu.org
Subject: Re: display-buffer-other-frame - useful? doc string?
Date: Mon, 07 Apr 2008 12:01:26 -0400	[thread overview]
Message-ID: <jwvod8lwtb8.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <001901c8984d$5a62fe80$0200a8c0@us.oracle.com> (Drew Adams's message of "Sun, 6 Apr 2008 18:18:56 -0700")

>> I.e. evaluating the above code via M-: (or in your .emacs) should
>> hopefully make display-buffer work correctly such that the trunk's
>> display-buffer-other-frame works just as well as the one you've
>> been using.

> It does not. With Emacs 23, on MS Windows (emacs -Q): I evaluate only
> the code snippet you sent. Then, C-x 5 C-o does what
> switch-to-buffer-other-frame does: it selects the buffer; it doesn't
> just display it.

Hmm... so now we need to figure out whyh my code works differently
from your.  Maybe it's just a silly bug in my code, but maybe there's
something deeper.

> Perhaps someone else on Windows can try it also, to confirm, but
> that's what I see.

I believe you.

>> >> The difficulty is that select-frame-set-input-focus doesn't 
>> >> do the right thing in my situation: it raises the current frame
>> >> whereas it shouldn't be doing that.
>> 
>> > If `select-frame-set-input-focus' doesn't work in your 
>> > situation, then perhaps that's the place to debug?
>> 
>> It is documented as doing a "raise", but in the display-buffer case we
>> don't want to do a raise (at least not for window managers where the
>> window with focus should not need to be raised).  So using
>> select-frame-set-input-focus can't be right (unless we not only change
>> its code but also its spec).

> I see. Do you think that's a problem, in practice, for this particular
> command (which several of us even advised tossing out)?

I'm talking here about fixing display-buffer not just
display-buffer-other-frame.

> If it's important to you that the initially selected window not have its frame
> raised, then perhaps another function is needed - a function like
> `select-frame-set-input-focus', but which doesn't raise the frame. Or perhaps
> add an optional arg to `select-frame-set-input-focus' to express that
> alternative behavior.

Maybe, maybe not: maybe the raise is the part that makes it work.
That's what I'm trying to figure out.


        Stefan




  reply	other threads:[~2008-04-07 16:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-09 18:00 display-buffer-other-frame - useful? doc string? Drew Adams
2008-03-09 21:48 ` Stefan Monnier
2008-03-09 22:06   ` Drew Adams
2008-03-10 17:16     ` Richard Stallman
2008-03-10 17:19       ` Drew Adams
2008-03-10 17:59       ` Stefan Monnier
2008-03-11 20:24         ` Richard Stallman
2008-03-10 17:15   ` Richard Stallman
2008-03-10 17:34   ` Andreas Schwab
2008-03-10 18:01     ` Stefan Monnier
2008-03-10 18:43       ` Andreas Schwab
2008-03-10  6:11 ` Richard Stallman
2008-03-10  6:22   ` Drew Adams
2008-04-06  0:13 ` Drew Adams
2008-04-06  2:28   ` Stefan Monnier
2008-04-06  7:52     ` Drew Adams
2008-04-07  0:51       ` Stefan Monnier
2008-04-07  1:18         ` Drew Adams
2008-04-07 16:01           ` Stefan Monnier [this message]
2008-04-07 16:14             ` Drew Adams
2008-04-07 16:44               ` Lennart Borgman (gmail)
2008-04-07 16:52                 ` Drew Adams
2008-04-07 17:02                   ` Lennart Borgman (gmail)
2008-04-07 17:06                     ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvod8lwtb8.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=drew.adams@oracle.com \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.