stmichael / data-import

sequel based dsl to migrate data from a legacy database to a new home.
MIT License
42 stars 9 forks source link

supported Emacs versions #41

Closed senny closed 12 years ago

senny commented 12 years ago

I think we need to explicitly communicate, which versions of emacs are supported. Cabbage could still run on non-supported versions but we just don't check for it.

This raises the question: What versions do we want to support?

This brings me to the fact, that Emacs 24 has some nice features, which we should utilize. For example: electric-pair-mode could probably be used to replace our internal pair functionality. Of course this depends on the fact that cabbage won't be Emacs 23 compatible.

senny commented 12 years ago

@jone what do you think?

senny commented 12 years ago

here is a link to changes in Emacs 24: http://ergoemacs.org/emacs/emacs24_features.html

jone commented 12 years ago

@senny is this the wrong repository for this issue? ;) Anyway: I think we can drop support for older emacs versions as long as the new version is easily installable on all supported platforms (mac os, linux, windows). We could also just warn the user that it is only limited functional on older versions (e.g. pairing is missing), as long we are sure it does not raise on startup and the basic stuff works..

senny commented 12 years ago

@jone yes it is :P