home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / emacs / 3055 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.9 KB

  1. Xref: sparky comp.emacs:3055 comp.editors:2178 gnu.gcc.help:2089 comp.os.ms-windows.programmer.tools:907 gnu.emacs.help:4042
  2. Newsgroups: comp.emacs,comp.editors,gnu.gcc.help,comp.os.ms-windows.programmer.tools,gnu.emacs.help
  3. Path: sparky!uunet!cs.utexas.edu!convex!news.oc.com!utacfd.uta.edu!rwsys!gtenext1!mgx!thite
  4. From: thite@micrografx.com
  5. Subject: Re: Emacs under MS-Windows (was: MicroEMACS under GUI - what&where?)
  6. Message-ID: <1992Sep8.190717.450@micrografx.com>
  7. Organization: Micrografx, Inc.
  8. X-Newsreader: Tin 1.1 PL5
  9. References: <WEISMAN.92Sep1191748@macaroni.osf.org>
  10. Date: Tue, 8 Sep 92 19:07:17 GMT
  11. Lines: 34
  12.  
  13. Dave Weisman (weisman@osf.org) wrote:
  14. : Mirco writes:
  15. :     Now I heard of other versions of MicroEMACS for
  16. :     window-orientated enviroments (MS Windows, XWindows, ...). Up to
  17. :     now I haven't discovered yet which versions do exist or where to
  18. :     get them. 
  19. : I've been a very, very happy demacs user for some time now.  Some
  20. : of my current work is under MS-Windows and unfortunately demacs
  21. : doesn't work in that model.  It's not just that demacs isn't
  22. : written as a typical Windows program, but it also doesn't run
  23. : under a Windows/DOS session.  (The specific problem is that a
  24. : Windows/DOS session supports DPMI, but demacs/go32 likes VCPI.)
  25. : Has anyone researched what's necessary to either port GO32 to
  26. : DPMI, or, take a deep breath, do a real emacs port to Windows?
  27.  
  28. GO32 can't run until DPMI 1.0 is supported by Windows.  No DPMI 1.0
  29. server is available.  Windows supports/presents DPMI 0.9xxx
  30.  
  31. The only option I see to get what you want is to DJGPP to compile
  32. to the a.out file and load that a.out file yourself via some tricks
  33. and techniques with the WINMEM32.DLL provided with the SDK.  Others
  34. (including myself) have done this.  If I had permission, I'd post
  35. the way I do this, but Micrografx currently owns what I do.
  36.  
  37. I do understand there is a MEM32 lib someone else did is available
  38. on the net.
  39.  
  40. Tom Hite
  41. thite@micrografx.com
  42.  
  43.