Make error messages during publishing more friendly.
commitc2f7122b9571e19cedf36b0d63db03d5ec98d43d
authorMichael Olson <mwolson@gnu.org>
Wed, 21 Dec 2005 02:44:22 +0000 (21 02:44 +0000)
committerMichael Olson <mwolson@gnu.org>
Wed, 21 Dec 2005 02:44:22 +0000 (21 02:44 +0000)
tree7ec38d30106a18671cd310c8de7a04d558a0c322
parent28e18bfb65e78435df7f26248c560c1f28b529dc
Make error messages during publishing more friendly.

* lisp/muse-mode.el (muse-index-as-string): Use with-temp-buffer instead
  of muse-with-temp-buffer since we aren't inserting text from another
  file.

* lisp/muse.el (muse-with-temp-buffer): Note in the documentation that
  this is meant to be used with the insert-file-contents function, in
  order to keep weird side effects from happening.  Make the displayed
  message more friendly when debug-on-error is nil, and suggest what to
  do in order to get a full backtrace.
git-archimport-id: mwolson@gnu.org--2005/muse--rel--3.02--patch-37
ChangeLog
lisp/muse-mode.el
lisp/muse.el