Use muse-insert-file-contents rather than insert-file-contents-literally
commit796fba2c8a97aae674dbb4955aa4afda4c3ff41a
authorMichael W. Olson <mwolson@gnu.org>
Sat, 11 Aug 2007 00:43:48 +0000 (10 20:43 -0400)
committerMichael W. Olson <mwolson@gnu.org>
Sat, 11 Aug 2007 00:43:48 +0000 (10 20:43 -0400)
tree79a747245b7d778132470cc8370d813220109fb6
parentf18db734f469f30b671367d1a020ba8d15390672
Use muse-insert-file-contents rather than insert-file-contents-literally

2007-08-10  Michael Olson  <mwolson@gnu.org>

* contrib/httpd.el (httpd-send-file): Use insert-file-contents.

* examples/mwolson/muse-init.el (my-muse-prepare-entry-for-xanga):
Use muse-insert-file-contents.

* experimental/muse-split.el (muse-publish-file)
(muse-publish-presplit-publish, muse-publish-no-split-function)
(muse-journal-split-by-entry, muse-journal-split-by-month): Use
muse-insert-file-contents.

* lisp/muse-book.el (muse-book-publish-chapter)
(muse-book-get-directives): Use muse-insert-file-contents.

* lisp/muse-http.el (muse-http-render-page): Use
muse-insert-file-contents.

* lisp/muse-poem.el (muse-poem-markup-tag): Use
muse-insert-file-contents.

* lisp/muse-publish.el (muse-insert-file-or-string)
(muse-publish-file, muse-publish-include-tag)
(muse-published-contents): Use muse-insert-file-contents.

* lisp/muse.el (muse-insert-file-contents): New function that
inserts a file with character code conversion, but none of the
other frivolities.  Since insert-file-contents-literally does not
do character code conversion, it is not suitable for us.
(muse-with-temp-buffer): Mention muse-insert-file-contents rather
than insert-file-contents-literally.
ChangeLog
contrib/httpd.el
examples/mwolson/muse-init.el
experimental/muse-split.el
lisp/muse-book.el
lisp/muse-http.el
lisp/muse-poem.el
lisp/muse-publish.el
lisp/muse.el