unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17699: Various tildify.el improvements
@ 2014-06-05 11:24 Michal Nazarewicz
  2014-06-05 11:27 ` bug#17699: [PATCH 1/7] tildify.el: Fix end-regex building in `tildify-find-env' Michal Nazarewicz
  2014-06-05 13:54 ` bug#17699: Various tildify.el improvements Stefan Monnier
  0 siblings, 2 replies; 12+ messages in thread
From: Michal Nazarewicz @ 2014-06-05 11:24 UTC (permalink / raw)
  To: 17699

Various patches to lisp/textmodes/tildify.el file.  The changes do not
introduce any significant functionality changes.

I have one more patch addinc `auto-tildify-mode' but I'm currently
testing it and not yet ready to submit.

The changes do not contain `tildify-ignored-environments-alist' format
changes discussed with Stefan[1].  Those are left for maybe a future
patch.

[1] http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00056.html

The whole series, including the `auto-tildify-mode' patch, can also be
seen at:
    https://github.com/mina86/emacs/tree/tildify
    git pull git://github.com/mina86/emacs tildify

Michal Nazarewicz (7):
  tildify.el: Fix end-regex building in `tildify-find-env'
  tildify.el: Fix matched group indexes in end-regex building
  tildify.el: Improve defcustom's types.
  tildify.el: Better support for XML
  tildify.el: Optimise environments regexes
  tildify.el: Rewrite `tildify-region' and co., add foreach function.
  * tests/automated/tildify-tests.el (tildify-test--test): Optimise    
    the test slightly by reusing the same temporary buffer across    
    multiple test cases.

 lisp/ChangeLog                  | 105 +++++++++++++++++
 lisp/textmodes/tildify.el       | 245 ++++++++++++++++++++--------------------
 test/ChangeLog                  |  25 ++++
 test/automated/tildify-tests.el |  47 ++++++--
 4 files changed, 290 insertions(+), 132 deletions(-)

-- 
2.0.0.526.g5318336






^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-06-06 18:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 11:24 bug#17699: Various tildify.el improvements Michal Nazarewicz
2014-06-05 11:27 ` bug#17699: [PATCH 1/7] tildify.el: Fix end-regex building in `tildify-find-env' Michal Nazarewicz
2014-06-05 11:27   ` bug#17699: [PATCH 2/7] tildify.el: Fix matched group indexes in end-regex building Michal Nazarewicz
2014-06-05 11:27   ` bug#17699: [PATCH 3/7] tildify.el: Improve defcustom's types Michal Nazarewicz
2014-06-05 11:27   ` bug#17699: [PATCH 4/7] tildify.el: Better support for XML Michal Nazarewicz
2014-06-05 11:27   ` bug#17699: [PATCH 5/7] tildify.el: Optimise environments regexes Michal Nazarewicz
2014-06-05 11:27   ` bug#17699: [PATCH 6/7] tildify.el: Rewrite `tildify-region' and co., add foreach function Michal Nazarewicz
2014-06-05 11:27   ` bug#17699: [PATCH 7/7] * tests/automated/tildify-tests.el (tildify-test--test): Optimise the test slightly by reusing the same temporary buffer across multiple test cases Michal Nazarewicz
2014-06-05 13:54 ` bug#17699: Various tildify.el improvements Stefan Monnier
2014-06-05 14:47   ` Michal Nazarewicz
2014-06-06 17:35     ` Glenn Morris
2014-06-06 18:13       ` Michal Nazarewicz

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).