From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Maximize frame Date: Thu, 14 May 2009 13:26:59 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1242300463 707 80.91.229.12 (14 May 2009 11:27:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 May 2009 11:27:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Decebal Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 14 13:27:34 2009 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 1M4Z62-0004ao-OF for geh-help-gnu-emacs@m.gmane.org; Thu, 14 May 2009 13:27:31 +0200 Original-Received: from localhost ([127.0.0.1]:46447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4Z62-0003fK-4N for geh-help-gnu-emacs@m.gmane.org; Thu, 14 May 2009 07:27:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4Z5f-0003f7-Sz for help-gnu-emacs@gnu.org; Thu, 14 May 2009 07:27:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4Z5b-0003ee-8B for help-gnu-emacs@gnu.org; Thu, 14 May 2009 07:27:07 -0400 Original-Received: from [199.232.76.173] (port=57944 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4Z5b-0003ea-1f for help-gnu-emacs@gnu.org; Thu, 14 May 2009 07:27:03 -0400 Original-Received: from mail-bw0-f161.google.com ([209.85.218.161]:40365) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M4Z5a-00041f-ML for help-gnu-emacs@gnu.org; Thu, 14 May 2009 07:27:02 -0400 Original-Received: by bwz5 with SMTP id 5so1284069bwz.42 for ; Thu, 14 May 2009 04:27:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=PfiY7qhGOswnH0gghrV3l6SRZtdHy8G8x/skqrnYWUY=; b=KGF+KKztlRJgKdRRKMQFrPfPG27MFmVaiY7BT3gb21KByTAika1rKDAAjtfJfhkjw9 SUICCtCZMWOHvmFTYy84Df5G1sbPXDuUtMC8vb7yqqnvUOudNlsn+3te5ITK+gOY0Ioo 0HzDr1PjW08T2n4rDtEJcmPeBEgOgAPbjyAnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=QKZh/OzaJvRKx6z9Mk8dqRD/XBuQ9uXlKvsKX99PBAsQDyVIXP36xjOJFqH+/tXC9G 1mpEz24LssqDcpd9nU1iDtPfoQsPacRIoWKBTxZVxb1MX6w+gjCjN4I3/YzHI5Y4csG3 NmxYBfBOIX4UZIm37jMskYNkceDWAIpFGpKhs= Original-Received: by 10.223.126.66 with SMTP id b2mr1599028fas.18.1242300419520; Thu, 14 May 2009 04:26:59 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/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:64419 Archived-At: On Thu, May 14, 2009 at 12:32 PM, Decebal wrote: > On 14 mei, 10:49, Nurullah Akkaya wrote: >> Decebal wrote: >> > I would like to maximize my Emacs on startup. I did find: >> > =C2=A0 (defun fullscreen () >> > =C2=A0 =C2=A0 (interactive) >> > =C2=A0 =C2=A0 (x-send-client-message nil 0 nil "_NET_WM_STATE" 32 >> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = '(2 "_NET_WM_STATE_FULLSCREEN" 0))) >> >> > But that does a fullscreen, which loses the taskbar. Is there a way to >> > do a maximize instead of a fullscreen? Unfortunately there is no function in Emacs to make a frame fullscreen. What platform do you use Emacs on?