unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* problems starting windows compiled help files with start-process
@ 2006-11-29  1:57 Dieter Wilhelm
  0 siblings, 0 replies; 5+ messages in thread
From: Dieter Wilhelm @ 2006-11-29  1:57 UTC (permalink / raw)



Hi

I'd like to be able to open a windows (on XP) compiled help file
(.chm).  It works well with `shell-process' in just giving the shell
the .chm file as argument.  But I can't get it to run with
start-process.  Probably I need to call a viewer for this file.  I
googled around and found that the internet explorer is supposed to act
as "viewer" for these help files.  The next hurdle is where to find
the executable, I can't find iexplorer.exe or iexplore.exe on my disk.

Thanks
-- 
    Best wishes

    H. Dieter Wilhelm
    Darmstadt, Germany

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

* Re: problems starting windows compiled help files with start-process
       [not found] <mailman.1267.1164765489.2155.help-gnu-emacs@gnu.org>
@ 2006-11-29 11:02 ` Mathias Dahl
  2006-11-30  1:16   ` Dieter Wilhelm
  0 siblings, 1 reply; 5+ messages in thread
From: Mathias Dahl @ 2006-11-29 11:02 UTC (permalink / raw)


Dieter Wilhelm <dieter@duenenhof-wilhelm.de> writes:

> I'd like to be able to open a windows (on XP) compiled help file
> (.chm).  It works well with `shell-process' in just giving the shell
> the .chm file as argument.  But I can't get it to run with
> start-process.  Probably I need to call a viewer for this file.  I
> googled around and found that the internet explorer is supposed to
> act as "viewer" for these help files.  The next hurdle is where to
> find the executable, I can't find iexplorer.exe or iexplore.exe on
> my disk.

Have you tried using `w32-shell-execute'?

(w32-shell-execute "Open" "blabla.chm")

/Mathias

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

* Re: problems starting windows compiled help files with start-process
  2006-11-29 11:02 ` Mathias Dahl
@ 2006-11-30  1:16   ` Dieter Wilhelm
  2006-11-30  1:29     ` Lennart Borgman
  0 siblings, 1 reply; 5+ messages in thread
From: Dieter Wilhelm @ 2006-11-30  1:16 UTC (permalink / raw)
  Cc: help-gnu-emacs

Mathias Dahl <brakjoller@gmail.com> writes:

> Dieter Wilhelm <dieter@duenenhof-wilhelm.de> writes:
>
>> I'd like to be able to open a windows (on XP) compiled help file
>> (.chm).  It works well with `shell-process' in just giving the shell
>> the .chm file as argument.  But I can't get it to run with
>> start-process.  Probably I need to call a viewer for this file.  I
>> googled around and found that the internet explorer is supposed to
>> act as "viewer" for these help files.  The next hurdle is where to
>> find the executable, I can't find iexplorer.exe or iexplore.exe on
>> my disk.
>
> Have you tried using `w32-shell-execute'?
>
> (w32-shell-execute "Open" "blabla.chm")

Exactly what I needed, works perfect, thank you.

Sad that these functions are not mentioned in the Emacs manual for
(emacs)Windows Processes.  I'm coding mostly under Linux and the w32-*
functions are not available when trying `describe-function'.

-- 
    Best wishes

    H. Dieter Wilhelm
    Darmstadt, Germany

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

* Re: problems starting windows compiled help files with start-process
  2006-11-30  1:16   ` Dieter Wilhelm
@ 2006-11-30  1:29     ` Lennart Borgman
  2006-11-30  4:29       ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Lennart Borgman @ 2006-11-30  1:29 UTC (permalink / raw)
  Cc: help-gnu-emacs, Emacs Devel, Mathias Dahl

Dieter Wilhelm wrote:

>> Have you tried using `w32-shell-execute'?
>>
>> (w32-shell-execute "Open" "blabla.chm")
> 
> Exactly what I needed, works perfect, thank you.
> 
> Sad that these functions are not mentioned in the Emacs manual for
> (emacs)Windows Processes.  I'm coding mostly under Linux and the w32-*
> functions are not available when trying `describe-function'.


That is because no one has had the time to rewrite that part.

Reading that part I also found that it is about running DOS processes on 
MS Windows. I suggest that we rename to to reflect this.

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

* Re: problems starting windows compiled help files with start-process
  2006-11-30  1:29     ` Lennart Borgman
@ 2006-11-30  4:29       ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2006-11-30  4:29 UTC (permalink / raw)


> Date: Thu, 30 Nov 2006 02:29:43 +0100
> From: Lennart Borgman <lennart.borgman.073@student.lu.se>
> Cc: help-gnu-emacs@gnu.org, Emacs Devel <emacs-devel@gnu.org>,
> 	Mathias Dahl <brakjoller@gmail.com>
> 
> That is because no one has had the time to rewrite that part.
> 
> Reading that part I also found that it is about running DOS processes on 
> MS Windows. I suggest that we rename to to reflect this.

What version of which manual are you reading?  In the CVS version (and
the one distributed with the pretest), the MS-Windows part _was_
rewritten, and the node's name is "Windows processes".

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

end of thread, other threads:[~2006-11-30  4:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-29  1:57 problems starting windows compiled help files with start-process Dieter Wilhelm
     [not found] <mailman.1267.1164765489.2155.help-gnu-emacs@gnu.org>
2006-11-29 11:02 ` Mathias Dahl
2006-11-30  1:16   ` Dieter Wilhelm
2006-11-30  1:29     ` Lennart Borgman
2006-11-30  4:29       ` Eli Zaretskii

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 read-only IMAP folder(s) and NNTP newsgroup(s).