From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Andrea Vettorello" Newsgroups: gmane.emacs.help Subject: Geometry and temp-buffer-max-height Date: Thu, 26 Jul 2007 21:45:20 +0200 Message-ID: <7d5440240707261245k53a91615u12d17fc1a8af41cf@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1185479145 19477 80.91.229.12 (26 Jul 2007 19:45:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Jul 2007 19:45:45 +0000 (UTC) To: "EMACS List" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 26 21:45:44 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IE9HG-0005ni-VE for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jul 2007 21:45:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IE9HF-0003Ta-U4 for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jul 2007 15:45:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IE9H3-0003TR-8U for help-gnu-emacs@gnu.org; Thu, 26 Jul 2007 15:45:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IE9H0-0003TD-RL for help-gnu-emacs@gnu.org; Thu, 26 Jul 2007 15:45:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IE9H0-0003TA-L4 for help-gnu-emacs@gnu.org; Thu, 26 Jul 2007 15:45:22 -0400 Original-Received: from rv-out-0910.google.com ([209.85.198.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IE9H0-0005pc-7y for help-gnu-emacs@gnu.org; Thu, 26 Jul 2007 15:45:22 -0400 Original-Received: by rv-out-0910.google.com with SMTP id c27so46153rvf for ; Thu, 26 Jul 2007 12:45:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bEUVDpGGJKxad6RgnGnwuljVBH0g0gFq9Iuumg8mLguiUi6x1xGvZFtN83khE5V0z6a4zle4snkDtbxIecZ1pnk3w1l9lVBHxpR8ogF5ZGNszn0ziPHKTUXV43Rz7nWue0CltHMJpiVPCPcSSbIzOdxQr7xmnmVa7oIy5+B+2K4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KhJgWtEl7qdO+GH0V+FuU+sm4Y+sjYERjU3CVx6/ZXJxsjZmX5v1Yi/cKrGmne+lyuoHV14ogvqhaWrky0OyLRjbYyFgIyyXvB3/CUtzLquqe+5Zwb4N6Vph1gwLbRCwgsJoHDyWXWVcwzW+bc15kmk9Ru5dveE7NLUoFqoXYcs= Original-Received: by 10.141.180.5 with SMTP id h5mr661252rvp.1185479120285; Thu, 26 Jul 2007 12:45:20 -0700 (PDT) Original-Received: by 10.141.212.8 with HTTP; Thu, 26 Jul 2007 12:45:20 -0700 (PDT) Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46104 Archived-At: I've a trouble setting "temp-buffer-max-height" under X and Emacs 22.1. If i start Emacs with a geometry parameter, via .Xdefaults or passing the option from the command line, in the first created frame (initial-frame) the value assigned to "temp-buffer-max-height" is not applied, i.e. the temp buffer height spans the default half frame. This doesn't happen if i resize the frame before invoking a temp buffer (for example using the help) or if inside a new frame (C-x 5 2). I've looked the documentation about "initial-frame-alist" and "default-frame-alist" but i didn't found nothing interesting. It's a bug or i'm missing something, like some other variable to poke? -- Andrea