From: Rustom Mody <rustompmody@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Tuningo f compile mode
Date: Wed, 17 Jul 2013 09:12:38 -0700 (PDT) [thread overview]
Message-ID: <5b8ffdf8-dea8-4525-8501-f8076131f6bb@googlegroups.com> (raw)
In-Reply-To: <mailman.1266.1374075873.12400.help-gnu-emacs@gnu.org>
On Wednesday, July 17, 2013 3:11:14 PM UTC+5:30, Sergei Kolomeeyets wrote:
> Hello, all!
> When I press M-` or M-x compile Emacs split the main window vertically to
> show a compile buffer. It is very inconvenient. How can I change it to
> horizontal splitting like C-x-1?
Try something along this line
You may need to play with compile-command
(defun my-compile ()
(interactive)
(let ((split-height-threshold nil)
(split-width-threshold 80))
(compile compile-command)))
next parent reply other threads:[~2013-07-17 16:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1266.1374075873.12400.help-gnu-emacs@gnu.org>
2013-07-17 16:12 ` Rustom Mody [this message]
2013-07-17 9:41 Tuningo f compile mode Sergei Kolomeeyets
2013-07-17 18:13 ` Peter Dyballa
2013-07-21 11:43 ` Sergei Kolomeeyets
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=5b8ffdf8-dea8-4525-8501-f8076131f6bb@googlegroups.com \
--to=rustompmody@gmail.com \
--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.
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).