all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Highlight compilation errors in source buffer
@ 2009-02-16 17:43 senny
  2009-02-21  6:04 ` Bernardo
       [not found] ` <mailman.1323.1235196257.31690.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: senny @ 2009-02-16 17:43 UTC (permalink / raw)
  To: help-gnu-emacs

Hey emacs-users

Im looking for a way to highlight all the warnings and errors
displayed in the *compilation* buffer. I was wondering if there is a
way to achieve this or if I had to write the elisp code myself.

regards,
senny


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

* Re: Highlight compilation errors in source buffer
  2009-02-16 17:43 Highlight compilation errors in source buffer senny
@ 2009-02-21  6:04 ` Bernardo
       [not found] ` <mailman.1323.1235196257.31690.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Bernardo @ 2009-02-21  6:04 UTC (permalink / raw)
  To: help-gnu-emacs

> Hey emacs-users
> 
> Im looking for a way to highlight all the warnings and errors
> displayed in the *compilation* buffer. I was wondering if there is a
> way to achieve this or if I had to write the elisp code myself.
> 
> regards,
> senny
> 
i haven't done any customisation myself but many compilers errors and 
warnings are handled by default; have a look at the documentation for 
the compilation-error-regexp-alist variable

HTH




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

* Re: Highlight compilation errors in source buffer
       [not found] ` <mailman.1323.1235196257.31690.help-gnu-emacs@gnu.org>
@ 2009-02-21 10:31   ` senny
  2009-02-22  3:51     ` Bernardo
  0 siblings, 1 reply; 4+ messages in thread
From: senny @ 2009-02-21 10:31 UTC (permalink / raw)
  To: help-gnu-emacs

On 21 Feb., 07:04, Bernardo <bernardo.ba...@pobox.com> wrote:
Hey Bernardo

I've gone trough the documentation of the compilation-error-regexp-
alist and I think it is used to highlight the *compilation* buffer.
Probably I misspelled my question because my goal is to highlight the
source-buffer with the informations from the compilation-buffer.
> > Hey emacs-users
>
> > Im looking for a way to highlight all the warnings and errors
> > displayed in the *compilation* buffer. I was wondering if there is a
> > way to achieve this or if I had to write the elisp code myself.
>
> > regards,
> > senny
>
> i haven't done any customisation myself but many compilers errors and
> warnings are handled by default; have a look at the documentation for
> the compilation-error-regexp-alist variable
>
> HTH



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

* Re: Highlight compilation errors in source buffer
  2009-02-21 10:31   ` senny
@ 2009-02-22  3:51     ` Bernardo
  0 siblings, 0 replies; 4+ messages in thread
From: Bernardo @ 2009-02-22  3:51 UTC (permalink / raw)
  To: help-gnu-emacs

> I've gone trough the documentation of the compilation-error-regexp-
> alist and I think it is used to highlight the *compilation* buffer.
> Probably I misspelled my question because my goal is to highlight the
> source-buffer with the informations from the compilation-buffer.

i'm not sure what's the best way to accomplish what you want but maybe 
you could give the Flymake a try

M-: (info "(emacs)Flymake")




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

end of thread, other threads:[~2009-02-22  3:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-16 17:43 Highlight compilation errors in source buffer senny
2009-02-21  6:04 ` Bernardo
     [not found] ` <mailman.1323.1235196257.31690.help-gnu-emacs@gnu.org>
2009-02-21 10:31   ` senny
2009-02-22  3:51     ` Bernardo

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.