Emacs To Maya 0.0.2

Emacs To Maya

Screen1

License Type:

Freeware

File ID:

4735

File Size:

4.9 KB

Created / Updated:

Jun 29, 2007 / Jul 03, 2007

Owner:

hiker   More free downloads from this user See users marketplace items See this users portfolio Send a Private Message

Platforms:

irix, linux, mac, solaris, windows

Downloaded:

308

Maya:

Tags:



This package is used for communication between emacs and Maya. For
example you can use it together with Shuji Narazaki's mel-mode to
send pieces of mel code to Maya and get the results back in emacs.

To use this, insert in your ~/.emacs file:
(add-hook
 'mel-mode-hook
 (lambda ()
   (require 'etom)
   (setq etom-default-host "localhost")
   (setq etom-default-port 2222)
   (local-set-key (kbd "C-c C-r") 'etom-send-region)
   (local-set-key (kbd "C-c C-c") 'etom-send-buffer)
   (local-set-key (kbd "C-c C-l") 'etom-send-buffer)
   (local-set-key (kbd "C-c C-z") 'etom-show-buffer)))


You should have an open commandPort in Maya. You can do this with:
commandPort -eo -n ":2222";

Have fun!

Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum to ask any questions.
Please rate my product in the Review section.