<?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.efs.general">
    <title>gmane.emacs.efs.general</title>
    <link>http://permalink.gmane.org/gmane.emacs.efs.general</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.efs.general/47"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.efs.general/46"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.efs.general/45"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.efs.general/44"/>
      </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.efs.general/47">
    <title>Dired 7.16 bug: dired on ~ prevents exitingXEmacs with desktop.el active</title>
    <link>http://permalink.gmane.org/gmane.emacs.efs.general/47</link>
    <description>&lt;pre&gt;When exiting from XEmacs with desktop.el active, the desktop file in
~, and a dired buffer open on ~, attempting to exit (C-x C-c) fails
with the error

    Error in dired-find-file-place 

The dired buffer is corrupted like this:

  drwx------  3 steve users     4096 Sep  3  2008 .dbus 
  drwxr-xr-x  3 steve users     4096 May 14  2007 .emacs.d-rw-r--r-- 1 steve users 16314 Jan 16 01:16 /home/steve/.emacs.desktop 
  -rw-------  1 steve users       16 Jul 30 15:23 .esd_auth 

Restoring it with g gives:

  drwx------  3 steve users     4096 Sep  3  2008 .dbus 
  drwxr-xr-x  3 steve users     4096 May 14  2007 .emacs.d 
  -rw-r--r--  1 steve users    16314 Jan 16 01:16 .emacs.desktop 
  -rw-------  1 steve users       16 Jul 30 15:23 .esd_auth 

but C-x C-c fails in the same way.

The above report has been registered with the XEmacs tracker
(issue655).


Emacs  : XEmacs 21.5  (beta29) "garbanzo" 1444e28f1a3d [Lucid] (x86_64-unknown-linux, Mule) of Tue Nov 24 2009 on uwakimon
Package: Dired

current state:
====&lt;/pre&gt;</description>
    <dc:creator>Stephen J. Turnbull</dc:creator>
    <dc:date>2010-01-15T16:28:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.efs.general/46">
    <title>Re: Dired 7.16 bug: dired.el conflicts with :filespecs for image specifiers</title>
    <link>http://permalink.gmane.org/gmane.emacs.efs.general/46</link>
    <description>&lt;pre&gt; &amp;gt; 
 &amp;gt; "Stephen J. Turnbull" &amp;lt;stephen-Sn97VrDLz2sdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt; writes:
 &amp;gt; 
 &amp;gt; &amp;gt; David Kastrup claims in &amp;lt;877hvanduk.fsf-nq8mElobHuh79cxMFuA3Ww&amp;lt; at &amp;gt;public.gmane.org&amp;gt; on
 &amp;gt; &amp;gt; xemacs-beta:
 &amp;gt; &amp;gt;
 &amp;gt; &amp;gt;     I think it is still impossible to use a :file specification for
 &amp;gt; &amp;gt;     image specifiers of binary formats (jpg, png and binary pnm
 &amp;gt; &amp;gt;     formats) in XEmacs once you have loaded dired.el.  So you have to

 &amp;gt; &amp;gt; I haven't replicated myself, but he's usually a trustworthy observer
 &amp;gt; &amp;gt; although a PITA to work with.
 &amp;gt; 
 &amp;gt; Do you have the slightest idea what he's talking about?  It would seem
 &amp;gt; strange for Dired to interfere with specifiers, as the word "specifier"
 &amp;gt; doesn't even appear in the Dired source code.

There was a bug with insert-file-literally where some file handlers,
in particular the coding systems, would get called.  This would munge
any CRLF sequences to LF, for sure, and thus corrupt most binary files
of any size.  I think this is fixed, in 21.5.  It may never have been
fixed in 2&lt;/pre&gt;</description>
    <dc:creator>Stephen J. Turnbull</dc:creator>
    <dc:date>2009-10-14T04:11:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.efs.general/45">
    <title>Re: Dired 7.16 bug: dired.el conflicts with :filespecs for image specifiers</title>
    <link>http://permalink.gmane.org/gmane.emacs.efs.general/45</link>
    <description>&lt;pre&gt;
"Stephen J. Turnbull" &amp;lt;stephen-Sn97VrDLz2sdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt; writes:


Do you have the slightest idea what he's talking about?  It would seem
strange for Dired to interfere with specifiers, as the word "specifier"
doesn't even appear in the Dired source code.  When I do (with Dired
loaded):

(make-image-specifier (list (cons 'global '[jpeg :file "&amp;lt;some jpeg file&amp;gt;"])))

I get:

#&amp;lt;image-specifier global=((x) . [jpeg :file "&amp;lt;some jpeg file" :data #"&amp;lt;binary data&amp;gt;"])&amp;gt;

which seems exactly right to me.

Should I follow up to him on the list?  I'm a bit concerned I'll get
sucked into on of his tirades ...

&lt;/pre&gt;</description>
    <dc:creator>Michael Sperber</dc:creator>
    <dc:date>2009-10-13T15:21:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.efs.general/44">
    <title>Dired 7.16 bug: dired.el conflicts with :filespecs for image specifiers</title>
    <link>http://permalink.gmane.org/gmane.emacs.efs.general/44</link>
    <description>&lt;pre&gt;David Kastrup claims in &amp;lt;877hvanduk.fsf-nq8mElobHuh79cxMFuA3Ww&amp;lt; at &amp;gt;public.gmane.org&amp;gt; on
xemacs-beta:

    I think it is still impossible to use a :file specification for
    image specifiers of binary formats (jpg, png and binary pnm
    formats) in XEmacs once you have loaded dired.el.  So you have to
    use crazy workarounds or face non-working stuff.  Since that is
    not documented anywhere, you have to work with copy&amp;amp;paste of code
    and workarounds from others, and pray.

I haven't replicated myself, but he's usually a trustworthy observer
although a PITA to work with.

issue583 has been created on the XEmacs tracker.
&lt;/pre&gt;</description>
    <dc:creator>Stephen J. Turnbull</dc:creator>
    <dc:date>2009-10-06T11:50:50</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.efs.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.efs.general</link>
  </textinput>
</rdf:RDF>
