emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: compile/grep: When directory tracking is used then n


From: Stefan Monnier
Subject: Re: address@hidden: compile/grep: When directory tracking is used then next-error fails to go to the correct file when the basename was seen before.]
Date: Wed, 15 Aug 2007 23:46:24 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> !              (or (gethash (if spec-directory
> !                                   (cons filename spec-directory)
> !                                 (list filename))
> !                                 compilation-locs)

The indentation on the last line is a bit odd, and

   (if A (cons B A) (list B))  ==  (cons B A)


-- Stefan




reply via email to

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