]> code.delx.au - gnu-emacs/commit
Don't decide a file's directory
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 Sep 2005 05:01:06 +0000 (05:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 Sep 2005 05:01:06 +0000 (05:01 +0000)
commit7957baeaafcefb61f337aa6f2d05c8fa4e62ab2c
tree2e926d6a934109754cad9ea5780f31ac2a471a01
parent7318a7a31ee749cc2c5913a50aade124fcaaabbf
Don't decide a file's directory
until the user actually tries to go there.
(compilation-next-error-function):
Pass compilation-find-file the directory from the file-struct.
(compilation-internal-error-properties): Separate local FILE-STRUCT
from FILE.  Doc the args better.  Rename arg FMT to FMTS.
(compilation-find-file): Arg DIR renamed to DIRECTORY.
Expand it, and if nil, use default-directory.
(compilation-get-file-structure): Don't mix specified directory
with default directory.  Put specified directory into
file-struct.  Don't make the file name absolute.

(compilation-error-regexp-alist): Doc fix.
(compile-command): Add autoload.
(compilation-disable-input): Add autoload.
lisp/ChangeLog
lisp/progmodes/compile.el