From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alec Berryman Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; Setting font during startup makes emacs window enormous Date: Sun, 9 Mar 2008 18:58:29 -0400 Message-ID: <20080309225829.GA6982@thened.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205121751 742 80.91.229.12 (10 Mar 2008 04:02:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Mar 2008 04:02:31 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 10 05:02:59 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JYZE1-0004ND-OO for ged-emacs-devel@m.gmane.org; Mon, 10 Mar 2008 05:02:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYZDT-0004mW-P6 for ged-emacs-devel@m.gmane.org; Mon, 10 Mar 2008 00:02:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYV69-0001K4-ND for emacs-devel@gnu.org; Sun, 09 Mar 2008 19:38:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYV69-0001Jh-4C for emacs-devel@gnu.org; Sun, 09 Mar 2008 19:38:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYV68-0001Jb-W5 for emacs-devel@gnu.org; Sun, 09 Mar 2008 19:38:33 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYV69-0001XO-0L for emacs-devel@gnu.org; Sun, 09 Mar 2008 19:38:33 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JYV68-0000FD-CY for emacs-pretest-bug@gnu.org; Sun, 09 Mar 2008 19:38:32 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JYV65-0001WO-A0 for emacs-pretest-bug@gnu.org; Sun, 09 Mar 2008 19:38:32 -0400 Original-Received: from 129.210.68.208.dnsptr.net ([208.68.210.129] helo=ives.vdov.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYV64-0001WG-Vp for emacs-pretest-bug@gnu.org; Sun, 09 Mar 2008 19:38:29 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by ives.vdov.net (Postfix) with ESMTP id 6868824EE89 for ; Sun, 9 Mar 2008 17:58:38 -0500 (CDT) Original-Received: from ives.vdov.net ([127.0.0.1]) by localhost (ives.vdov.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mZz2bcrcFZge for ; Sun, 9 Mar 2008 17:58:35 -0500 (CDT) Original-Received: from localhost (pool-71-174-175-173.bstnma.east.verizon.net [71.174.175.173]) by ives.vdov.net (Postfix) with ESMTP id 9EB0B24EE18 for ; Sun, 9 Mar 2008 17:58:34 -0500 (CDT) Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-Greylist: delayed 2392 seconds by postgrey-1.27 at monty-python; Sun, 09 Mar 2008 19:38:28 EDT X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Mon, 10 Mar 2008 00:02:20 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:91993 gmane.emacs.pretest.bugs:21489 Archived-At: When I start up emacs with the following configuration item: (when window-system (set-default-font "DejaVu Sans Mono-14")) the emacs window created is larger than my screen. When I comment it out, it comes up at a reasonable size. It appears that when the new font is selected, emacs keeps the same relative window dimensions even though the font choice means fewer lines/columns. I'm using a tiling window manager, xmonad, which lays out windows automatically according to a predefined specification; in this case, I've asked it to make all windows full-screen by default. When I resize the windows on the screen by changing the layout specification, emacs is drawn correctly. This behavior isn't more than a few weeks old; I haven't rebuilt emacs in a while, but it worked previously. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /home/alec/local/emacs/share/emacs/23.0.60/etc/DEBUG for instructions. In GNU Emacs 23.0.60.8 (x86_64-unknown-linux-gnu, GTK+ Version 2.12.5) of 2008-03-09 on barry Windowing system distributor `The X.Org Foundation', version 11.0.10300000 configured using `configure '--with-x-toolkit=gtk' '--enable-font-backend' '--prefix=/home/alec/local/emacs'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: iswitchb-mode: t partial-completion-mode: t recentf-mode: t show-paren-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-x r e p o r Recent messages: Loading /home/alec/.emacs.d/lisp-settings.el (source)...done Loading /home/alec/.emacs.d/python-settings.el (source)...done Loading /home/alec/.emacs.d/c-settings.el (source)...done Loading /home/alec/.emacs.d/haskell-settings.el (source)... Loading /home/alec/other-code/non-vc/libraries/emacs/haskell-mode/haskell-mode-2.3/haskell-site-file.el (source)...done Loading /home/alec/.emacs.d/haskell-settings.el (source)...done Loading /home/alec/.emacs.d/java-settings.el (source)...done Loading /home/alec/.emacs.d/smalltalk-settings.el (source)...done Loading /home/alec/.emacs.d/perl-settings.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a.