GNU bug report logs -
#20552
modify-frame-parameters left edge positioning
Previous Next
Reported by: gottlieb <at> nyu.edu
Date: Mon, 11 May 2015 20:11:02 UTC
Severity: minor
Found in version 24.4
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Please don't remove <20552 <at> debbugs.gnu.org> from the list of recipients.
> I started with (left . 0). That moves the frame close to the left edge
> but not quite flush left. If I manually move the frame flush left and
> execute (modify-frame-parameters nil '( (width . 176) ( left . 0)))
> the frame moves *right* so that it is again about 1/8 inch away
Hmm... which window manager? Would
(modify-frame-parameters nil '((user-position . t) (width . 176) (left . 0)))
change anything?
>>> The weird part is if I execute the same command again (a second C-j in
>>> *scratch), the frame moves to the correct, flush left, position.
>>>
>>> (Since my screen is 2560 wide (left . -1300) should have the right edge
>>> a little left of center, instead it is very much right of center.)
>>
>> Maybe your window manager tries to keep the frame within the screen
>> boundaries.
>
> The weird part is that
>
> (modify-frame-parameters nil '( (width . 176) (left . -1300)))
>
> done once is not flush left but if done a second time to the same
> emacs -Q is flush left
My usual answer here is that eventually Jan will kick in and explain.
martin
This bug report was last modified 10 years and 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.