cvs commit: fptools/CONTRIB/haskell-modes/emacs ChangeLog haskell-hugs.el haskell-indent.el indent.hs

[email protected] Wed, 12 Oct 2005 14:03:18 -0700
Newsgroups gmane.comp.lang.haskell.cvs.fptools
Message-ID <[email protected]>
monnier     2005/10/12 14:03:17 PDT

  Modified files:
    CONTRIB/haskell-modes/emacs ChangeLog haskell-hugs.el 
                                haskell-indent.el indent.hs 
  Log:
  (haskell-indent-start-keywords-re): Use regexp-opt.
  (haskell-indent-type-at-point): Accept ' in identifiers.
  (haskell-indent-find-case): Tell match-data to not generate markers.
  (haskell-indent-line-indentation): Ignore off-side keywords in comments
  and strings.
  (haskell-indent-find-matching-start): Generalize.
  Rename from haskell-indent-find-let.
  (haskell-indent-indentation-info): Use it for of, then, and else.
  
  Revision  Changes    Path
  1.17      +11 -0     fptools/CONTRIB/haskell-modes/emacs/ChangeLog
  1.8       +1 -1      fptools/CONTRIB/haskell-modes/emacs/haskell-hugs.el
  1.14      +37 -29    fptools/CONTRIB/haskell-modes/emacs/haskell-indent.el
  1.5       +29 -3     fptools/CONTRIB/haskell-modes/emacs/indent.hs