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: Richard Stallman
Subject: Re: set-frame-position fails
Date: Sun, 19 Mar 2006 04:09:45 -0500

    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?

Yes, something here must be a bug.




reply via email to

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