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,8bc34e14e4555720 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-11 10:16:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: This is a simple question Date: Thu, 11 Oct 2001 17:16:30 +0000 (UTC) Organization: GMUGHDU Message-ID: <9q4k5e$m9u$1@a1-hrz.uni-duisburg.de> References: <9pk4t7$tbm$1@trog.dera.gov.uk> <87zo762rta.fsf@deneb.enyo.de> <9pkc0r$m5j$1@trog.dera.gov.uk> <9pkddm$afh$1@nh.pace.co.uk> <9pvdp5$8im$1@nh.pace.co.uk> <9q1lrp$e1q$1@nh.pace.co.uk> <9q4bv3$okv$1@nh.pace.co.uk> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1002820590 22846 134.91.4.34 (11 Oct 2001 17:16:30 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 11 Oct 2001 17:16:30 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:14300 Date: 2001-10-11T17:16:30+00:00 List-Id: In fact, you can use Ada/Emacs without ever touching the control key. Say you are on Windows or OS/2, you may use drag and drop. Of course you would have to know what folder icons on your desktop are for and that you can drag things into applications, which is not wide spread knowledge/usage AFAICT. There is a quite comprehensive Ada menu for your mouse. Marin David Condic wrote: : Explain to me why you can't build an : editor that has a "Compile"/Build"/"Link"/"Run" set of buttons and *also* : interprets ctrl-shift-alt-caps-lock-tab key sequences and a tricky command : line? With upcoming increased support of graphics facilities in GNU-Emacs (like those present in X-Emacs), you should not only have graphical menus, but also one-click "Run" buttons. : And I still don't see how you say to EMACS: "See that directory over there : full of Ada files? That's my project. Go open up my *project* and display : all the files on the left for me. Make sure I can click on the file of : interest and have it expand to show me all of the : functions/procedures/types/objects/whatever that are in it. That's the whole point of speedbar+ada-mode project files! That it doesn not have Smalltalk capabilities yet is another matter, but one can see this combination improving. Then there is outline-minor-mode, too much forgotten I think! : the end result would likely be an attrocity that : would be very off-putting to many PC developers used to seeing looking a : certain way. I am still angry having to get used to these down-cut UI habits transported to us from the MS "workability labs", myself coming from OS/2, Oberon, and Plan 9. "It just works the simple ways we have recently grown used to" will bring us back from houses to huts, as an analogy :-) (I find hurs O.K. in times, but... (Of course that goes for uninspired KDE tendencies as well.) (There was actual software for a document centered approach. Imagine that. Ada source code not restricted to plain monospaced documentation comments...(That has been tried (e.g. noweb), but you need a multi-syntax Editor... or some advanced document construction facility that allows integration of differently encoded programming project data (text, drawings, math, ...) Does such a beast exist?) : (Notepad : gets used by a *lot* of people even though it doesn't do much. What it : *does* do is obvious to any PC user - something EMACS lacks but might : possibly be able to have, had that been a design goal.) The only confusing thing in Emacs, if you look at it _without_ prior sympathy or disgrace or even knowledge, is, I think, that the File menu is not where it is on your average Win box. (On OS/2 I do get a system file open window, if I want one.) There is _sooo_ much consulting money you can make just on the grounds of users knowing things only by buttons. Sadly, this is observation, not a joke ... (I can provide details, if you wish) Georg