I'm trying to install SLIME on Fedora 17 so that I can do some lisp.
Here is what I downloaded:
http://www.common-lisp.net/project/slime/#downloading
The CVS Snapshot link.
I have a .emacs file:
(add-to-list 'load-path "~/programming/slime/slime-2012-09-18")
(setq inferior-lisp-program "/usr/local/sbcl")
(require 'slime)
(slime-setup)
When I start emacs --debug-init, I get the following messa
SBCL in arch exhibits some strange behavior.
Uninstall your current one
Download it
Click to install
Done
Inverted Slime Ball
http://db.tt/mY7HOhfE
Show Some Love
Hello Everyone,
Not sure if this is possible but I am currently running Ubuntu:
Code:
Linux oakville 2.6.32-5-686 #1 SMP Sun Sep 23 09:49:36 UTC 2012 i686 GNU/Linux
And using the following graphics card
Code:
03:00.1 Display controller: ATI Technologies Inc RV515 [Radeon X1300] (Secondary):
During installation I recall not having ATI driver support for the X1300.
I have previously run gnus in emacs on an old machine running Fedora 14, which has now packed up.
I copied my .gnus.el to my new machine, but when I do an Mx-gnus (or Tools->Read net News), I get the error:
Error in ~/.gnus: Cannot open load file
I just did a simple:
sudo yum install emacs
to get emacs installed.
Original Question
I'm trying to create a Lisp library that can, among other things, edit my system's /etc/hosts file and nginx configurations. The problem I'm facing is that, because my Lisp image operates as an unprivileged user, my library can't do these things.
I don't know what's wrong but when I try to compile this AUR-package I get:; compiling (DEFCONSTANT +IMAGE-BYTE-LSB-FIRST-P+ ...)
; compiling (DEFCONSTANT +IMAGE-UNIT+ ...)
; compiling (DEFCONSTANT +IMAGE-PAD+ ...)
; compiling (DEFCONSTANT +X-UNIX-SOCKET-PATH+ ...)
; compiling (DEFUN UNIX-SOCKET-PATH-FROM-HOST ...)
; /home/vandelay/.cache/common-lisp/sbcl-1.0.55-linux-x64/home/vandelay/
I am sufferihng from two problems running emacs in Fedora 12:
Firstly, whether I am logged in as root or not, starting emacs from an xterm gives me the following messages:
Finished loading /usr/share/emacs/site-lisp/egg/leim-list.el
and load others...
Loading /usr/share/emacs/23.1/leim/leim-list.el (source)...
Hi. I recently started learning common lisp from Peter Norvig's book http://www.goodreads.com/book/show/8...ce_Programming .I've now gotten through the first two chapters and have now solved several of the first 20 problems on projecteuler.net using lisp (but not all). I'm really starting to appreciate what a great language it is but I'm not sure what it is used for in real life.