Skip to Content.
Sympa Menu

baslinux - Re: [BL] My BASIC Linux derivative SAMEL

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] My BASIC Linux derivative SAMEL
  • Date: Sat, 20 Oct 2007 22:07:53 +0300

On Sun, Oct 14, 2007 at 05:59:22PM +0200, Samir wrote:
> baslinux AT lists.ibiblio.org wrote:
> > Are there sites with other assembly-language linux programs than what is
> > in asmutils? Did you include e3pi as editor?
> >
>
> I included e3ws. You can rename it to e3pi or e3vi to get different style.

Don't rename (move) the binary - just symlink (or hardlink, as Steven
did in BL) it. e3 can act as several editors - vi, pico, emacs, nedit
or wordstar, depending on how it is called. So, to have all e3 modes
available in the system:

---
mv /usr/bin/e3ws /usr/bin/e3
for f in ws pi vi ne em; do ln -s /usr/bin/e3 /usr/bin/e3$f; done
---

Karolis




Archive powered by MHonArc 2.6.24.

Top of Page