Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion init.el
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
D Herring  
View profile  
 More options Apr 16 2010, 4:18 pm
Newsgroups: comp.lang.lisp
From: D Herring <dherr...@at.tentpost.dot.com>
Date: Fri, 16 Apr 2010 16:18:05 -0400
Local: Fri, Apr 16 2010 4:18 pm
Subject: Re: init.el
On 04/16/2010 04:13 PM, Haris Bogdanović wrote:

> Hi.

> I have emacs init.el file like this:

> --------------------------------------------

> (global-unset-key (kbd "M-d"))
> (global-unset-key (kbd "M-DEL"))
> (global-set-key (kbd "C-x e") 'slime-eval-buffer)
> (push "*Buffer List*" same-window-buffer-names)
> (set-default-font "-outline-Courier
> New-bold-normal-normal-mono-24-*-*-*-c-*-iso8859-1")
> (modify-frame-parameters nil '((wait-for-wm . nil)))

> (autoload 'linum-mode "linum" "toggle line numbers on/off" t)
> (global-set-key (kbd "C-<f5>") 'linum-mode)
> (blink-cursor-mode)

> (setq inferior-lisp-program "C:/lisp/clisp/clisp.exe")
> (add-to-list 'load-path "c:/lisp/slime")
> (add-to-list 'load-path "c:/lisp/slime/contrib")
> (require 'slime-autoloads)
> (slime-setup '(slime-fancy))
> (slime)

> ; the last three lines below don't work

> (load "c:/lisp/clisp/asdf.lisp")
> (push "c:/lisp/clisp/asdf-reg/" asdf:*central-registry*)
> (asdf:oos 'asdf:load-op 'wxcl)

> -------------------------------------------------------------------

> but last three lines don't work. If I copy them and paste it into repl
> after emacs started then it works, the wxcl library loads. Why ?

The last three lines are meant for your Common Lisp (CL)
implementation; the other lines in this file are meant for emacs lisp.

- Daniel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.