Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/slime/files/2.0_p20061118: 70slime-gentoo.el
Date: Fri, 01 Aug 2008 13:01:39
Message-Id: E1KOuGG-0002kh-Tm@stork.gentoo.org
1 ulm 08/08/01 13:01:36
2
3 Added: 70slime-gentoo.el
4 Log:
5 Reorganise directory structure. Sync swank.asd from the lisp overlay.
6 (Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
7
8 Revision Changes Path
9 1.1 app-emacs/slime/files/2.0_p20061118/70slime-gentoo.el
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/files/2.0_p20061118/70slime-gentoo.el?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/slime/files/2.0_p20061118/70slime-gentoo.el?rev=1.1&content-type=text/plain
13
14 Index: 70slime-gentoo.el
15 ===================================================================
16
17 ;;; slime site-lisp configuration
18
19 (add-to-list 'load-path "@SITELISP@")
20
21 (require 'slime)
22 (slime-setup)
23
24 ;; this allows us not to require dev-lisp/hyperspec
25 ;; (which is non-free) as a hard dependency
26 (setq common-lisp-hyperspec-root
27 (if (file-exists-p "/usr/share/doc/hyperspec/HyperSpec")
28 "file:///usr/share/doc/hyperspec/HyperSpec/"
29 "http://www.lispworks.com/reference/HyperSpec/"))