<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.emacs.muse.cvs">
    <title>gmane.emacs.muse.cvs</title>
    <link>http://permalink.gmane.org/gmane.emacs.muse.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.muse.cvs/1170"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.muse.cvs/1169"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.muse.cvs/1168"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.muse.cvs/1167"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.muse.cvs/1166"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.muse.cvs/1165"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.muse.cvs/1164"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.muse.cvs/1170">
    <title>[bug #20500] muse-texinfo: "iso-8859-1" should be"ISO-8859-1"</title>
    <link>http://permalink.gmane.org/gmane.emacs.muse.cvs/1170</link>
    <description>&lt;pre&gt;URL:
  &amp;lt;http://gna.org/bugs/?20500&amp;gt;

                 Summary: muse-texinfo: "iso-8859-1" should be "ISO-8859-1"
                 Project: Emacs Muse
            Submitted by: None
            Submitted on: Mon 11 Feb 2013 09:49:39 PM UTC
                Category: muse
                Severity: 2 - Minor
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: andrear1979&amp;lt; at &amp;gt;hotmail.com
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

  In muse-texinfo.el, a "Muse Texinfo Header" customizable option is defined.
The default contains a "&amp;lt; at &amp;gt;documentencoding iso-8859-1" directive. It should be
changed to uppercase: ISO-8859-1.

  Texinfo seems to be case-sensitive here, it ignores the lowercase iso-8859-1
and skips rendering of accented characters. 

  Users can circumvent the problem by customizing the "Muse Texinfo Header"
option as &lt;/pre&gt;</description>
    <dc:creator>anonymous</dc:creator>
    <dc:date>2013-02-11T21:49:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.muse.cvs/1169">
    <title>[bug #17493] muse-insert-thing multi-line message</title>
    <link>http://permalink.gmane.org/gmane.emacs.muse.cvs/1169</link>
    <description>&lt;pre&gt;
URL:
  &amp;lt;http://gna.org/bugs/?17493&amp;gt;

                 Summary: muse-insert-thing multi-line message
                 Project: Emacs Muse
            Submitted by: None
            Submitted on: sam 15 jan 2011 11:11:03 UTC
                Category: muse
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: acid&amp;lt; at &amp;gt;debian.org
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Debian bug #610001
http://bugs.debian.org/610001

In xemacs21, muse-mode C-c C-i (muse-insert-thing) prompts only

    Insert:

in the message area, with the l=link, t=tag, etc parts not shown.

I believe only the first line of a multi-line message shows up in
xemacs.  Likewise in emacs if you (setq message-truncate-lines t).

A one line message would ensure the full instruction is visible in all
cases.







    ______&lt;/pre&gt;</description>
    <dc:creator>anonymous</dc:creator>
    <dc:date>2011-01-15T11:11:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.muse.cvs/1168">
    <title>[bug #17114] Link syntax does not work withinimage captions</title>
    <link>http://permalink.gmane.org/gmane.emacs.muse.cvs/1168</link>
    <description>&lt;pre&gt;
URL:
  &amp;lt;http://gna.org/bugs/?17114&amp;gt;

                 Summary: Link syntax does not work within image captions
                 Project: Emacs Muse
            Submitted by: None
            Submitted on: Saturday 11/20/2010 at 21:25 CET
                Category: muse
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: synapse.and.syntax&amp;lt; at &amp;gt;gmail.com
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Let's say I want to place the muse logo at the bottom of my webpage.  I might
write something like this:

[[emacs-muse.png][Made with Emacs Muse]]

which renders correctly when I publish with the html style.  Now let's say
I'd like to link back to the muse project page.  I change the line to read:

[[emacs-muse.png][Made with
[[http://mwolson.org/projects/EmacsMuse.html][Emacs Muse]]]]

which &lt;/pre&gt;</description>
    <dc:creator>anonymous</dc:creator>
    <dc:date>2010-11-20T20:25:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.muse.cvs/1167">
    <title>[bug #15959] calls to muse-latex2png do notrevert directory changes</title>
    <link>http://permalink.gmane.org/gmane.emacs.muse.cvs/1167</link>
    <description>&lt;pre&gt;
URL:
  &amp;lt;http://gna.org/bugs/?15959&amp;gt;

                 Summary: calls to muse-latex2png do not revert directory
changes
                 Project: Emacs Muse
            Submitted by: rweinstein
            Submitted on: Tuesday 04/27/2010 at 20:13
                Category: muse
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The muse-latex2png function records the current working directory, switches
into a temporary directory, but does not return back to the original
directory.

A patch with a working solution is included.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tuesday 04/27/2010 at 20:13  Name: muse-latex2png.el.patch  Size: 2&lt;/pre&gt;</description>
    <dc:creator>Randy Weinstein</dc:creator>
    <dc:date>2010-04-27T20:13:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.muse.cvs/1166">
    <title>[bug #14936] also using the header #author namein xml generated via rss export appears this tag&lt;author&gt;system name&lt;/author&gt;</title>
    <link>http://permalink.gmane.org/gmane.emacs.muse.cvs/1166</link>
    <description>&lt;pre&gt;
Follow-up Comment #1, bug #14936 (project muse-el):

In case of the "journal-rss" type of project publishing basically consists of
two steps:

 1. Transformation of the original muse-source file
(`muse-journal-rss-munge-buffer)

 2. Marking up of the result of step 2

ad 1

Step 1 assumes the original muse source code.  During transformation it
refers to the value of the "author" directive (see
`muse-journal-rss-entry-template)

ad 2

As part of marking up a file (`muse-publish-file -&amp;gt; ... -&amp;gt;
`muse-publish-markup -&amp;gt; ...) the directives are processed.

On the one hand, this means that in step 1 the directives should have been
all ready processed, though the directives are only processed in step 2.  On
the other hand, the order of step 1 and step 2 can not be reversed, because
step 1 assumes the muse source format and is not able to work on a marked up
file/buffer.

This bug can be fixed as a side effect of implementing feature request
#14985.

Until feature request #14985 is implemented you can make use of t&lt;/pre&gt;</description>
    <dc:creator>Stefan Schlee</dc:creator>
    <dc:date>2009-12-22T16:21:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.muse.cvs/1165">
    <title>[bug #14985] Unification of the concepts ofdirectives and style specific keywords</title>
    <link>http://permalink.gmane.org/gmane.emacs.muse.cvs/1165</link>
    <description>&lt;pre&gt;
URL:
  &amp;lt;http://gna.org/bugs/?14985&amp;gt;

                 Summary: Unification of the concepts of directives and style
specific keywords
                 Project: Emacs Muse
            Submitted by: stefans
            Submitted on: Tuesday 12/22/2009 at 16:19
                Category: muse
                Severity: 1 - Wish
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Currently the publishing behaviour of muse can be finely tuned with a
hierarchy of styles.  Styles can be defined by the `muse-define-style and
`muse-derive-style functions.  These styles can be assigned to certain muse
projects.

Another feature of muse are directives, which are defined on a per file basis
by including "#&amp;lt;directive name&amp;gt; &amp;lt;directive value&amp;gt; expression at the beginning
of a file/document.&lt;/pre&gt;</description>
    <dc:creator>Stefan Schlee</dc:creator>
    <dc:date>2009-12-22T16:19:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.muse.cvs/1164">
    <title>[bug #14936] also using the header #author namein xml generated via rss export appears this tag&lt;author&gt;system name&lt;/author&gt;</title>
    <link>http://permalink.gmane.org/gmane.emacs.muse.cvs/1164</link>
    <description>&lt;pre&gt;
URL:
  &amp;lt;http://gna.org/bugs/?14936&amp;gt;

                 Summary: also using the header #author name in xml generated
via rss export appears this tag &amp;lt;author&amp;gt;system name&amp;lt;/author&amp;gt;
                 Project: Emacs Muse
            Submitted by: None
            Submitted on: Sunday 12/13/09 at 16:49 CET
                Category: muse
                Severity: 4 - Important
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: lnoferin&amp;lt; at &amp;gt;cybervalley.org
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:







    _______________________________________________________

Reply to this item at:

  &amp;lt;http://gna.org/bugs/?14936&amp;gt;

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/
&lt;/pre&gt;</description>
    <dc:creator>anonymous</dc:creator>
    <dc:date>2009-12-13T15:49:32</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.muse.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.muse.cvs</link>
  </textinput>
</rdf:RDF>
