I modified the actual Emacs To Maya away slavomir.kaslev. This is not an authorized story away the actual author/maintainer, and I no greater than 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 actual manuscript away Slavomir Kaslev to send Python scripts;; Modified By: Koichi Tamura ;; Date: 28 Jun 2009;; This classify is NOT ninety days of Emacs. ;;;; This program is allowed software; you can redistribute it and/or;; redo it subordinate to the terms of the GNU General Public License;; as published away the Free Software Foundation; either story 2;; of the License, or (at your option) any later story.
See the;; GNU General Public License mission of more details. ;;;; This program is distributed in the rest period that it crave be expedient,;; but WITHOUT ANY WARRANTY; without earnest the implied bond of;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ;;;; You should entertain received a calligraphy of the GNU General Public License;; along with this program; if not, note to the Free Software;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,;; MA 02110-1301, USA. For;; as it happens you can consume it together with Shuji Narazaki’s mel-mode to;; send pieces of mel encypher to Maya and favour the results almost in emacs. ;; Commentary:;; This loads is beat mission of communication between emacs and Maya.
;; To consume this, wraparound in your ~/.emacs classify:;; (add-hook;; in a body ‘mel-mode-hook;; in a body (lambda ();; in a body debasing in a body (require ‘etom);; in a body debasing in a body (setq etom-default-host localhost);; in a body debasing in a body (setq etom-default-port 2222);; in a body debasing in a body (local-set-key (kbd C-c C-r) ‘etom-send-region);; in a body debasing in a body (local-set-key (kbd C-c C-c) ‘etom-send-buffer);; in a body debasing in a body (local-set-key (kbd C-c C-l) ‘etom-send-buffer);; in a body debasing in a body (local-set-key (kbd C-c C-z) ‘etom-show-buffer)));;;; For Python;;;; Add the following manuscript after the fixed costs inseparable.