Paul Kinnucan wrote:
> I assume that I used the lambda expression originally because I wasn't
> aware of get-file-buffer. I looked up get-file-buffer and found a
> reference to find-buffer-visiting, which seems even more suitable
> so I am going to try Vasek's patch, but substituting find-buffer-visiting.
OK, I'm honored... :-)
> > Apparently buffer-file-name depends on the value of directory-sep-char
> > (not that it's documented); but isn't directory-sep-char above declared
> > just locally, i.e. a different variable from the global one?
> Yes, it shadows the global value allowing me to ensure that for the
OK - I guess I have a lot of Lisp to learn...
Bye
Vasek