From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jean Felder Newsgroups: gmane.emacs.help Subject: can't maximize emacs at startup Date: Wed, 26 May 2010 10:24:18 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1274887132 6590 80.91.229.12 (26 May 2010 15:18:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 May 2010 15:18:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 26 17:18:51 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OHINe-0000Dl-PE for geh-help-gnu-emacs@m.gmane.org; Wed, 26 May 2010 17:18:51 +0200 Original-Received: from localhost ([127.0.0.1]:53081 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHINd-0005fn-M6 for geh-help-gnu-emacs@m.gmane.org; Wed, 26 May 2010 11:18:49 -0400 Original-Received: from [140.186.70.92] (port=45554 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHBuv-0003Su-Id for help-gnu-emacs@gnu.org; Wed, 26 May 2010 04:24:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHBur-0001Wy-3M for help-gnu-emacs@gnu.org; Wed, 26 May 2010 04:24:45 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:52088) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHBuq-0001Wr-UP for help-gnu-emacs@gnu.org; Wed, 26 May 2010 04:24:41 -0400 Original-Received: by fxm11 with SMTP id 11so3745475fxm.0 for ; Wed, 26 May 2010 01:24:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=Bci7/albmCMiDYfwTglMKAW35LzdPzlkivZrPaeli/E=; b=fkSG16HYUO/dJa6jEpNxhg5ZRGt0ZjINejKrlKn/3Pp6XoGx1o7ryvMPB896QhjY8m dp/ANt3v6zrYlSH/7tViBDaEsE79f+aqHlojF/dRdda9tssgGpq9MbDnPf6Q4dUx9Uhp e93we30mhhXqo7ZEtbmuQqhjjp90vjGisTE1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=C6At08DUwiV23CmO9XOHoTu1/+G+QhU5WmytsylOdHQ/2Hq4gtzdjlo2bwXht3vohG E1CvQ6rYVcvi774CQPuUsu0VJAIXhw04aOpLTrEGn74LDpJFK4Br0ZJ1sAczwMgC1ywq nPjDtJA3aHidVZnnQHeJpL0BTnv02k7lOSxPI= Original-Received: by 10.204.22.6 with SMTP id l6mr3520908bkb.163.1274862278426; Wed, 26 May 2010 01:24:38 -0700 (PDT) Original-Received: by 10.204.57.72 with HTTP; Wed, 26 May 2010 01:24:18 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 26 May 2010 11:14:48 -0400 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:73770 Archived-At: Hi Everyone, I'm currently using emacs 23.2 on debian sid. I like starting emacs maximized using a trick from fvwm ( http://fvwmwiki.xteddy.org/cookbook/#index3h2 ) This feature works fine with emacs 23.1 . However, since I've upgraded from emacs 23.1 to 23.2, it doesn't work anymore : emacs doesn't start maximized. In fact, I'm launching emacs daemon at startup with the command "emacs --daemon" Then, I'm using "emacsclient -c" The first time, I'm using emacsclient, the window is launched but not maximized. The second time, everything works fine : the second window is maximized. It seems that the first time, the window size is reset. Is this some kind of side effect from a change from 23.1 to 23.2 ? Does anyone have any ideas ? Thanks, Jean FELDER