how to setup emacs to auto-load slime and other stuff

Hi, I am new to the LISP world and plan to develop on linux using CCL on emacs. I have installed SLIME through quicklisp-slime-helper and made changes to the .emacs.d/init.el file so, that when I do M-x slime in emacs, it brings the CL-USER REPL in emacs. I want to know how I can associate this keychord, so that if I execute emacs from command line in a certain way, then it directly goes to the CL-USER prompt.

On Wed, Feb 5, 2014 at 2:19 PM, Chintan Pathak <chintan.pathak@gmail.com> wrote:
I have installed SLIME through quicklisp-slime-helper and made changes to the .emacs.d/init.el file so, that when I do M-x slime in emacs, it brings the CL-USER REPL in emacs.
I want to know how I can associate this keychord, so that if I execute emacs from command line in a certain way, then it directly goes to the CL-USER prompt.
This should do what you want: emacs --eval "(slime)" Cheers, -- Luís Oliveira http://kerno.org/~luis/

I think you can do emacs -f slime in order to start emacs and invoke the equivalent of M-x slime when it starts up. On Wed, Feb 5, 2014 at 9:19 AM, Chintan Pathak <chintan.pathak@gmail.com>wrote:
Hi,
I am new to the LISP world and plan to develop on linux using CCL on emacs.
I have installed SLIME through quicklisp-slime-helper and made changes to the .emacs.d/init.el file so, that when I do M-x slime in emacs, it brings the CL-USER REPL in emacs.
I want to know how I can associate this keychord, so that if I execute emacs from command line in a certain way, then it directly goes to the CL-USER prompt.
-- My Best, Dave Cooper, Genworks Support david.cooper@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699
participants (3)
-
Chintan Pathak
-
Dave Cooper
-
Luís Oliveira