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,1e4bb63e08046e1a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-26 04:34:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: is exception when others => null; smart? Date: Sat, 26 Oct 2002 11:34:01 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1035632041 9135 129.241.83.78 (26 Oct 2002 11:34:01 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Sat, 26 Oct 2002 11:34:01 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:30153 Date: 2002-10-26T11:34:01+00:00 List-Id: Dennis Lee Bieber wrote: > I have Mandrake, and vim seems to already have an Ada mode... Oh? You are not refering to that it has Ada support for syntax highlighting and indentation? What I'm making are templates so that by pressing[*] f.ex \aP will inserted the text below after asking for a package name: package Package_Name is end Package_Name; and put the cursor between the two lines. After making all the templates and also support for commenting/uncommenting blocks I will release a version. Then my plan is to develope some glue (if needed) with other very useful scripts that exists for vim. Examples are: http://vim.sourceforge.net/script.php?script_id=69 http://vim.sourceforge.net/script.php?script_id=31 http://vim.sourceforge.net/script.php?script_id=294 http://vim.sourceforge.net/script.php?script_id=42 http://vim.sourceforge.net/script.php?script_id=39 http://vim.sourceforge.net/script.php?script_id=21 http://vim.sourceforge.net/script.php?script_id=58 http://vim.sourceforge.net/script.php?script_id=273 For more scripts and tips see: http://vim.sf.net/ _____________________________________________________________ [*] The keybindings will all be configurable for the user. Regards, Preben -- Vim the winner of "Favorite Text Editor" category in the 2002 Readers' Choice Awards of the Linux Journal.