From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: hask ellian Newsgroups: gmane.emacs.help Subject: Help with assembling and linking via emacs under Windows. Date: Fri, 24 Apr 2009 02:15:59 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=00163662e5c6af3e82046841e6de X-Trace: ger.gmane.org 1240548671 29900 80.91.229.12 (24 Apr 2009 04:51:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Apr 2009 04:51:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 24 06:52:28 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LxDOX-000101-WD for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Apr 2009 06:52:14 +0200 Original-Received: from localhost ([127.0.0.1]:56816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxDN9-0003RF-1T for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Apr 2009 00:50:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lx95N-0004q0-Ik for help-gnu-emacs@gnu.org; Thu, 23 Apr 2009 20:16:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lx95I-0004op-Da for help-gnu-emacs@gnu.org; Thu, 23 Apr 2009 20:16:08 -0400 Original-Received: from [199.232.76.173] (port=38736 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lx95I-0004ol-73 for help-gnu-emacs@gnu.org; Thu, 23 Apr 2009 20:16:04 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:57634) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lx95H-0008AA-La for help-gnu-emacs@gnu.org; Thu, 23 Apr 2009 20:16:03 -0400 Original-Received: from mail-fx0-f169.google.com ([209.85.220.169]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lx95F-0005X1-SC for help-gnu-emacs@gnu.org; Thu, 23 Apr 2009 20:16:02 -0400 Original-Received: by fxm17 with SMTP id 17so898902fxm.42 for ; Thu, 23 Apr 2009 17:15:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=uXiiHJqAD0sJ1NWDgIX3AtetGNejvdVmJBlSEIpVYgA=; b=ckLbae3R6UTzywhvpXqcgV+NcJUGHFF/+djmOP7ePjcSB3LLiRTAWikBN2yndBfGD4 FLxV7foZLDWodyXeHfElj2I1V4eOpGzrzptUwV5cpBsogfKVqTnr44o59zocILSOMi99 CjBdqWq5BmoNJajgPsgj/PL3YCAzKD7el2Wps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jdO3GfTvXyzLIOoNIk04YOuH/jESVQfLYmTJaq3DzZ4wJH7hETS+sU1jddxgk82QFc EaJuHGzLJw1zE6N1pVyZjfkAn9JqoduSHzfZfPZwH1Zhhad3XC8p5xjpVOgJ9GZlmcdp YCFDITtrRFZO7NYmIWCtooShsV61lpg5PcbIE= Original-Received: by 10.204.102.14 with SMTP id e14mr1429267bko.183.1240532159181; Thu, 23 Apr 2009 17:15:59 -0700 (PDT) X-detected-kernel: by mx20.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Fri, 24 Apr 2009 00:49:15 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63998 --00163662e5c6af3e82046841e6de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 --00163662e5c6af3e82046841e6de Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm trying to write a function to assemble and link masm32 under window= s vista using emacs.
But I don't seem to be able run the command fro= m the directory I am in.
Info:
http://hpaste.org/fastcgi/hpaste.fcgi/view= ?id=3D4144#a4144

--00163662e5c6af3e82046841e6de--