emacs-devel
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]