.emacs-my
changeset 1423 35d5b5936989
parent 1422 e601b08d4cbd
child 1424 9cc3eb1e06a8
equal deleted inserted replaced
1422:e601b08d4cbd 1423:35d5b5936989
  2380 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2380 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2381 (message "compile")
  2381 (message "compile")
  2382 
  2382 
  2383 ;; Prompt for compilation command.
  2383 ;; Prompt for compilation command.
  2384 (setq compilation-read-command 1)
  2384 (setq compilation-read-command 1)
  2385 (setq compile-auto-highlight t)
       
  2386 (setq compile-command "mymake ")
  2385 (setq compile-command "mymake ")
  2387 (when (eq system-type 'berkeley-unix)
  2386 (when (eq system-type 'berkeley-unix)
  2388   (setq compile-command "gmake "))
  2387   (setq compile-command "gmake "))
  2389 ;; With '1' compilation window shall scroll down, with `first-error' stops scrolling at the first error.
  2388 ;; With '1' compilation window shall scroll down, with `first-error' stops scrolling at the first error.
  2390 (setq compilation-scroll-output 1)
  2389 (setq compilation-scroll-output 1)