unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ehud Karni" <ehud@unix.mvs.co.il>
Subject: Suggestion: small improvment for compilation
Date: Sat, 6 Aug 2005 17:03:59 +0300	[thread overview]
Message-ID: <200508061403.j76E3xfH018690@beta.mvs.co.il> (raw)

[this is resend because the attached patch had the files reversed]

Below is small patch to compile.el. This patch add the line:
    Compilation started at Mon Aug 01 17:09:03
and highlight it in the same way as "Compilation finished".

I add this because I have some very long compilations (e.g. build
Emacs on Cygwin) and this helps me keep track of it.

Note. I don't have CVS write permission, so if some of the developers
find this worth adding, please install it.

Ehud.


2005-08-06  Ehud Karni  <ehud@unix.mvs.co.il>

	* progmodes/compile.el (compilation-start): add the line
	"Compilation started" with the time.
        (compilation-mode-font-lock-keywords): add `stared' to keywords.


diff -c progmodes/compile.el.~1.368.~ progmodes/compile-ek.el
*** progmodes/compile.el.~1.368.~	Thu Aug  4 04:36:10 2005
--- progmodes/compile-new.el		Fri Aug  5 13:28:34 2005
***************
*** 382,388 ****
       ("^\\([[:alnum:]_/.+-]+\\)\\(\\[\\([0-9]+\\)\\]\\)?[ \t]*:"
        (1 font-lock-function-name-face) (3 compilation-line-face nil t))
       (" --?o\\(?:utfile\\|utput\\)?[= ]?\\(\\S +\\)" . 1)
!      ("^Compilation finished" . font-lock-keyword-face)
       ("^Compilation exited abnormally" . font-lock-keyword-face))
     "Additional things to highlight in Compilation mode.
  This gets tacked on the end of the generated expressions.")
--- 382,388 ----
       ("^\\([[:alnum:]_/.+-]+\\)\\(\\[\\([0-9]+\\)\\]\\)?[ \t]*:"
        (1 font-lock-function-name-face) (3 compilation-line-face nil t))
       (" --?o\\(?:utfile\\|utput\\)?[= ]?\\(\\S +\\)" . 1)
!      ("^Compilation \\(finish\\|start\\)ed" . font-lock-keyword-face)
       ("^Compilation exited abnormally" . font-lock-keyword-face))
     "Additional things to highlight in Compilation mode.
  This gets tacked on the end of the generated expressions.")
***************
*** 987,993 ****
  	;; Output a mode setter, for saving and later reloading this buffer.
  	(insert "-*- mode: " name-of-mode
  		"; default-directory: " (prin1-to-string default-directory)
! 		" -*-\n" command "\n")
  	(setq thisdir default-directory))
        (set-buffer-modified-p nil))
      ;; If we're already in the compilation buffer, go to the end
--- 987,997 ----
  	;; Output a mode setter, for saving and later reloading this buffer.
  	(insert "-*- mode: " name-of-mode
  		"; default-directory: " (prin1-to-string default-directory)
! 		" -*-\n"
! 		(format "%s started at %s\n"
! 			(capitalize name-of-mode)
! 			(format-time-string "%a %b %d %H:%M:%S"))
! 		command "\n")
  	(setq thisdir default-directory))
        (set-buffer-modified-p nil))
      ;; If we're already in the compilation buffer, go to the end




--
 Ehud Karni           Tel: +972-3-7966-561  /"\
 Mivtach - Simon      Fax: +972-3-7966-667  \ /  ASCII Ribbon Campaign
 Insurance agencies   (USA) voice mail and   X   Against   HTML   Mail
 http://www.mvs.co.il  FAX:  1-815-5509341  / \
 GnuPG: 98EA398D <http://www.keyserver.net/>    Better Safe Than Sorry

             reply	other threads:[~2005-08-06 14:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-06 14:03 Ehud Karni [this message]
2005-08-06 18:12 ` Suggestion: small improvment for compilation Juri Linkov
2005-08-13 19:10   ` Ehud Karni
2005-08-14  8:17     ` Juri Linkov
  -- strict thread matches above, loose matches on Subject: below --
2005-08-06 12:32 Ehud Karni

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=200508061403.j76E3xfH018690@beta.mvs.co.il \
    --to=ehud@unix.mvs.co.il \
    /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 public inbox

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

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).