all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michal Nazarewicz <mina86@mina86.com>
To: 17699@debbugs.gnu.org
Subject: bug#17699: Various tildify.el improvements
Date: Thu,  5 Jun 2014 13:24:26 +0200	[thread overview]
Message-ID: <1401967466-14607-1-git-send-email-mina86@mina86.com> (raw)

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






             reply	other threads:[~2014-06-05 11:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-05 11:24 Michal Nazarewicz [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1401967466-14607-1-git-send-email-mina86@mina86.com \
    --to=mina86@mina86.com \
    --cc=17699@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.