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

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

[debbugs-tracker] bug#5491: closed (Inconsistencies in Setting Frame Siz


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#5491: closed (Inconsistencies in Setting Frame Size)
Date: Fri, 13 Feb 2015 18:30:06 +0000

Your message dated Fri, 13 Feb 2015 19:29:29 +0100
with message-id <address@hidden>
and subject line Re: bug#5491: Inconsistencies in Setting Frame Size
has caused the debbugs.gnu.org bug report #5491,
regarding Inconsistencies in Setting Frame Size
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
5491: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5491
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Inconsistencies in Setting Frame Size Date: Fri, 29 Jan 2010 01:27:07 -0800 (PST)
Hello,
I've noticed that the effect  of setting frame size is not consistent among the various methods of performing the task. I can illustrate this with the following example involving several steps:

1. Define the function

(defun testfn () "tests frame creation"
  (interactive nil)

  (other-frame 1)

  (let ((frms (frame-list)))
    (set-frame-size (car frms) <x-size> <y-size>)   ; e.g. <x-size>=76 <y-size>=40
  )

  (setq default-frame-alist '((width . <x-size>) (height . <y-size>)))

)

2. Start off with one frame, and create a second frame;

3. Evaluation of testfn will set the size of the second frame; at the same time
   the default size for future frames will be set.

4. Create a third frame. It will be seen that the size of the third frame is    different from the size of the second frame that was set in testfn. In my opinion    the default-frame-alist parameters should have the same effect as the set-frame-size parameters, but apparently they do not.
Regards,
Bostjan Vilfan
 




--- End Message ---
--- Begin Message --- Subject: Re: bug#5491: Inconsistencies in Setting Frame Size Date: Fri, 13 Feb 2015 19:29:29 +0100
This should work now with current master/trunk.  Tested with Gtk, Lucid
and Motif as well as on Windows.  Please have a look.

Closing.  If you still see this problem with current trunk/master don't
hesitate to complain.

Thanks, martin


--- End Message ---

reply via email to

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