From: jidanni@jidanni.org
To: ttn@gnuvola.org
Cc: help-gnu-emacs@gnu.org
Subject: Re: all I wanted to do was make the compilation-mode-hook the sole visible buffer
Date: Wed, 30 Nov 2011 11:46:19 +0800 [thread overview]
Message-ID: <87d3caff1w.fsf@jidanni.org> (raw)
In-Reply-To: 87sjl7tcxe.fsf@ambire.localdomain
>>>>> "TN" == Thien-Thi Nguyen <ttn@gnuvola.org> writes:
TN> (add-to-list 'same-window-buffer-names "*compilation*")
It turns out that is not what I want. I want it to be the sole window visible.
OK, I can use
(add-hook
'compilation-mode-hook
(function
(lambda ()
(switch-to-buffer "*compilation*");alas, forget using any personal compilation-buffer-name-function
(delete-other-windows))))
next prev parent reply other threads:[~2011-11-30 3:46 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
2011-11-29 10:56 ` Thien-Thi Nguyen
2011-11-30 2:36 ` jidanni
2011-11-30 3:46 ` jidanni [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d3caff1w.fsf@jidanni.org \
--to=jidanni@jidanni.org \
--cc=help-gnu-emacs@gnu.org \
--cc=ttn@gnuvola.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).