[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiler warnings on Windows - gnus/*.el (was: strange code in ediff
From: |
Eli Zaretskii |
Subject: |
Re: Compiler warnings on Windows - gnus/*.el (was: strange code in ediff-hook.el) |
Date: |
Mon, 10 Mar 2008 00:11:46 +0200 |
> From: Reiner Steib <address@hidden>
> Date: Sun, 09 Mar 2008 12:34:31 +0100
> Cc: address@hidden
>
> > gnus-uu.el:2177:1:Warning: the function `make-symbolic-link' is not known to
>
> Emacs on Windows doesn't seem to define `make-symbolic-link'.
Yes, Windows doesn't support symbolic links (except under the latest
Vista version).
> Would it make sense to signal an error like this...
>
> (unless (fboundp 'make-symbolic-link)
> (defun make-symbolic-link (filename linkname &optional ok-if-already-exists)
> (error "`make-symbolic-link' not supported on this platform.")))
No, rather gnus-uu.el should use alternative methods if
make-symbolic-link is not available. After all, unless I'm missing
something its usage here is just an optimization.
- Re: strange code in ediff-hook.el, (continued)
- Re: strange code in ediff-hook.el, Johan Bockgård, 2008/03/09
- Re: strange code in ediff-hook.el, Juanma Barranquero, 2008/03/08
- Re: strange code in ediff-hook.el, Dan Nicolaescu, 2008/03/08
- Re: strange code in ediff-hook.el, Glenn Morris, 2008/03/08
- Compiler warnings on Windows - gnus/*.el (was: strange code in ediff-hook.el), Reiner Steib, 2008/03/09
- Re: Compiler warnings on Windows - gnus/*.el, Glenn Morris, 2008/03/09
- Re: Compiler warnings on Windows - gnus/*.el, Glenn Morris, 2008/03/09
- Re: Compiler warnings on Windows - gnus/*.el (was: strange code in ediff-hook.el),
Eli Zaretskii <=
- Re: Compiler warnings on Windows - gnus/*.el, Stefan Monnier, 2008/03/09