From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: pjb@informatimago.com (Pascal J. Bourguignon) Newsgroups: gmane.emacs.help Subject: Re: Maximize frame Date: Thu, 14 May 2009 14:33:50 +0200 Organization: Anevia SAS Message-ID: <7c63g3c18x.fsf@pbourguignon.anevia.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1242305527 17001 80.91.229.12 (14 May 2009 12:52:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 May 2009 12:52:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 14 14:51:57 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 1M4aPi-00044V-3d for geh-help-gnu-emacs@m.gmane.org; Thu, 14 May 2009 14:51:54 +0200 Original-Received: from localhost ([127.0.0.1]:39115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4aPh-000144-9k for geh-help-gnu-emacs@m.gmane.org; Thu, 14 May 2009 08:51:53 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!cleanfeed1-b.proxad.net!nnrp1-1.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAABlBMVEUAAAD///+l2Z/dAAAA oElEQVR4nK3OsRHCMAwF0O8YQufUNIQRGIAja9CxSA55AxZgFO4coMgYrEDDQZWPIlNAjwq9 033pbOBPtbXuB6PKNBn5gZkhGa86Z4x2wE67O+06WxGD/HCOGR0deY3f9Ijwwt7rNGNf6Oac l/GuZTF1wFGKiYYHKSFAkjIo1b6sCYS1sVmFhhhahKQssRjRT90ITWUk6vvK3RsPGs+M1RuR mV+hO/VvFAAAAABJRU5ErkJggg== X-Accept-Language: fr, es, en X-Disabled: X-No-Archive: no User-Agent: Gnus/5.101 (Gnus v5.10.10) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:YmY2NmNlZjhkYTNmMGFiMWJhMTRiM2QwYjZjOGFjZTMxYWRmNWVmOA== Original-Lines: 24 Original-NNTP-Posting-Date: 14 May 2009 14:33:51 CEST Original-NNTP-Posting-Host: 88.170.236.224 Original-X-Trace: 1242304431 news-2.free.fr 20326 88.170.236.224:51114 Original-X-Complaints-To: abuse@proxad.net Original-Xref: news.stanford.edu gnu.emacs.help:169163 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:64425 Archived-At: Lennart Borgman writes: > 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: >>> >   (defun fullscreen () >>> >     (interactive) >>> >     (x-send-client-message nil 0 nil "_NET_WM_STATE" 32 >>> >                     '(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? This is a little strong a statement! Obviously, the function (lambda () (full-frame)) is a function in emacs to make a frame full screen (given my full-frame function whose URI I mentionned previously), and it exists! -- __Pascal Bourguignon__