emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109160: * lisp/vc/vc-dispatcher.


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109160: * lisp/vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
Date: Thu, 19 Jul 2012 18:00:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Could you explain this patch?
I do not understand what it's trying to do.  Using compilation-mode on
the output of those tools doesn't sound very useful.  What's the use-case?


        Stefan


> +  (let* ((error-regexp-alist
> +          (vc-make-backend-sym backend 'error-regexp-alist))
> +         (compilation-error-regexp-alist
> +          (and (boundp error-regexp-alist)
> +               (symbol-value error-regexp-alist))))

This is clearly wrong: error-regexp-alist seems to be meant to hold
a symbol, but its name implies it should hold an alist.



reply via email to

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