From: Glen P. <gl...@or...> - 2003-10-12 21:24:20
|
On Sun, 2003-10-12 at 22:15, xslide Support wrote: > The stable/development model could work, but what about 'unstable' > development that takes longer than one release cycle? I haven't > worked out the model for doing that with xslide as I've contemplated > adding Semantic support/parsing to xslide, so I'm open to suggestions. Can you add all your Semantic support/parsing in a new file and include it? That way you can minimize the changes to code that will be released before Semantic support is done. Ideally, you would only need to add a "require" statement to xslide.el and maybe a couple of lines in the keyboard command table. Each change to xslide.el, you could surround with something like: (eval-and-compile (if semantic-support-on (progn ...))) -Glen |