File: my.emacs

package info (click to toggle)
xlispstat 3.52.14-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,560 kB
  • ctags: 12,676
  • sloc: ansic: 91,357; lisp: 21,759; sh: 1,525; makefile: 521; csh: 1
file content (10 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
;; functions for running an inferior xlispstat process

(autoload 'run-xlispstat "/usr/sun1/luke/lib/xlispstat" 
	  "Run inferior xlispstat process" t)
(autoload 'run-kcl "/usr/sun1/luke/lib/xlispstat" 
	  "Run inferior kcl process" t)

(global-set-key "\C-xg" 'goto-line)
(global-set-key "\C-xd" 'lisp-send-defun)
(global-set-key "\C-xj" 'lisp-send-defun-and-go)