Jason Kim <jason(a)meta4.net> writes:
This is a multi-part message in MIME format.
--------------215E1A366082DDDF5253C25E
Content-Type: text/plain; charset=iso-2022-kr
Content-Transfer-Encoding: 7bit
Sometimes, compilation-find-file can load up duplicate files, even though
there is already a buffer that is the matching buffer. This can happen if the
directory name associated with the compilation buffer is different from a buffer
that already holds the correct file (even tho the different paths resolve to the
same place.)
This patch is a small modification to compile.el which checks if there is
an existing buffer which contains the same true-name as the supplied argument.
this is a patch to compile.el (relative to lisp/xemacs-base/)
I hope this patch is useful to somebody.
Doesn't setting find-file-compare-truenames to true work?
--
-Justin
vallon(a)mindspring.com