dylan-lang / dylan-emacs-support

Emacs mode for indenting and highlighting Dylan code
GNU General Public License v2.0
27 stars 8 forks source link

Only works with Emacs 24.3 #12

Closed TreeRex closed 11 years ago

TreeRex commented 11 years ago

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:

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

TreeRex commented 11 years ago

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.

hannesm commented 11 years ago

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