all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Patavalis <npat@efault.net>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: set-frame-position fails
Date: Sat, 18 Mar 2006 15:33:22 +0200	[thread overview]
Message-ID: <20060318133321.GA28816@efault.net> (raw)
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

  reply	other threads:[~2006-03-18 13:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-15 21:25 set-frame-position fails Nick Patavalis
2006-03-16 16:21 ` Kevin Rodgers
     [not found] ` <E1FJywD-0003D1-U6@fencepost.gnu.org>
2006-03-17 14:31   ` Nick Patavalis
2006-03-17 17:07     ` Kevin Rodgers
2006-03-18  8:43     ` Richard Stallman
2006-03-18 13:33       ` Nick Patavalis [this message]
2006-03-19  9:09         ` Richard Stallman

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=20060318133321.GA28816@efault.net \
    --to=npat@efault.net \
    --cc=bug-gnu-emacs@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.