From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Perry E. Metzger" Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Implement functions for measuring fonts and max chars per line Date: Mon, 19 Jan 2015 16:49:54 -0500 Message-ID: <20150119164954.131a1216@jabberwock.cb.piermont.com> References: <87k31j3g03.fsf@posteo.de> <87d27b2ugp.fsf@posteo.de> <87zjaeo7eg.fsf@posteo.de> <874mrp46ns.fsf@posteo.de> <20150117153839.0de5fa7b@jabberwock.cb.piermont.com> <83k30lywa4.fsf@gnu.org> <20150117172122.0ccfba34@jabberwock.cb.piermont.com> <83iog4zrd2.fsf@gnu.org> <20150117230858.361b5307@jabberwock.cb.piermont.com> <83h9voyu9m.fsf@gnu.org> <20150118172633.61609906@jabberwock.cb.piermont.com> <20150118215643.6939487c@jabberwock.cb.piermont.com> <83zj9fxwr8.fsf@gnu.org> <20150119083153.27b9cba3@jabberwock.cb.piermont.com> <83sif6yc5f.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1421704211 30422 80.91.229.3 (19 Jan 2015 21:50:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2015 21:50:11 +0000 (UTC) Cc: malsburg@posteo.de, drew.adams@oracle.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 19 22:50:06 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YDKD0-0006C8-8g for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2015 22:50:06 +0100 Original-Received: from localhost ([::1]:39888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDKCz-0007RH-RM for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2015 16:50:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDKCw-0007QE-22 for emacs-devel@gnu.org; Mon, 19 Jan 2015 16:50:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDKCt-0004s7-Oa for emacs-devel@gnu.org; Mon, 19 Jan 2015 16:50:01 -0500 Original-Received: from hacklheber.piermont.com ([2001:470:30:84:e276:63ff:fe62:3400]:39323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDKCq-0004rW-U4; Mon, 19 Jan 2015 16:49:56 -0500 Original-Received: from snark.cb.piermont.com (localhost [127.0.0.1]) by hacklheber.piermont.com (Postfix) with ESMTP id 5223C84; Mon, 19 Jan 2015 16:49:56 -0500 (EST) Original-Received: from jabberwock.cb.piermont.com (jabberwock.cb.piermont.com [10.160.2.107]) by snark.cb.piermont.com (Postfix) with ESMTP id 1BDD72DEB7E; Mon, 19 Jan 2015 16:49:56 -0500 (EST) In-Reply-To: <83sif6yc5f.fsf@gnu.org> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.25; x86_64-apple-darwin14.0.0) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 2001:470:30:84:e276:63ff:fe62:3400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181448 Archived-At: On Mon, 19 Jan 2015 18:21:16 +0200 Eli Zaretskii wrote: > > Date: Mon, 19 Jan 2015 08:31:53 -0500 > > From: "Perry E. Metzger" > > Cc: drew.adams@oracle.com, malsburg@posteo.de, emacs-devel@gnu.org > > > > > That's what the 'fullscreen frame parameter is for. > > > > > > > That will full-height the frame for me, but it won't tell me what > > the height *is* > > Why do you need that, having achieved your goal of maximizing the > height? Because that isn't my sole goal, but given that I have way around the problem (albeit somewhat awkward) I'll just use that, no point in stretching this out. Perry > > I suppose I can then get that from the first window in the frame > > once it appears. > > Yes, if you need that. > -- Perry E. Metzger perry@piermont.com