all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Doc fix for `compilation-error-regexp-alist'
@ 2005-11-17 21:47 Lars Hansen
  2005-11-19 23:26 ` Richard M. Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Lars Hansen @ 2005-11-17 21:47 UTC (permalink / raw


In the docstring of `compilation-error-regexp-alist', something must be
wrong with the description of the FILE element in the case where it is a
function. It says

"Or FILE can also be a function to return the filename."

But FILE seems to be passed to `compilation-error-properties', and
judging from that functions code, the description of FILE should be
changed to

"Or FILE can also be a function to return  (FILENAME) or
(RELATIVE-FILENAME . DIRNAME). In the former case, FILENAME may be
relative or absolute."

Can someone with a better knowledge of compile.el than me confirm this?

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

* Re: Doc fix for `compilation-error-regexp-alist'
  2005-11-17 21:47 Doc fix for `compilation-error-regexp-alist' Lars Hansen
@ 2005-11-19 23:26 ` Richard M. Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard M. Stallman @ 2005-11-19 23:26 UTC (permalink / raw
  Cc: emacs-devel

It looks like you are right, so I will install an adaptation of your
patch.  Thanks.

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

end of thread, other threads:[~2005-11-19 23:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-17 21:47 Doc fix for `compilation-error-regexp-alist' Lars Hansen
2005-11-19 23:26 ` Richard M. Stallman

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.