Mercurial > hg > xemacs-beta
comparison lisp/ilisp/ilisp-def.el @ 4:b82b59fe008d r19-15b3
Import from CVS: tag r19-15b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:56 +0200 |
parents | 376386a54a3c |
children | 3bb7ccffb0c0 |
comparison
equal
deleted
inserted
replaced
3:30df88044ec6 | 4:b82b59fe008d |
---|---|
1 ;;; -*- Mode: Emacs-Lisp -*- | 1 ;;; -*- Mode: Emacs-Lisp -*- |
2 | 2 |
3 ;;; ilisp-def.el -- | 3 ;;; ilisp-def.el -- |
4 | 4 |
5 ;;; This file is part of ILISP. | 5 ;;; This file is part of ILISP. |
6 ;;; Version: 5.7 | 6 ;;; Version: 5.8 |
7 ;;; | 7 ;;; |
8 ;;; Copyright (C) 1990, 1991, 1992, 1993 Chris McConnell | 8 ;;; Copyright (C) 1990, 1991, 1992, 1993 Chris McConnell |
9 ;;; 1993, 1994 Ivan Vasquez | 9 ;;; 1993, 1994 Ivan Vasquez |
10 ;;; 1994, 1995 Marco Antoniotti and Rick Busdiecker | 10 ;;; 1994, 1995, 1996 Marco Antoniotti and Rick Busdiecker |
11 ;;; 1996 Marco Antoniotti and Rick Campbell | |
11 ;;; | 12 ;;; |
12 ;;; Other authors' names for which this Copyright notice also holds | 13 ;;; Other authors' names for which this Copyright notice also holds |
13 ;;; may appear later in this file. | 14 ;;; may appear later in this file. |
14 ;;; | 15 ;;; |
15 ;;; Send mail to 'ilisp-request@lehman.com' to be included in the | 16 ;;; Send mail to 'ilisp-request@naggum.no' to be included in the |
16 ;;; ILISP mailing list. 'ilisp@lehman.com' is the general ILISP | 17 ;;; ILISP mailing list. 'ilisp@naggum.no' is the general ILISP |
17 ;;; mailing list were bugs and improvements are discussed. | 18 ;;; mailing list were bugs and improvements are discussed. |
18 ;;; | 19 ;;; |
19 ;;; ILISP is freely redistributable under the terms found in the file | 20 ;;; ILISP is freely redistributable under the terms found in the file |
20 ;;; COPYING. | 21 ;;; COPYING. |
21 | 22 |
260 | 261 |
261 | 262 |
262 ;;;%%%Misc | 263 ;;;%%%Misc |
263 (deflocal ilisp-use-map nil "Keymap to use in ILISP mode.") | 264 (deflocal ilisp-use-map nil "Keymap to use in ILISP mode.") |
264 | 265 |
265 (defvar ilisp-bugs-to "ilisp@lehman.com" "Who to send bug reports to.") | 266 (defvar ilisp-bugs-to "ilisp@naggum.no" "Who to send bug reports to.") |
266 | 267 |
267 (defvar ilisp-modes '(ilisp-mode) "List of all inferior ilisp modes.") | 268 (defvar ilisp-modes '(ilisp-mode) "List of all inferior ilisp modes.") |
268 (defvar lisp-source-modes '(lisp-mode scheme-mode) | 269 (defvar lisp-source-modes '(lisp-mode scheme-mode) |
269 "Used to determine if a buffer contains Lisp source code. | 270 "Used to determine if a buffer contains Lisp source code. |
270 If it's loaded into a buffer that is in one of these major modes, it's | 271 If it's loaded into a buffer that is in one of these major modes, it's |
283 ;;;%%Program | 284 ;;;%%Program |
284 (defvar ilisp-completion-map nil "Keymap for reading ilisp readers.") | 285 (defvar ilisp-completion-map nil "Keymap for reading ilisp readers.") |
285 (defvar ilisp-epoch-running (and (boundp 'epoch::version) epoch::version) | 286 (defvar ilisp-epoch-running (and (boundp 'epoch::version) epoch::version) |
286 "Non-nil if epoch is running.") | 287 "Non-nil if epoch is running.") |
287 (defvar ilisp-version | 288 (defvar ilisp-version |
288 "5.7" ;; ILISP-VERSION marker | 289 "5.8" ;; ILISP-VERSION marker |
289 "Interface version.") | 290 "Interface version.") |
290 (defvar ilisp-directory nil "The directory that ilisp is found in.") | 291 (defvar ilisp-directory nil "The directory that ilisp is found in.") |
291 (defvar ilisp-mode-map nil "Key map for ILISP.") | 292 (defvar ilisp-mode-map nil "Key map for ILISP.") |
292 (defvar ilisp-raw-map nil | 293 (defvar ilisp-raw-map nil |
293 "Keyboard map for sending characters directly to the inferior LISP.") | 294 "Keyboard map for sending characters directly to the inferior LISP.") |