From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.help Subject: all I wanted to do was make the compilation-mode-hook the sole visible buffer Date: Sun, 27 Nov 2011 15:28:27 +0800 Message-ID: <87borym3c4.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322388614 30229 80.91.229.12 (27 Nov 2011 10:10:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Nov 2011 10:10:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 27 11:10:10 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RUbgX-00043N-BI for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Nov 2011 11:10:10 +0100 Original-Received: from localhost ([::1]:40247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUbgW-0002vp-A3 for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Nov 2011 05:10:08 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUbgQ-0002uW-5b for help-gnu-emacs@gnu.org; Sun, 27 Nov 2011 05:10:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RUbgO-0008Ny-UP for help-gnu-emacs@gnu.org; Sun, 27 Nov 2011 05:10:02 -0500 Original-Received: from caiajhbdcaib.dreamhost.com ([208.97.132.81]:40129 helo=homiemail-a3.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUbgO-0008Nu-N1 for help-gnu-emacs@gnu.org; Sun, 27 Nov 2011 05:10:00 -0500 Original-Received: from homiemail-a3.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTP id BEC0228406E for ; Sun, 27 Nov 2011 02:09:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=jidanni.org ; b=bdfWnqOkaKCYoRVNouTsLrEl74Af4RBKWF2Ite3P/gVO9UtmmaLDykBnUqvr 8cp/Edn1ak8zU97l6qbmbNr1c6ZiMdDjr4CwS55RfZw0sp4xSO/2tUIgbtAXuAzP D2QKxk5Sn3wensi2LUFr1ucPJYOpzDc/ltb1oIoSSrUBxsM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=dIJ34J91AxrBnWsjG/SogOYnaAQ=; b=M3eMzQ8FQgi7IB2z so8wbP/dMu4OBggVXI9ETcOyelBP4wnXYQrsyqgzasXJJAQGHuev/vKlePs5yuUf 4xsRJkFQhtMoUnrMa3zD6VjErOkKXjRQuwBoxioay86994Zd4udYLgHcKPgJhtkI XOJjpaHso7LlwgOpobAKKnvSl9A= Original-Received: from jidanni.org (218-174-213-160.dynamic.hinet.net [218.174.213.160]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a3.g.dreamhost.com (Postfix) with ESMTPSA id 6E79628406A for ; Sun, 27 Nov 2011 02:09:59 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.97.132.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83062 Archived-At: All I wanted to do was make the compilation-mode-hook the sole visible buffer. (setq compilation-mode-hook (function (lambda () (delete-other-windows);doesn't work, so try: ; (enlarge-window 111);window-resize: Cannot resize the root window of a frame ))) Please don't tell me about frames again. All I want to do is make this work.