anonymous | 15 Jan 2009 12:17

[bug #12860] <src lang="haskell"> fails unless haskell-doc-show-global-types is nil


URL:
  <http://gna.org/bugs/?12860>

                 Summary: <src lang="haskell"> fails unless
haskell-doc-show-global-types is nil
                 Project: Emacs Muse
            Submitted by: None
            Submitted on: Thursday 01/15/2009 at 12:17 CET
                Category: muse
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: nanothief <at> gmail.com
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

For an input file:
# File: Scratch.muse

<src lang="haskell">
module Main where
main = putStrLn "hello world"
</src>
(Continue reading)

Michael Olson | 19 Jan 2009 23:29

[bug #12860] <src lang="haskell"> fails unless haskell-doc-show-global-types is nil


Update of bug #12860 (project muse-el):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This is a bug in haskell-mode, not Emacs Muse.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?12860>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/
Daniel Clemente | 20 Jan 2009 21:06

[bug #12879] <quote> tag fails when text follows on the same line


URL:
  <http://gna.org/bugs/?12879>

                 Summary: <quote> tag fails when text follows on the same
line
                 Project: Emacs Muse
            Submitted by: clemente
            Submitted on: Tuesday 01/20/2009 at 20:06
                Category: muse
                Severity: 2 - Minor
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I use Emacs 23 from Bzr and Muse from Git, both from today.

Use this file (3 lines):

------------
(muse-publish-this-file '(html) "/tmp/")

(Continue reading)

Daniel Clemente | 20 Jan 2009 21:40

[bug #12879] <quote> tag fails when text follows on the same line


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)

Daniel Clemente | 20 Jan 2009 21:48

[bug #12879] <quote> tag fails when text follows on the same line


Follow-up Comment #2, bug #12879 (project muse-el):

In other cases, it blocks Emacs; for instance with this file:

(muse-publish-this-file "html" "/tmp/")

<literal>Es texto literal</literal>

<perl>print 2</perl>

<quote>Citado</quote>

<ruby>2+5</ruby>

<src lang="c">println("Hola");</src>

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?12879>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/

Gmane