Sujet : Re: Oldie but goodie: 1"x1" CP/M system
De : wNOSPAMp (at) *nospam* gmail.org (pH)
Groupes : comp.os.cpmDate : 10. Jul 2024, 01:27:37
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6kkhp$1j9am$1@dont-email.me>
References : 1 2
User-Agent : slrn/1.0.3 (Linux)
On 2024-07-04, Jack Strangio <
jackstrangio@yahoo.com> wrote:
pH <wNOSPAMp@gmail.org> writes:
cp/m lives on for me, though, in the Joe editor for Linux in the jstar
incarnation.
Yeah. I was imprinted with WordStar in the mid 1980s. I've used it ever
since, both when I use it onCP/M for programming and also on Linux with
jstar. I even renamed 'jstar' to 'ws'.
>
One of my first tasks with a new install is to install 'joe' and then
to run 'fix.joe':
>
#!/bin/bash
# jvs script 2009
#
#changes joe's jstar options to ws
#
cd /usr/bin
sudo cp joe ws
cd /etc/joe
sudo cp jstarrc wsrc
# fixes crontab editorrc (for root) to be same as jstar
mv editorrc editorrc.000
ln -s jstarrc editorrc
>
>
Regards,
>
Jack
Cool.
Yes, that is one of the first things I install after an upgrade.
That and install a bunch of my aliaes and keybindings...C-Y = delete line,
for example.
pH in Aptos