1 Apr 2005 03:15
r3152 - trunk/docutils/tools/editors/emacs/restructuredtext.el
<blais <at> users.berlios.de>
2005-04-01 01:15:49 GMT
2005-04-01 01:15:49 GMT
Author: blais
Date: 2005-04-01 03:15:46 +0200 (Fri, 01 Apr 2005)
New Revision: 3152
Modified:
trunk/docutils/tools/editors/emacs/restructuredtext.el
Log:
Fixed another bug with emacs section titles, where
using a regexp special character (e.g. +) as an
underline wouldn't work.
Also, I made the default boxing title indent
to 1 space, as per bug report and dave's preference.
Modified: trunk/docutils/tools/editors/emacs/restructuredtext.el
===================================================================
--- trunk/docutils/tools/editors/emacs/restructuredtext.el 2005-03-31 21:36:09 UTC (rev 3151)
+++ trunk/docutils/tools/editors/emacs/restructuredtext.el 2005-04-01 01:15:46 UTC (rev 3152)
<at> <at> -269,7 +269,7 <at> <at>
"Default section underlining character to use when there aren't
any others to be used in the file.")
-(defvar rest-default-under-and-over-indent 2
+(defvar rest-default-under-and-over-indent 1
"Number of characters to indent the section title when toggling
sectioning styles. This is used when switching from a simple
section style to a over-and-under style.")
<at> <at> -402,7 +402,10 <at> <at>
;; else we're not switching characters, and there is some sectioning
;; already present, so check if the current sectioning is complete and
(Continue reading)
RSS Feed