[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiler warnings on Windows - gnus/*.el
From: |
Stefan Monnier |
Subject: |
Re: Compiler warnings on Windows - gnus/*.el |
Date: |
Sun, 09 Mar 2008 23:04:14 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> Emacs on Windows doesn't seem to define `make-symbolic-link'. 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.")))
> ... instead of just `void-function ...'? Maybe not worth the effort.
Yes, it's definitely worth the effort, at one condition: that it obeys
file-name-handler-alist (so that file-name-handlers can implement the
feature). If someone could do that, it would be helpful.
Stefan
- 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, 2008/03/09
- Re: Compiler warnings on Windows - gnus/*.el,
Stefan Monnier <=