emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Executing Emacs Lisp through AppleScript on Mac OS X?


From: Presto W
Subject: Executing Emacs Lisp through AppleScript on Mac OS X?
Date: Sat, 17 Dec 2005 13:11:33 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Has anyone investigated what would be required to add support for
executing Lisp code inside a running Emacs application using
AppleScript?

I imagine this could work much the same way as Safari can take
JavaScript to execute:

tell application "Emacs"
  do Lisp "(switch-to-buffer \"*scratch*\")"
end tell





reply via email to

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