dylan-lang/dylan-emacs-support

Only works with Emacs 24.3

Closed this issue · 2 comments

Ubuntu 12.10 ships with Emacs 24.1.1, and DIME/dylan-mode does not work. The issues I'm looking at right now include:

  • defvar-local does not exist
  • cl-find-if does not (appear to) exist

I'm fixing these in my fork and will make a pull request once things are copacetic.

Well, in my fork I have things loading/compiling on Emacs 24.1 using a new compat layer, but there are still issues with the process filter (I think) so interaction with dswank isn't working correctly. At this point it is less work just to install Emacs 24.3 on my Ubuntu 12.10 installation.

thanks for your pull request, which fixes this issue :)