all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jidanni@jidanni.org
To: help-gnu-emacs@gnu.org
Subject: Re: all I wanted to do was make the compilation-mode-hook the sole visible buffer
Date: Sun, 27 Nov 2011 15:28:27 +0800	[thread overview]
Message-ID: <87ipm364gn.fsf@jidanni.org> (raw)
In-Reply-To: 87borym3c4.fsf@jidanni.org

I see, I must first do switch-to-buffer,
(setq
 compilation-mode-hook
 (function
  (lambda ()
    (switch-to-buffer "*compilation*")
    (delete-other-windows))))
OK. Solved.



  reply	other threads:[~2011-11-27  7:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-27  7:28 all I wanted to do was make the compilation-mode-hook the sole visible buffer jidanni
2011-11-27  7:28 ` jidanni [this message]
2011-11-29 10:56   ` Thien-Thi Nguyen
2011-11-30  2:36     ` jidanni
2011-11-30  3:46     ` jidanni
2011-11-30  9:03       ` Valentin Baciu
2011-11-30 12:23         ` jidanni
2011-12-06 14:37           ` Thien-Thi Nguyen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ipm364gn.fsf@jidanni.org \
    --to=jidanni@jidanni.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.