help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] handling space in the path


From: Lennart Borgman (gmail)
Subject: Re: [h-e-w] handling space in the path
Date: Fri, 10 Oct 2008 17:21:22 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Visit

  http://lists.gnu.org/mailman/listinfo/help-emacs-windows

address@hidden wrote:
> how do I stop getting mail from this mailing list ?
> 
> thanx
> 
> -----Original Message-----
> 
> From:  Guangran Zhu <address@hidden>
> Subj:  [h-e-w] handling space in the path
> Date:  Fri 10 Oct 2008 8:26
> Size:  968 bytes
> To:  "address@hidden" <address@hidden>
> 
> Dear Emacs users,
> 
> I am using GNU EMACS 22.3.1 on windows XP 32bit. I would like to associated 
> different file format, e.g. *.djvu with the right program to view it, e.g. 
> windjview.exe. When I press ENTER on the file name in the dired mode, the 
> file will be opened in the right program. I notice there is a lisp script 
> "extview.el" available. I placed it under emacs/site-lisp/. and in my 
> ".emacs" file, inserted this clause:
> 
> (require 'extview)
> (push '("\\.djvu$" . "C:\\New Folder\\WinDjView-0.5.exe %s") 
> extview-application-associations)
> 
> I received " Spawning child process: invalid argument" in the mini-buffer 
> when attempting to open a djvu file. If I write this clause:
> 
> (push '("\\.djvu$" . "C:\\WinDjView-0.5.exe %s") 
> extview-application-associations)
> 
> I am safe. My question is: How does this space make a difference in my emacs 
> to search the right file? How could I handle this space in the path?
> 
> Thank you.
> 
> Guangran Kevin Zhu
> 
> 
> 
> --- message truncated ---
> 
> 
> 
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]