From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Is there an equivalent to emacs -fs in elisp? Date: Mon, 25 Feb 2008 01:41:03 +0100 Message-ID: <7dbe73ed0802241641o28527c6cqb92765836e872961@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203900085 19691 80.91.229.12 (25 Feb 2008 00:41:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 00:41:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 01:41:50 2008 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 1JTRPc-0004g2-Pj for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 01:41:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTRP7-0000rd-6j for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 19:41:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTRP3-0000rX-5A for emacs-devel@gnu.org; Sun, 24 Feb 2008 19:41:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTRP0-0000rL-Qo for emacs-devel@gnu.org; Sun, 24 Feb 2008 19:41:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTRP0-0000rI-LY for emacs-devel@gnu.org; Sun, 24 Feb 2008 19:41:06 -0500 Original-Received: from el-out-1112.google.com ([209.85.162.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTRP0-0001r8-AX for emacs-devel@gnu.org; Sun, 24 Feb 2008 19:41:06 -0500 Original-Received: by el-out-1112.google.com with SMTP id m34so1143248ele.10 for ; Sun, 24 Feb 2008 16:41:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=4zR7XBZ2qa7zhgxYttspPdA9rsrOijBZws9OdTqlipM=; b=cceWd+QEyKMaQnRaFJVIAakA0t3MXloVHDevWiwAnIINnHwWSpaIW7nOKpy4xTEbYAj724AfyJHzataCv0M2ICS0lWB1ZKcg4Nj7+CiyQhEormDDJfKOWoHa5RYj3JFV7HkWT6KiVDNyEefigXLQgNCytNwElemy6P8TQP2686U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ivIHG/tnrDQISCcMGDxgkb7/ldN0eoZGb6wf4jkutp5QV2M2Yes+o9Gnvd2RiHtEA2DQD5pDmfYg9yohWwQStqV0Dc+4qJ6z4fw+z+iY3pqAJGC2PbsjhE1O3WoX9Bp/91QH5xVIaKkRPWAMWXF2VjDRChFskFwTfX5oZ0obPG8= Original-Received: by 10.115.33.1 with SMTP id l1mr2668939waj.137.1203900063685; Sun, 24 Feb 2008 16:41:03 -0800 (PST) Original-Received: by 10.114.147.8 with HTTP; Sun, 24 Feb 2008 16:41:03 -0800 (PST) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:90321 Archived-At: Is there an equivalent to emacs -fs in elisp? I discovered the -fs option today and think it is great when I want to see emacs only. However, I do not always want this so it would be useful if I could toggle this from inside emacs. For now I am using a tool called `devilspie' to do it (I even patched that so it could "unfullscreen" a window) but it would be better to avoid external tools when the mechanism exist in emacs already on a lower level. Thanks! /Mathias