Eli Zaretskii schrieb:
Date: Tue, 07 Oct 2008 13:31:35 +0200
From: Thomas Karolski <[EMAIL PROTECTED]>

I noticed that by pressing "M-." (slime-edit-definition) all that happens is a new empty buffer appearing. This as it turns out is due to the fact that the buffer points to the wrong filename. Using trace-function I narrowed it down to emacs' file-truename function, which pretty much prepends the current working directory to the full path of the buffer.

I think this happens because Emacs does not understand the
Cygwin-style "/e/temp/Coden" file names
That is likely. Though I still find it rather strange for file-truename to behave in that way. I'll have some time this weekend - guess I'll use that to hack that behavior.


Reply via email to