Gnus development mailing list
 help / color / mirror / Atom feed
* Displaying an image fails under Windows NT/Latest Oort
@ 2001-05-22 11:29 Christoph Conrad
  2001-05-22 11:40 ` Christoph Conrad
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Conrad @ 2001-05-22 11:29 UTC (permalink / raw)


Hello,

i have an entry in .mailcap: image/*; start %s

All picture formats are associated with xnview (see www.xnview.com).
When pressing RETURN over a buttonized pic, a dialogbox appears with:

File '\c:/temp/emm.154uUI/foobar.jpg\' not found.

Any idea?

i. A.
Best regards,
Christoph Conrad
-- 
TTi Entwicklungszentrum GmbH,  Matthiashofstr. 28-30,  D-52064 Aachen
Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: http://www.cli.de
Look Ma, this man can twist his fingers as if they were made of rubber,
isn't that amazing? -- Not really, he's been using emacs for years...!



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Displaying an image fails under Windows NT/Latest Oort
  2001-05-22 11:29 Displaying an image fails under Windows NT/Latest Oort Christoph Conrad
@ 2001-05-22 11:40 ` Christoph Conrad
  2001-05-22 11:49   ` Christoph Conrad
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Conrad @ 2001-05-22 11:40 UTC (permalink / raw)
  Cc: ding


    Christoph> File '\c:/temp/emm.154uUI/foobar.jpg\' not found.

`w32-quote-process-args' was set to "\\". I need this setting for
eshell, so i made an advice:

(defadvice gnus-article-press-button
  ( around gnus-article-press-button-noquote act )
  (let (w32-quote-process-args)
    ad-do-it))

But an undesired effect remains: I have to press RETURN twice over the
button to make xnview show the picture! ???

i. A.
Best regards,
Christoph Conrad
-- 
TTi Entwicklungszentrum GmbH,  Matthiashofstr. 28-30,  D-52064 Aachen
Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: http://www.cli.de
Look Ma, this man can twist his fingers as if they were made of rubber,
isn't that amazing? -- Not really, he's been using emacs for years...!



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Displaying an image fails under Windows NT/Latest Oort
  2001-05-22 11:40 ` Christoph Conrad
@ 2001-05-22 11:49   ` Christoph Conrad
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Conrad @ 2001-05-22 11:49 UTC (permalink / raw)
  Cc: ding

    Christoph> But an undesired effect remains: I have to press RETURN
    Christoph> twice over the button to make xnview show the picture!
    Christoph> ???

Restarted Emacs, problem gone.

i. A.
Best regards,
Christoph Conrad
-- 
TTi Entwicklungszentrum GmbH,  Matthiashofstr. 28-30,  D-52064 Aachen
Fon: +49 241 47051-0  Fax: +49 241 47051-89 Web: http://www.cli.de
Look Ma, this man can twist his fingers as if they were made of rubber,
isn't that amazing? -- Not really, he's been using emacs for years...!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-05-22 11:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-22 11:29 Displaying an image fails under Windows NT/Latest Oort Christoph Conrad
2001-05-22 11:40 ` Christoph Conrad
2001-05-22 11:49   ` Christoph Conrad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).