Slime keybindings for Compiling etc dont work in emacs

Dave Cooper gendl at genworks.com
Sat Feb 8 16:41:25 UTC 2014


You can add additional file types to activate Lisp mode with a bit of emacs
lisp.

For example, to enable Lisp mode for files with extension ".cl" ".gdl" and
".gendl" you can do (e.g. in your ~/.emacs):

  (add-to-list 'auto-mode-alist '("\\.cl\\'" . lisp-mode))
  (add-to-list 'auto-mode-alist '("\\.gdl\\'" . lisp-mode))
  (add-to-list 'auto-mode-alist '("\\.gendl\\'" . lisp-mode))




On Sat, Feb 8, 2014 at 11:21 AM, Luís Oliveira <luismbo at gmail.com> wrote:

> On Sat, Feb 8, 2014 at 2:46 PM, Chintan Pathak <chintan.pathak at gmail.com>
> wrote:
> > When I write a program and compile using C-c C-c or C-c C-k, it says
> these
> > are undefined.
>
> Where did you write your program? Was lisp-mode activated? If your
> file has a ".lisp" extension, Emacs should activate lisp-mode
> automatically.
>
> HTH,
>
> --
> Luís Oliveira
> http://kerno.org/~luis/
>
>


-- 
My Best,

Dave Cooper
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20140208/b536dc50/attachment.html>


More information about the slime-devel mailing list