From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: w32 fullscreen toggling Date: Thu, 15 Oct 2009 20:34:08 +0200 Message-ID: References: <4AD6E90D.3080106@swipnet.se> <4AD739AD.30303@swipnet.se> 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 1255631804 20124 80.91.229.12 (15 Oct 2009 18:36:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 18:36:44 +0000 (UTC) Cc: Erik Charlebois , emacs-devel@gnu.org To: =?UTF-8?Q?Jan_Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 15 20:36:35 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MyVBh-0003CX-W8 for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2009 20:36:34 +0200 Original-Received: from localhost ([127.0.0.1]:56901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyVBh-0004YI-EY for ged-emacs-devel@m.gmane.org; Thu, 15 Oct 2009 14:36:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MyV9m-0003yX-UE for emacs-devel@gnu.org; Thu, 15 Oct 2009 14:34:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MyV9i-0003xu-GB for emacs-devel@gnu.org; Thu, 15 Oct 2009 14:34:34 -0400 Original-Received: from [199.232.76.173] (port=37754 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MyV9i-0003xo-8X for emacs-devel@gnu.org; Thu, 15 Oct 2009 14:34:30 -0400 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:61762) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MyV9h-0008Q2-KK for emacs-devel@gnu.org; Thu, 15 Oct 2009 14:34:29 -0400 Original-Received: by yxe29 with SMTP id 29so1060238yxe.14 for ; Thu, 15 Oct 2009 11:34:28 -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 :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=pcpSFTVmmS2ibJ1s0ESdoZ2PxdGDiHi38x7CHXi1jII=; b=vrOqSXEFW+n7YnZHwxEK9ujelJhLCOjg6lhwjHX1tLeDmWxO7d7pRxjuuIWPs9lvux be0m6LCKAYr3MnO7EuAxoAM1FTjZu2bB9hYKqfcRWrJUfoATWzaX0UYBzu5ik4kYAUfI kCt2BBSQmLm3UwbYLIHH81FDW4UeFlsY8f8cA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=tGWdfyF4Agu5Zpt+aIBCQEYeH4qUbMIQhYCcQBsbk9Y0ZpFnQqpbYXJ2YfRbPNZQvZ SfzvAA7PaVGSdgiUXPQ4XAokEqTFSxnyasfuXqG9ma637H+n7WmMDAPr/bRRogWuAV10 KS0nJLl3Q5izWpEE10Bqtp2+Xdbn8EDJkQ8+0= Original-Received: by 10.101.92.11 with SMTP id u11mr577821anl.126.1255631668784; Thu, 15 Oct 2009 11:34:28 -0700 (PDT) In-Reply-To: <4AD739AD.30303@swipnet.se> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116170 Archived-At: On Thu, Oct 15, 2009 at 5:03 PM, Jan Dj=C3=A4rv wrote: > > > Lennart Borgman skrev: >> >> On Thu, Oct 15, 2009 at 11:19 AM, Jan Dj=C3=A4rv wr= ote: >>> >>> You should make this work with the frame parameter fullscreen. >> >> I think there need to be a way to distinguish between "maximized" and >> "fullscreen". I do not think Emacs tries to distinguish between them >> at all currently, or am I wrong? >> >> > > You are wrong. Thanks ;-)