mswindows-shell-execute problem

Fabrice Popineau Fabrice.Popineau at supelec.fr
Thu Feb 3 08:52:02 EST 2005


Using the latest CVS, this doesn't work as expected by default:

(mswindows-shell-execute "open" http://www.google.fr")

You need to:

(let ((mswindows-shortcuts-are-symlinks nil))
  (mswindows-shell-execute "open" http://www.google.fr"))

instead to get the expected effect. 

-- 
Fabrice 




More information about the XEmacs-Beta mailing list