[bug #12879] <quote> tag fails when text follows on the same line
Daniel Clemente <NO-REPLY.INVALID-ADDRESS <at> gna.org>
2009-01-20 20:40:04 GMT
Follow-up Comment #1, bug #12879 (project muse-el):
Now I don't know if my function call is correct. But even if you used "html"
instead of '(html), that is,
(muse-publish-this-file "html" "/tmp/")
, it still fails because of the one-line <quote>, this time with:
Debugger entered--Lisp error: (args-out-of-range 92 110)
muse-publish-surround-text("<p class=\"quoted\">" "</p>" #[(indent)
"............" [quote-regexp muse-forward-paragraph 0 looking-at] 2] nil nil
nil "^\\(<\\(/?\\)quote>\\)")
muse-publish-quote-tag(79 #<marker at 109 in *muse-temp*<9>>)
apply(muse-publish-quote-tag (79 #<marker at 109 in *muse-temp*<9>>))
muse-publish-markup-tag()
muse-publish-markup("prueba2" ((1000
"\\(\\`\n+\\|\n+\\'.......................\\'\\)" 3
muse-html-markup-paragraph)))
muse-publish-markup-region(1 103 "prueba2" ("html" :suffix
muse-html-extension :regexps muse-html-markup-regexps :functions
muse-html-markup-functions :strings muse-html-markup-strings :tags
muse-html-markup-tags :specials muse-xml-decide-specials :before
muse-html-prepare-buffer :before-end muse-html-munge-buffer :after
muse-html-finalize-buffer :header muse-html-header :footer muse-html-footer
:style-sheet muse-html-style-sheet :browser muse-html-browse-file))
muse-publish-markup-buffer("prueba2" ("html" :suffix muse-html-extension
:regexps muse-html-markup-regexps :functions muse-html-markup-functions
:strings muse-html-markup-strings :tags muse-html-markup-tags :specials
muse-xml-decide-specials :before muse-html-prepare-buffer :before-end
muse-html-munge-buffer :after muse-html-finalize-buffer :header
(Continue reading)