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

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

How to edit compilation-error-regexp-alist in .emacs file?


From: Siegfried Heintze
Subject: How to edit compilation-error-regexp-alist in .emacs file?
Date: Mon, 16 Sep 2002 11:11:53 -0600

When I put the following in my .emacs fail, I get an error. This is probably
because the necessary modules have not been loaded yet.

How do I automatically execute these statements after the necessary modules
have been loaded?

(setcar (car compilation-error-regexp-alist) (concat "\\(\\[Error\\]
\\|\\[Fatal Error\\] \\)?"  (caar compilation-error-regexp-alist)))
  (setcdr (car compilation-error-regexp-alist) '(3 4 7))




reply via email to

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