# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # python-mode.el/Makefile # python-mode.el/distinfo # python-mode.el/pkg-descr # python-mode.el/pkg-message # python-mode.el/pkg-plist # echo x - python-mode.el/Makefile sed 's/^X//' >python-mode.el/Makefile << 'END-of-python-mode.el/Makefile' X# New ports collection makefile for: python-mode.el X# Date created: 11 October 2005 X# Whom: Dario Freni END-of-python-mode.el/Makefile echo x - python-mode.el/distinfo sed 's/^X//' >python-mode.el/distinfo << 'END-of-python-mode.el/distinfo' XMD5 (python-mode-1.0alpha.tar.gz) = 41adbb7bc4079d9aac3323e962c1e542 XSIZE (python-mode-1.0alpha.tar.gz) = 53666 END-of-python-mode.el/distinfo echo x - python-mode.el/pkg-descr sed 's/^X//' >python-mode.el/pkg-descr << 'END-of-python-mode.el/pkg-descr' XEmacs lisp modules for the Python language. X XWWW: http://python-mode.sourceforge.net/ END-of-python-mode.el/pkg-descr echo x - python-mode.el/pkg-message sed 's/^X//' >python-mode.el/pkg-message << 'END-of-python-mode.el/pkg-message' XTo use python-mode in Emacs/XEmacs, add the following lines to your ~/.emacs: X X(autoload 'python-mode "python-mode" "Mode for editing Python source files") X(add-to-list 'auto-mode-alist '("\\.py" . python-mode)) END-of-python-mode.el/pkg-message echo x - python-mode.el/pkg-plist sed 's/^X//' >python-mode.el/pkg-plist << 'END-of-python-mode.el/pkg-plist' Xshare/emacs/site-lisp/python-mode.el Xshare/emacs/site-lisp/pycomplete.el X@exec mkdir -p %D/lib/xemacs/site-lisp X@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/python-mode.el X@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/pycomplete.el X@unexec rm %D/lib/xemacs/site-lisp/python-mode.el 2>/dev/null || true X@unexec rm %D/lib/xemacs/site-lisp/pycomplete.el 2>/dev/null || true X@unexec rmdir %D/lib/xemacs/site-lisp 2>/dev/null || true X@unexec rmdir %D/lib/xemacs 2>/dev/null || true END-of-python-mode.el/pkg-plist exit