[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] Auto tildify improvements
From: |
Michal Nazarewicz |
Subject: |
[PATCH 0/5] Auto tildify improvements |
Date: |
Sun, 2 Mar 2014 22:55:30 +0100 |
From: Michal Nazarewicz <address@hidden>
Some smaller changes at the end leading to definition of a `auto-tildify-mode'
to automatically insert hard spaces where one is desired.
Michal Nazarewicz (5):
tildify.el: Improve defcustom's types.
tildify.el: Change XML hard space to numeric reference.
tildify.el: Optimise environments regexes
tildify.el: Rewrite `tildify-region' and co., add foreach function.
tildify.el: Add `auto-tildify' and `auto-tildify-mode'.
lisp/textmodes/tildify.el | 338 +++++++++++++++++++++++++++++-----------------
1 file changed, 214 insertions(+), 124 deletions(-)
--
1.9.0.279.gdc9e3eb
- [PATCH 0/5] Auto tildify improvements,
Michal Nazarewicz <=
- [PATCH 2/5] tildify.el: Change XML hard space to numeric reference., Michal Nazarewicz, 2014/03/02
- [PATCH 3/5] tildify.el: Optimise environments regexes, Michal Nazarewicz, 2014/03/02
- [PATCH 1/5] tildify.el: Improve defcustom's types., Michal Nazarewicz, 2014/03/02
- [PATCH 4/5] tildify.el: Rewrite `tildify-region' and co., add foreach function., Michal Nazarewicz, 2014/03/02
- [PATCH 5/5] tildify.el: Add `auto-tildify' and `auto-tildify-mode'., Michal Nazarewicz, 2014/03/02