all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Friedrich Laher <mathefritz@schmieder-laher.de>
Subject: Re: set-frame-position - is it a bug
Date: Fri, 05 Aug 2005 18:47:12 +0200	[thread overview]
Message-ID: <42F39810.7010708@schmieder-laher.de> (raw)

thank you folks

it actually seems to be an interaction problem emacs <---> Windomanager

if found out that the vertical position from frameparameters needs an 
adustment
of
-24
indipendent of the horizontal shift

but if it's repeated fast, e.g. with

(setq n 5)
(while (> (setq n (1- n)) 0 )
 (progn
  (setq fpx (cdr (assoc 'left (frame-parameters))))
  (setq fpy (cdr (assoc 'top  (frame-parameters))))
  (setq fpx (+ 1 fpx))

     (set-frame-position (next-frame) fpx (- fpy 24))

 )
)
 
then the -24 are wrong

I am running thaf in KDE 3.2.1, SusSE Linux 9.1, SMP Kernel ( Tyan Tiger 
Board with 2 processors )

emacs-version info 21.2.1 (i586-suse-linux X toolkit Xaw3d scroll bars ) 
of 2004-04-06 on gray

                 reply	other threads:[~2005-08-05 16:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=42F39810.7010708@schmieder-laher.de \
    --to=mathefritz@schmieder-laher.de \
    /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.