all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Help with assembling and linking via emacs under Windows.
@ 2009-04-24  0:15 hask ellian
  2009-04-24  8:42 ` Nikolaj Schumacher
  0 siblings, 1 reply; 2+ messages in thread
From: hask ellian @ 2009-04-24  0:15 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

I'm trying to write a function to assemble and link masm32 under windows
vista using emacs.
But I don't seem to be able run the command from the directory I am in.
Info:
http://hpaste.org/fastcgi/hpaste.fcgi/view?id=4144#a4144

[-- Attachment #2: Type: text/html, Size: 326 bytes --]

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

* Re: Help with assembling and linking via emacs under Windows.
  2009-04-24  0:15 Help with assembling and linking via emacs under Windows hask ellian
@ 2009-04-24  8:42 ` Nikolaj Schumacher
  0 siblings, 0 replies; 2+ messages in thread
From: Nikolaj Schumacher @ 2009-04-24  8:42 UTC (permalink / raw)
  To: hask ellian; +Cc: help-gnu-emacs

hask ellian <haskellian@gmail.com> wrote:

> http://hpaste.org/fastcgi/hpaste.fcgi/view?id=4144#a4144

It would be easier if you just send the code along.  Then we can quote
it in the answer.

> (concat "\masm32\bin\ml /c /Zd /coff "

You need to escape backslashes.

(concat "\\masm32\\bin\\ml /c /Zd /coff "



regards,
Nikolaj Schumacher




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

end of thread, other threads:[~2009-04-24  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24  0:15 Help with assembling and linking via emacs under Windows hask ellian
2009-04-24  8:42 ` Nikolaj Schumacher

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.