Deutsch   English   Français   Italiano  
<vf6i1n$1rb$2@reader1.panix.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!panix!.POSTED.spitfire.i.gajendra.net!not-for-mail
From: cross@spitfire.i.gajendra.net (Dan Cross)
Newsgroups: comp.os.vms
Subject: Re: VI* on VMS
Date: Mon, 21 Oct 2024 21:45:27 -0000 (UTC)
Organization: PANIX Public Access Internet and UNIX, NYC
Message-ID: <vf6i1n$1rb$2@reader1.panix.com>
References: <87zfn4p2ul.fsf@lucy.meyer21c.net> <vepeji$274a1$1@dont-email.me> <ver0dk$2ohfg$1@dont-email.me> <lnnf0sFlfgnU2@mid.individual.net>
Injection-Date: Mon, 21 Oct 2024 21:45:27 -0000 (UTC)
Injection-Info: reader1.panix.com; posting-host="spitfire.i.gajendra.net:166.84.136.80";
	logging-data="1899"; mail-complaints-to="abuse@panix.com"
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
Originator: cross@spitfire.i.gajendra.net (Dan Cross)
Bytes: 1826
Lines: 27

In article <lnnf0sFlfgnU2@mid.individual.net>,
bill  <bill.gunshannon@gmail.com> wrote:
>On 10/17/2024 8:37 AM, Simon Clubley wrote:
>> On 2024-10-16, Chris Townley <news@cct-net.co.uk> wrote:
>>>
>>> Why would anyone want use vi, or vim on VMS?
>>>
>> 
>> VI on VMS is just about using what you already know IMHO, in the same
>> way as I enable EDT keypad mapping in emacs.
>> 
>>> What is wrong with eve/tpu? or even LSE?
>>>
>> 
>> However, when it comes to emacs, it does a _lot_ that EVE does not do.
>> For one simple but very important example, you have brace matching in
>> emacs so you can easily check the closing brace matches the correct
>> opening brace.
>
>Which is great if your writing C programs.  But of little value for
>anything else.

Brace matching generalizes to parenthesis matching, or any paired
symbols with an "open" character and a "close" character: <>, [],
etc.  Parenthesis matching is very useful for e.g. Lisp.

	- Dan C.