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,4d85dafcfa1dcde6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-14 09:23:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!212.74.64.35!colt.net!kibo.news.demon.net!news.demon.co.uk!demon!pipehawk.demon.co.uk!not-for-mail From: john.nospam@nospamassen.nospamdemon.co.uk (John McCabe) Newsgroups: comp.lang.ada Subject: Re: GPS - A new kind of IDE? Date: Tue, 14 May 2002 16:24:28 GMT Message-ID: <3ce139e9.30723217@news.demon.co.uk> References: <9Y1A8.25350$D%5.3478@sccrnsc01> <5ee5b646.0205061352.456c075a@posting.google.com> <3cd7b506.11293318@news.demon.co.uk> <3CDB2F01.78B66E87@adaworks.com> <5ee5b646.0205100519.7b3b221f@posting.google.com> <3ce0d415.4655263@news.demon.co.uk> <5ee5b646.0205140616.1e934293@posting.google.com> NNTP-Posting-Host: pipehawk.demon.co.uk X-NNTP-Posting-Host: pipehawk.demon.co.uk:158.152.226.81 X-Trace: news.demon.co.uk 1021393360 nnrp-13:2676 NO-IDENT pipehawk.demon.co.uk:158.152.226.81 X-Complaints-To: abuse@demon.net X-Newsreader: Forte Free Agent 1.21/32.243 Xref: archiver1.google.com comp.lang.ada:24033 Date: 2002-05-14T16:24:28+00:00 List-Id: On 14 May 2002 07:16:14 -0700, dewar@gnat.com (Robert Dewar) wrote: >john.nospam@nospamassen.nospamdemon.co.uk (John McCabe) wrote in message news:<3ce0d415.4655263@news.demon.co.uk>... >> On Fri, 10 May 2002 15:18:03 GMT, Rajat Datta >> wrote: >> >> >Well, given--from what little we know--that the editor component is >> >replaceable with emacs >> >> But will you lose any functionality by using Emacs instead of the >> integral editor? E.g, with Visual C++ you can use Emacs, but you lose >> tons of the functionality unless you start running VisEmacs with it. > >Given that GPS is intended as a major upgrade for current GLIDE users, >who of course are used to EMACS, I think you can safely assume the >answer to this one. I don't like to assume anything :-) but if I can assume that setting breakpoints in the debugger etc from Emacs is supported, and jumping to error line then I would be very happy. >The architecture is quite open and can support >multiple editors with full functionality. The trouble with Visual C++ >is that it is a closed architecture, so of course it is much harder >to integrate other editors fully. This is very true.