From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,be23df8e7e275d73 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-13 08:34:14 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: file13@qlippoth.zzn.com (file13) Newsgroups: comp.lang.ada Subject: Re: GLIDE Date: 13 Jul 2001 08:26:26 -0700 Organization: http://groups.google.com/ Message-ID: <28d8936a.0107130726.1351ffbb@posting.google.com> References: <0zS27.187213$DG1.31590366@news1.rdc1.mi.home.com> <3B4C65F5.B304D12A@earthlink.net> <9ihvff$l7i$1@nh.pace.co.uk> <9ikab1$fo2$1@nh.pace.co.uk> <3B4DB934.78DE7575@earthlink.net> <3B4E582D.BA0FAC63@acm.org> NNTP-Posting-Host: 210.253.2.49 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 995037986 4195 127.0.0.1 (13 Jul 2001 15:26:26 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 13 Jul 2001 15:26:26 GMT Xref: archiver1.google.com comp.lang.ada:9911 Date: 2001-07-13T15:26:26+00:00 List-Id: you can get the GLIDE tarball here: ftp://cs.nyu.edu/pub/gnat/3.13p/glide-3.13p-src.tgz (winzip can open this) GLIDE is an add on for GNU emacs which you can get at ftp://ftp.sunet.se/pub/os/Win32/ntEmacs/latest/ you'll probably want the fullbin binary version. then you just have to tweak the startup script a bit--RTFM :) me glide.bat looks like this. --------------------------- @echo off set GLIDE_BASE=c:/emacs set GLIDE_DIR=%GLIDE_BASE%/site-lisp start /b /Wait %GLIDE_BASE%/bin/glideint %GLIDE_DIR% %GLIDE_BASE%/bin/emacs.exe -platform %1 %2 %3 %4 %5 %6 %7 %8 %9 --------------------------- enjoy. file13 http://haxor.redcommandos.com/~file13/ Jeffrey Carter wrote in message news:<3B4E582D.BA0FAC63@acm.org>... > "Marc A. Criley" wrote: > > [good things about GLIDE] > > OK, you've sold me. Where can I get GLIDE ready to run on Win98? I've > looked but not found such a beast.