monnier     2005/11/06 17:42:54 PST

  Modified files:
    CONTRIB/haskell-modes/emacs haskell-indent.el 
  Log:
  (haskell-literate): Declare.
  (haskell-running-xemacs, event-basic-type, read-event): Remove.
  (haskell-indent-get-beg-of-line, haskell-indent-get-end-of-line):
  Remove.  Use line-(beginning|end)-position instead.
  (haskell-indent-mark-active): Move the xemacs test inside the defun.
  (haskell-indent-info): Rename from indent-info.  Update users.
  (haskell-indent-bolp, haskell-indent-inside-comment):
  Use line-beginning-position.
  (haskell-indent-within-literate-code): Use `case'.
  (haskell-indent-put-region-in-literate): Bind more comment-* vars.
  (haskell-indent-virtual-indentation): Add the missing `start' arg.
  (haskell-indent-mode): Move before first use.
  (haskell-indent-stand-alone-mode): Use haskell-indent-mode.
  Rename from haskell-stand-alone-indent-mode.  Use define-derived-mode.
  (hugs-mode-map, hugs-syntax-table):
  Rename to haskell-stand-alone-indent-mode-(map|syntax-table).
  
  Revision  Changes    Path
  1.18      +280 -359  fptools/CONTRIB/haskell-modes/emacs/haskell-indent.el
_______________________________________________
Cvs-fptools mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-fptools

Reply via email to