From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: frame resizing under KDE (was Re: bug of display-table & make-glyph-code) Date: Wed, 05 Sep 2007 12:08:53 +0200 Message-ID: <87tzq9pgp6.fsf_-_@escher.local.home> References: <200708271732.22306.zslevin@gmail.com> <46DD9F41.8090700@gmx.at> <46DE63EE.3070509@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188987622 12600 80.91.229.12 (5 Sep 2007 10:20:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2007 10:20:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 05 12:20:22 2007 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 1ISrzc-0002Dg-1v for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 12:20:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISrza-0005GI-B5 for ged-emacs-devel@m.gmane.org; Wed, 05 Sep 2007 06:20:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ISrp2-0001Eg-1a for emacs-devel@gnu.org; Wed, 05 Sep 2007 06:09:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ISroz-0001Dk-S3 for emacs-devel@gnu.org; Wed, 05 Sep 2007 06:09:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ISroz-0001DN-Iy for emacs-devel@gnu.org; Wed, 05 Sep 2007 06:09:17 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ISroz-0007fJ-09 for emacs-devel@gnu.org; Wed, 05 Sep 2007 06:09:17 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ISron-0002J8-0l for emacs-devel@gnu.org; Wed, 05 Sep 2007 12:09:05 +0200 Original-Received: from i577bc765.versanet.de ([87.123.199.101]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Sep 2007 12:09:05 +0200 Original-Received: from Stephen.Berman by i577bc765.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Sep 2007 12:09:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bc765.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:77848 Archived-At: On Wed, 05 Sep 2007 10:08:14 +0200 martin rudalics wrote: >> KDE maximization > > To me this seems a consequence of the known restriction that Emacs > frames can't have arbitrary pixel size. Apparently the OP is the > only Emacs user on KDE. I think I'm the original OP of this bug back in 2005, though not the OP of the recent thread; and someone else admitted to seeing it in KDE too; so there are at least three of us :-). Anyway, I don't think the bug is solely due to the frame size restriction, because it only happens under the GTK+ build. Steve Berman