Get increase and decrease of list indentation to work with complex cases.
commit80598b2c33b5a6d8aa4c6dc64667643dfe6609fb
authorMichael Olson <mwolson@gnu.org>
Mon, 6 Mar 2006 06:06:38 +0000 (6 06:06 +0000)
committerMichael Olson <mwolson@gnu.org>
Mon, 6 Mar 2006 06:06:38 +0000 (6 06:06 +0000)
treebd9675038f1aedafee7791d152247a1f8744a8bb
parent2bb3c6522814b79723e407a5937f627846e09bc9
Get increase and decrease of list indentation to work with complex cases.

* lisp/muse-colors.el: Miscellaneous whitespace fixes.
  (muse-colors-explicit-link): Minor logic tweak.  The indentation seems
  to indicate this interpretation, though parens are different.

* lisp/muse-mode.el: Miscellaneous whitespace fixes.
  (muse-alter-list-item-indentation): New function that alters the list
  structure at point.  The behavior to use is specified by the OPERATION
  argument.  Currently-supported operations are 'increase and 'decrease
  indentation level.  This now uses the same sort of list detection
  algorithm that is used during publishing, so it should work as expected
  for complicated cases.
  (muse-increase-list-item-indentation)
  (muse-decrease-list-item-indentation): Use
  `muse-alter-list-item-indentation'.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-47
ChangeLog.2006
lisp/muse-colors.el
lisp/muse-mode.el