all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* "ShellExecute failed" -- Emacs 24.4 on Win7
@ 2014-11-20 14:25 AW
  2014-11-20 17:22 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: AW @ 2014-11-20 14:25 UTC (permalink / raw)
  To: help-gnu-emacs

Hi!

I asked this question on the orgmode list, but it seems to be an issue of 
Emacs 24.4. on Windows.

I installed Emacs 24.4 on Windows 7 from GNU.

Everything works, except some of my links in orgmode. They worked under Emacs 
24.3 and Win7, and they work with Emacs 24.4 under Linux.

The non-working links have a certain structure: I'm using shorcuts. I have a 
file "AW-org-file.el", containing lines like:

(setq org-link-abbrev-alist
'((name . "//SBS2011/path/to/folder/%s")))

This file "AW-org-file.el" is required in my .emacs

The links in the org-files look like this:

[[name:filename]]

or

[[name:./path/down/the/folder/filename.pdf]]

With cursor on the link I do "C-c C-o" and get:

"ShellExecute failed: Das System kann die angegebene Datei nicht finden."

(my translation: the system can not find the file).

Thanks to Nicolas Goaziou I did: 

 M-: (org-element-property :path (org-element-context))

with the point on a link and got an "expanded" path plus filename. OK, except 
that it contains slashes ( "/" ) instead of backslashes.

I'd be thankful for a helping hand,

Alexander




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

* Re: "ShellExecute failed" -- Emacs 24.4 on Win7
  2014-11-20 14:25 "ShellExecute failed" -- Emacs 24.4 on Win7 AW
@ 2014-11-20 17:22 ` Eli Zaretskii
  2014-11-25  9:05   ` AW
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2014-11-20 17:22 UTC (permalink / raw)
  To: help-gnu-emacs

> From: AW <alexander.willand@t-online.de>
> Date: Thu, 20 Nov 2014 09:25:39 -0500
> 
> I installed Emacs 24.4 on Windows 7 from GNU.
> 
> Everything works, except some of my links in orgmode. They worked under Emacs 
> 24.3 and Win7, and they work with Emacs 24.4 under Linux.
> 
> The non-working links have a certain structure: I'm using shorcuts. I have a 
> file "AW-org-file.el", containing lines like:
> 
> (setq org-link-abbrev-alist
> '((name . "//SBS2011/path/to/folder/%s")))
> 
> This file "AW-org-file.el" is required in my .emacs
> 
> The links in the org-files look like this:
> 
> [[name:filename]]
> 
> or
> 
> [[name:./path/down/the/folder/filename.pdf]]
> 
> With cursor on the link I do "C-c C-o" and get:
> 
> "ShellExecute failed: Das System kann die angegebene Datei nicht finden."
> 
> (my translation: the system can not find the file).
> 
> Thanks to Nicolas Goaziou I did: 
> 
>  M-: (org-element-property :path (org-element-context))
> 
> with the point on a link and got an "expanded" path plus filename. OK, except 
> that it contains slashes ( "/" ) instead of backslashes.
> 
> I'd be thankful for a helping hand,

Report this as a bug using "M-x report-emacs-bug RET".  In that
report, please provide a minimal Org file which can be used to
reproduce this problem, and also include the steps to reproduce the
problem starting from "emacs -Q".

Thanks.



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

* Re: "ShellExecute failed" -- Emacs 24.4 on Win7
  2014-11-20 17:22 ` Eli Zaretskii
@ 2014-11-25  9:05   ` AW
  2014-11-25 16:41     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: AW @ 2014-11-25  9:05 UTC (permalink / raw)
  To: help-gnu-emacs

Am Donnerstag, 20. November 2014, 19:22:32 schrieb Eli Zaretskii:
> > From: AW <alexander.willand@t-online.de>
> > Date: Thu, 20 Nov 2014 09:25:39 -0500
> > 
> > I installed Emacs 24.4 on Windows 7 from GNU.
> > 
> > Everything works, except some of my links in orgmode. They worked under
> > Emacs 24.3 and Win7, and they work with Emacs 24.4 under Linux.
> > 
> > The non-working links have a certain structure: I'm using shorcuts. I have
> > a file "AW-org-file.el", containing lines like:
> > 
> > (setq org-link-abbrev-alist
> > '((name . "//SBS2011/path/to/folder/%s")))
> > 
> > This file "AW-org-file.el" is required in my .emacs
> > 
> > The links in the org-files look like this:
> > 
> > [[name:filename]]
> > 
> > or
> > 
> > [[name:./path/down/the/folder/filename.pdf]]
> > 
> > With cursor on the link I do "C-c C-o" and get:
> > 
> > "ShellExecute failed: Das System kann die angegebene Datei nicht finden."
> > 
> > (my translation: the system can not find the file).
> > 
> > Thanks to Nicolas Goaziou I did:
> >  M-: (org-element-property :path (org-element-context))
> > 
> > with the point on a link and got an "expanded" path plus filename. OK,
> > except that it contains slashes ( "/" ) instead of backslashes.
> > 
> > I'd be thankful for a helping hand,
> 
> Report this as a bug using "M-x report-emacs-bug RET".  In that
> report, please provide a minimal Org file which can be used to
> reproduce this problem, and also include the steps to reproduce the
> problem starting from "emacs -Q".
> 
> Thanks.

I've posted a bug report some days ago here:
http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-11/msg01046.html

Without any success, I've got not answer so far. Is the bug report itself  
incomplete?

I've no idea who is so brave to maintain Emacs for Windows, but maybe a reader 
of this list could pass it to the maintainer(s). 

Thank you!

Alexander




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

* Re: "ShellExecute failed" -- Emacs 24.4 on Win7
  2014-11-25  9:05   ` AW
@ 2014-11-25 16:41     ` Eli Zaretskii
  2014-11-27 15:25       ` AW
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2014-11-25 16:41 UTC (permalink / raw)
  To: help-gnu-emacs

> From: AW <alexander.willand@t-online.de>
> Cc: Eli Zaretskii <eliz@gnu.org>
> Date: Tue, 25 Nov 2014 10:05:46 +0100
> 
> I've posted a bug report some days ago here:
> http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-11/msg01046.html

I've seen it, thanks.

> Without any success, I've got not answer so far. Is the bug report itself  
> incomplete?

It is complete.  You just need to have a bit more patience: I'm not
being paid to do this stuff, and my free time is limited.

> I've no idea who is so brave to maintain Emacs for Windows, but maybe a reader 
> of this list could pass it to the maintainer(s). 

No need, the maintainer reads this list.  Stay tuned, solution is at
hand.



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

* Re: "ShellExecute failed" -- Emacs 24.4 on Win7
  2014-11-25 16:41     ` Eli Zaretskii
@ 2014-11-27 15:25       ` AW
  0 siblings, 0 replies; 5+ messages in thread
From: AW @ 2014-11-27 15:25 UTC (permalink / raw)
  To: help-gnu-emacs, Eli Zaretskii

Am Dienstag, 25. November 2014, 18:41:54 schrieb Eli Zaretskii:
> > From: AW <alexander.willand@t-online.de>
> > Cc: Eli Zaretskii <eliz@gnu.org>
> > Date: Tue, 25 Nov 2014 10:05:46 +0100
> > 
> > I've posted a bug report some days ago here:
> > http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-11/msg01046.html
> 
> I've seen it, thanks.
> 
> > Without any success, I've got not answer so far. Is the bug report itself
> > incomplete?
> 
> It is complete.  You just need to have a bit more patience: I'm not
> being paid to do this stuff, and my free time is limited.
> 
> > I've no idea who is so brave to maintain Emacs for Windows, but maybe a
> > reader of this list could pass it to the maintainer(s).
> 
> No need, the maintainer reads this list.  Stay tuned, solution is at
> hand.

Thank you very much. I managed to compile Emacs 24 on Windows today and the 
links work, as expected. 



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

end of thread, other threads:[~2014-11-27 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20 14:25 "ShellExecute failed" -- Emacs 24.4 on Win7 AW
2014-11-20 17:22 ` Eli Zaretskii
2014-11-25  9:05   ` AW
2014-11-25 16:41     ` Eli Zaretskii
2014-11-27 15:25       ` AW

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.