X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/6e73bbb5f19c513fd4301b7f11016d86bcad2056..c33d1d58acc301ba018f4f69dcab93c5b2246643:/packages/flylisp/flylisp.el diff --git a/packages/flylisp/flylisp.el b/packages/flylisp/flylisp.el index 4c34d3b35..5544b0eb7 100644 --- a/packages/flylisp/flylisp.el +++ b/packages/flylisp/flylisp.el @@ -4,6 +4,7 @@ ;; Author: Barry O'Reilly ;; Version: 0.2 +;; Package-Requires: ((emacs "24.1") (cl-lib "0.4")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -21,7 +22,8 @@ ;;; Commentary: ;; Colors mismatched open parentheses with fl-mismatched-face, red by -;; default. +;; default. Works reliably after Emacs 24.3, in which bug 16247 is +;; fixed. ;; ;; Also colors open and close parentheses which are inconsistent with ;; the indentation of lines between them with fl-inconsistent-face, @@ -54,10 +56,6 @@ ;;; Code: -;; TODO: There are display problems with mismatched parens, due to the -;; region not expanding enough, in turn due to an apparent syntax-ppss -;; bug. See Emacs bug 16247. - ;; TODO: Algorithm doesn't account for close paren which is too soon. ;; ;; (abc