unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [npat@efault.net: Re: set-frame-position fails]
@ 2006-03-19  9:09 Richard Stallman
  2006-03-19 15:11 ` Chong Yidong
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2006-03-19  9:09 UTC (permalink / raw)


Would someone please debug this and ack?

------- Start of forwarded message -------
Date: Sat, 18 Mar 2006 15:33:22 +0200
From: Nick Patavalis <npat@efault.net>
To: Richard Stallman <rms@gnu.org>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: set-frame-position fails
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <E1FKX2J-0003o1-FO@fencepost.gnu.org>

On Sat, Mar 18, 2006 at 03:43:47AM -0500, Richard Stallman wrote:
> Someone suggested that this is not really a bug, just the normal
> behavior of the :user-position frame parameter.
> 

Even when I set the "user-position" frame parameter, I still cannot
move the frame, and have it "stay" at the new position. All the
following fail in the same manner:

  (modify-frame-parameters (selected-frame)
                           '((top . 10)
                             (left . 100)
                             (user-position . t)))

  (modify-frame-parameters (selected-frame)
                           '((top . 10)
                             (left . 100)
                             (user-position . nil)))

  (set-frame-position (selected-frame) 10 100)

Shouldn't one of them work?

/npat

- -- 
Nick Patavalis            npat@efault.net 
http://npat.efault.net/   GPG key id: 0x499C4C86
------- End of forwarded message -------

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

* Re: [npat@efault.net: Re: set-frame-position fails]
  2006-03-19  9:09 [npat@efault.net: Re: set-frame-position fails] Richard Stallman
@ 2006-03-19 15:11 ` Chong Yidong
  2006-03-20 15:05   ` Richard Stallman
  0 siblings, 1 reply; 3+ messages in thread
From: Chong Yidong @ 2006-03-19 15:11 UTC (permalink / raw)
  Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:

> Would someone please debug this and ack?
>
> From: Nick Patavalis <npat@efault.net>
>
> Even when I set the "user-position" frame parameter, I still cannot
> move the frame, and have it "stay" at the new position. All the
> following fail in the same manner:
>
>   (modify-frame-parameters (selected-frame)
>                            '((top . 10)
>                              (left . 100)
>                              (user-position . t)))
>
>   (set-frame-position (selected-frame) 10 100)

I can reproduce this with Gnome's default window manager, Metacity.
With the Blackbox window manager, it works fine.  My suspicion is that
Metacity is trying to be clever, and failing.

(For reference: the original bug report is that if you move the frame
(X window) with the mouse, then try to use set-frame-position to move
it elsewhere, Metacity immediately moves the frame back to the first
position.)

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

* Re: [npat@efault.net: Re: set-frame-position fails]
  2006-03-19 15:11 ` Chong Yidong
@ 2006-03-20 15:05   ` Richard Stallman
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2006-03-20 15:05 UTC (permalink / raw)
  Cc: emacs-devel

    I can reproduce this with Gnome's default window manager, Metacity.
    With the Blackbox window manager, it works fine.  My suspicion is that
    Metacity is trying to be clever, and failing.

If there is a bug in Metacity, we ought to report it.
Can you manage to do that?

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

end of thread, other threads:[~2006-03-20 15:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-19  9:09 [npat@efault.net: Re: set-frame-position fails] Richard Stallman
2006-03-19 15:11 ` Chong Yidong
2006-03-20 15:05   ` Richard Stallman

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