help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: reading compile.el, modifying settings


From: Tassilo Horn
Subject: Re: reading compile.el, modifying settings
Date: Thu, 05 May 2011 21:48:08 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Hi Paul,

I've just tested what you are doing with a current emacs 24 bzr
checkout.

,----[ ~/test.el ]
| (require 'compile)  ; works
| ;; (load "compile") ;; works, too
| 
| (load "~/test2.el")
`----

,----[ ~/test2.el ]
| (setq compilation-error-regexp-alist "test")
`----

Now I start emacs using

  $ emacs -Q -l ~/test.el

and in there I have:

,----[ C-h v compilation-error-regexp-alist ]
| compilation-error-regexp-alist is a variable defined in `compile.el'.
| Its value is "test"
| Original value was 
| (absoft ... perl--Test2 perl--Test::Harness weblint)
`----

So I cannot reproduce the issue.

Bye,
Tassilo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]