From 0015b3aa8cb07f5f08c463a16a36018ff4250df7 Mon Sep 17 00:00:00 2001 From: stephen Date: Fri, 6 Jan 2006 18:08:29 +0000 Subject: [PATCH] (mouse-me-execute): This function is broken, so I've made it just report an error [w32-shell-execute not present]. git-svn-id: https://svn.r-project.org/ESS/trunk@3486 0bbaf3bd-34e0-0310-bf65-c717079852d4 --- lisp/mouseme.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/mouseme.el b/lisp/mouseme.el index c506c270..10783dff 100644 --- a/lisp/mouseme.el +++ b/lisp/mouseme.el @@ -247,6 +247,8 @@ ending positions of the string in the buffer in that order." (defun mouse-me-execute (string) "Execute STRING as a filename." (interactive "sFile: ") + (message "This function currently not working.")) +;; w32-shell-execute not defined in ESS. (w32-shell-execute "open" (convert-standard-filename string))) (defun mouse-me-bbdb (string) -- 2.11.4.GIT