all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to edit compilation-error-regexp-alist in .emacs file?
@ 2002-09-16 17:11 Siegfried Heintze
  2002-09-16 18:18 ` Syver Enstad
  2002-09-16 19:52 ` Kai Großjohann
  0 siblings, 2 replies; 8+ messages in thread
From: Siegfried Heintze @ 2002-09-16 17:11 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-09-27 22:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-16 17:11 How to edit compilation-error-regexp-alist in .emacs file? Siegfried Heintze
2002-09-16 18:18 ` Syver Enstad
2002-09-16 19:52 ` Kai Großjohann
2002-09-23  2:00   ` Siegfried Heintze
2002-09-23 13:06     ` Kai Großjohann
2002-09-27  3:37       ` Siegfried Heintze
2002-09-27 11:47         ` Kai Großjohann
2002-09-27 22:55           ` Siegfried Heintze

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.