summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-07-12 06:39:05 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-07-12 06:39:05 +0000
commite076dc4b8631b9aba17e91fc7713abba03ad06d3 (patch)
tree8045422be2b090f43d657bac93c1779cb5d5a246 /app-emacs
parentremove from tree (diff)
downloadgentoo-2-e076dc4b8631b9aba17e91fc7713abba03ad06d3.tar.gz
gentoo-2-e076dc4b8631b9aba17e91fc7713abba03ad06d3.tar.bz2
gentoo-2-e076dc4b8631b9aba17e91fc7713abba03ad06d3.zip
remove from tree
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/ilisp/files/50ilisp-gentoo.el109
-rw-r--r--app-emacs/ilisp/files/50ilispclc-gentoo.el20
-rw-r--r--app-emacs/ilisp/files/digest-ilisp-5.12.0-r13
-rw-r--r--app-emacs/ilisp/files/digest-ilisp-5.12.0-r33
4 files changed, 0 insertions, 135 deletions
diff --git a/app-emacs/ilisp/files/50ilisp-gentoo.el b/app-emacs/ilisp/files/50ilisp-gentoo.el
deleted file mode 100644
index 1b338cc01598..000000000000
--- a/app-emacs/ilisp/files/50ilisp-gentoo.el
+++ /dev/null
@@ -1,109 +0,0 @@
-
-;;; ilisp site-lisp configuration (most of this was shamelessly yanked
-;;; from the ilisp.emacs file distributed with ilisp)
-
-(add-to-list 'load-path "@SITELISP@")
-(add-to-list 'load-path "@SITELISP@/extra")
-
-(autoload 'common-lisp "ilisp" "Inferior generic Common Lisp." t)
-; (autoload 'allegro "ilisp" "Inferior Allegro Common Lisp." t)
-; (autoload 'cormanlisp "ilisp" "Inferior Corman Common Lisp." t)
-; (autoload 'lucid "ilisp" "Inferior Lucid Common Lisp." t)
-; (autoload 'lispworks "ilisp" "Inferior Harlequin Common Lisp (LispWorks)." t)
-; (autoload 'harlequin "ilisp" "Inferior Harlequin Common Lisp (LispWorks)." t)
-; (autoload 'pulcinella "ilisp" "Inferior Harlequin Common Lisp (LispWorks)." t)
-(autoload 'cmulisp "ilisp" "Inferior CMU Common Lisp." t)
-(autoload 'clisp-hs "ilisp" "Inferior Haible/Stoll CLISP Common Lisp." t)
-; (autoload 'kcl "ilisp" "Inferior Kyoto Common Lisp." t)
-; (autoload 'akcl "ilisp" "Inferior Austin Kyoto Common Lisp." t)
-; (autoload 'ibcl "ilisp" "Ibuki Common Lisp." t)
-(autoload 'gcl "ilisp" "Inferior GNU Common Lisp." t)
-; (autoload 'ecl "ilisp" "Inferior EcoLisp." t)
-; (autoload 'xlisp "ilisp" "Inferior XLisp." t)
-; (autoload 'xlispstat "ilisp" "Inferior XLisp-Stat." t)
-(autoload 'scheme "ilisp" "Inferior generic Scheme." t)
-; (autoload 'oaklisp "ilisp" "Inferior Oaklisp Scheme." t)
-; (autoload 'scm "ilisp" "Inferior SCM Scheme." t)
-; (autoload 'chez "ilisp" "Inferior Chez Scheme." t)
-; (autoload 'stk "ilisp" "Inferior STk Scheme." t)
-; (autoload 'snow "ilisp" "Inferior STk Scheme without Tk." t)
-(autoload 'guile "ilisp" "Inferior GUILE Scheme." t)
-
-; (setq allegro-program "/usr/local/acl5/lisp")
-; (setq lucid-program "/usr/misc/.lucid/bin/lisp")
-(setq clisp-hs-program "/usr/bin/clisp -I")
-; (setq *cormanlisp-dir* "C:\\CORMAN~1\\CORMAN~1.5\\")
-; (setq cormanlisp-program
-; (concat *cormanlisp-dir* "clconsole.exe"
-; " -image " *cormanlisp-dir* "CormanLisp.img"))
-; (setq lispworks-program
-; "/somewhere/in/the/directory/tree/lispworks")
-(setq cmulisp-program "/usr/bin/lisp")
-;; If you are interested in maintaining CMUCL or compiling it
-;; from source then set this to where the source files are.
-; (setq cmulisp-local-source-directory
-; "/usr/robotics/shared/cmu-cl/17e/")
-; (setq akcl-program "kcl")
-; (setq gcl-program "gcl")
-; (setq ecl-program "ecl")
-; (setq xlisp-program "xlisp")
-; (setq xlispstat-program "xlispstat")
-; (setq scm-program "scm -i")
-; (setq chez-program "petite")
-; (setq stk-program "stk -interactive")
-; (setq snow-program "snow -interactive")
-(setq guile-program "/usr/bin/guile")
-
-(set-default 'auto-mode-alist
- (append '(("\\.lisp$" . lisp-mode)
- ("\\.lsp$" . lisp-mode)
- ("\\.cl$" . lisp-mode))
- auto-mode-alist))
-(add-hook 'lisp-mode-hook '(lambda () (require 'ilisp)))
-
-(set-default 'auto-mode-alist
- (append '(("\\.scm$" . scheme-mode)
- ("\\.ss$" . scheme-mode)
- ("\\.stk$" . scheme-mode)
- ("\\.stklos$" . scheme-mode))
- auto-mode-alist))
-(add-hook 'scheme-mode-hook '(lambda () (require 'ilisp)))
-
-;;; Configuration of Erik Naggum's HyperSpec access package.
-;; If you have a local copy of the HyperSpec, set its path here.
-; (setq common-lisp-hyperspec-root
-; "file:/home/joe/HyperSpec/")
-; (setq common-lisp-hyperspec-symbol-table
-; "/home/joe/HyperSpec/Data/Map_Sym.Txt")
-;; Here's how to get the newest version of the CLHS:
-;; <http://groups.google.com/groups?selm=sfwvgftux7g.fsf%40shell01.TheWorld.com>
-
-;;; Configuration of Utz-Uwe Haus' CLtL2 access package.
-;; If you have a local copy of CLtL2, set its path here.
-; (setq cltl2-root-url
-; "file:/home/joe/cltl2/")
-
-;;; Sample load hook
-(add-hook 'ilisp-load-hook
- '(lambda ()
- ;; Change default key prefix to C-c
-;; (setq ilisp-*prefix* "\C-c")
-
- ;; Set a keybinding for the COMMON-LISP-HYPERSPEC command
-;; (defkey-ilisp "" 'common-lisp-hyperspec)
-
- ;; Make sure that you don't keep popping up the 'inferior
- ;; Lisp' buffer window when this is already visible in
- ;; another frame. Actually this variable has more impact
- ;; than that. Watch out.
- ; (setq pop-up-frames t)
-
- (message "Running ilisp-load-hook")
- ;; Define LispMachine-like key bindings, too.
- ; (ilisp-lispm-bindings) Sample initialization hook.
-
- ;; Set the inferior Lisp directory to the directory of
- ;; the buffer that spawned it on the first prompt.
- (add-hook 'ilisp-init-hook
- '(lambda ()
- (default-directory-lisp ilisp-last-buffer)))))
diff --git a/app-emacs/ilisp/files/50ilispclc-gentoo.el b/app-emacs/ilisp/files/50ilispclc-gentoo.el
deleted file mode 100644
index cf42f500460e..000000000000
--- a/app-emacs/ilisp/files/50ilispclc-gentoo.el
+++ /dev/null
@@ -1,20 +0,0 @@
-
-;;; ilisp site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(add-to-list 'load-path "@SITELISP@/extra")
-(load "/etc/ilisp/ilisp.el")
-
-(add-hook 'ilisp-load-hook
- (function
- (lambda ()
- ;; Set a keybinding for the COMMON-LISP-HYPERSPEC command
- (defkey-ilisp [(control f1)] 'common-lisp-hyperspec)
- (message "Running ilisp-load-hook")
- (if (file-exists-p "/usr/share/doc/hyperspec-6.0/HyperSpec")
- (progn
- (setq common-lisp-hyperspec-root "file:///usr/share/doc/hyperspec-6.0/HyperSpec/")
- (setq common-lisp-hyperspec-symbol-table (concat common-lisp-hyperspec-root "Data/Map_Sym.txt")))
- (setq common-lisp-hyperspec-root "http://www.lispworks.com/reference/HyperSpec/")))))
-
-
diff --git a/app-emacs/ilisp/files/digest-ilisp-5.12.0-r1 b/app-emacs/ilisp/files/digest-ilisp-5.12.0-r1
deleted file mode 100644
index b594c10cb63c..000000000000
--- a/app-emacs/ilisp/files/digest-ilisp-5.12.0-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 24af2a60c24aed577234c01434ff0873 ilisp-5.12.0.tar.gz 246570
-RMD160 064ac2d9be1f1a4178ed0c25608942148ef6d4fc ilisp-5.12.0.tar.gz 246570
-SHA256 552fe7fd5d82c0caac7781beea03aac789ad7c8428ba96fbaf7ad8a90d14338a ilisp-5.12.0.tar.gz 246570
diff --git a/app-emacs/ilisp/files/digest-ilisp-5.12.0-r3 b/app-emacs/ilisp/files/digest-ilisp-5.12.0-r3
deleted file mode 100644
index 6567cabd3de6..000000000000
--- a/app-emacs/ilisp/files/digest-ilisp-5.12.0-r3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ad39242c57f05acf7e45af309efff174 ilisp_5.12.0+cvs.2003.07.20.tar.gz 293728
-RMD160 da0d9e74d7d3a5bda80dfe83f593ec6f41548d8c ilisp_5.12.0+cvs.2003.07.20.tar.gz 293728
-SHA256 84b9c70b297844dcb7170fad7eac463c0f004d7dc4330105d56febe23309f9e0 ilisp_5.12.0+cvs.2003.07.20.tar.gz 293728