Skip to content

Version 2.0

Latest
Compare
Choose a tag to compare
@ooglyhLL ooglyhLL released this 10 Jul 20:44
  • Significant reduction of execution time and code size thanks to
    removal of global-scope-index in favour of Emacs' native syntax
    parsing facilities.

  • Space between code segments treated as real comments using Emacs
    syntax table. No special cases needed any longer in syntax parsing
    functions.

  • Easy customization of mode specific keymap prefix via
    specman-command-prefix.

  • New internal macro specman--match-with-predicate for simplifying
    implementation of qualified regexp match for syntax highlighting.

  • Various syntax highlighting improvements.

  • Lexical binding enabled, which is going to become the default way for
    Emacs to evaluate code.

  • Some code clean-up.