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

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

Re: set-frame-position fails


From: Nick Patavalis
Subject: Re: set-frame-position fails
Date: Sat, 18 Mar 2006 15:33:22 +0200
User-agent: Mutt/1.5.9i

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




reply via email to

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