all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jidanni@jidanni.org
To: david.belohrad@cern.ch
Cc: help-gnu-emacs@gnu.org, 8862@debbugs.gnu.org
Subject: bug#8862: Stop compilation mode from splitting the window
Date: Sun, 24 Jul 2011 23:34:11 +0800	[thread overview]
Message-ID: <87pqkzbslo.fsf__17989.1798682094$1311521714$gmane$org@jidanni.org> (raw)
In-Reply-To: <87fwnce9qn.fsf@jidanni.org>

>>>>> "DB" == David Belohrad <david.belohrad@cern.ch> writes:
DB> I use something like this to close compilation window if no error during compilation was
DB> found. This however does not preserve the frame configuration

DB>   (setq compilation-finish-function
DB>      (lambda (buf str)
DB>        (if (or (string-match "warning:" str) (string-match "exited abnormally" str)
DB> (string-match "compilation aborted" str))
DB>                ;;there were errors
DB>            (message "compilation errors or warnings, press C-x ` to visit")
DB>          ;;no errors, make the compilation window go away in 0.5 seconds
DB>          (run-at-time 0.5 nil 'delete-windows-on buf)
DB>          (message "NO COMPILATION ERRORS!"))))
OK, but one would think the emacs maintainers might be charitable to
provide a variable to just not split the window in half in the first
place (so I can see the whole window of juicy compilation action.)





  parent reply	other threads:[~2011-07-24 15:34 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CANRVBjd5fkREY6aKUkr75nEHJn32DZE56W=36LvBKQXOVVE+zQ@mail.gmail.com>
2011-06-14 15:03 ` bug#8862: compilation-window-height no good anymore jidanni
2011-06-14 17:14   ` martin rudalics
2011-06-14 18:32     ` Nix
2011-06-14 19:08       ` martin rudalics
2011-06-14 19:11         ` Nix
2011-06-15  3:15         ` Stefan Monnier
2011-06-15  9:09           ` martin rudalics
2011-06-15 14:09             ` Stefan Monnier
2011-06-15 14:51               ` martin rudalics
2011-06-15 15:38                 ` Stefan Monnier
2011-06-15 15:56                   ` martin rudalics
2011-06-14 23:50   ` jidanni
2011-06-15  9:08     ` martin rudalics
2011-06-15 11:46   ` jidanni
2011-06-15 12:57     ` martin rudalics
2011-06-15 13:28       ` martin rudalics
2011-07-15 22:47         ` Glenn Morris
2011-06-15 13:10   ` jidanni
2011-06-15 13:43   ` jidanni
2011-07-24 15:07   ` bug#8862: Stop compilation mode from splitting the window jidanni
2011-07-24 15:34   ` jidanni [this message]
2011-07-25  1:14   ` jidanni
2011-07-24 15:34 ` jidanni
2011-07-24 15:07 jidanni
2011-07-24 17:06 ` martin rudalics
2011-07-25  1:14   ` jidanni
2011-07-24 17:06 ` bug#8862: " martin rudalics

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='87pqkzbslo.fsf__17989.1798682094$1311521714$gmane$org@jidanni.org' \
    --to=jidanni@jidanni.org \
    --cc=8862@debbugs.gnu.org \
    --cc=david.belohrad@cern.ch \
    --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.