I modified the innovative Emacs To Maya at mean slavomir.kaslev. This is not an authorized conception at mean the innovative author/maintainer, and I on the other hand tested on Linux (Fedora 11, Maya 8.5, GNU Emacs 22.3.1);;; etom.el — Emacs to Maya communication;; Copyright (C) 2007 Slavomir Kaslev;; Author: Slavomir Kaslev ;; Maintainer: Slavomir Kaslev ;; Created: 17 Jun 2007;; Version: etom.el 0.02 dated 07/07/03 at 16:45:51;; Keywords: emacs, maya, mel;; Modified the innovative prepare at mean Slavomir Kaslev to send Python scripts;; Modified By: Koichi Tamura ;; Date: 28 Jun 2009;; This skulk is NOT generally of Emacs. ;;;; This program is unpopulated software; you can redistribute it and/or;; lessen it controlled by the terms of the GNU General Public License;; as published at mean the Free Software Foundation; either conception 2;; of the License, or (at your option) any later conception.
See the;; GNU General Public License benefit of more details. ;;;; This program is distributed in the aspire that it ordain be effective,;; but WITHOUT ANY WARRANTY; without equable the implied promise of;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ;;;; You should have on the agenda c fulfil the need received a copy of the GNU General Public License;; along with this program; if not, correspond with to the Free Software;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,;; MA 02110-1301, USA. For;; regular you can ground it together with Shuji Narazaki’s mel-mode to;; send pieces of mel approach to Maya and be the results perfidiously in emacs.
;; Commentary:;; This package deal is acquainted with benefit of communication between emacs and Maya. ;; To ground this, pitch in your ~/.emacs skulk:;; (add-hook;; predominantly ‘mel-mode-hook;; predominantly (lambda ();; predominantly demeaning predominantly (require ‘etom);; predominantly demeaning predominantly (setq etom-default-host “localhost”);; predominantly demeaning predominantly (setq etom-default-port 2222);; predominantly demeaning predominantly (local-set-key (kbd “C-c C-r”) ‘etom-send-region);; predominantly demeaning predominantly (local-set-key (kbd “C-c C-c”) ‘etom-send-buffer);; predominantly demeaning predominantly (local-set-key (kbd “C-c C-l”) ‘etom-send-buffer);; predominantly demeaning predominantly (local-set-key (kbd “C-c C-z”) ‘etom-show-buffer)));;;; For Python;;;; Add the following prepare after the in the hero appropriate inseparable.