Author Topic: Emacs And Clisp Packages  (Read 5125 times)

jjorgens

  • Newbie
  • *
  • Posts: 4
    • View Profile
Emacs And Clisp Packages
« on: September 03, 2005, 12:34:48 pm »
Please find ipkgs for a console emacs (no x11 or qtopia yet) and clisp at http://www.2gn.com/~jjorgens/zaurus/feed/

For those who are unfamiliar with these packages, here are some brief descriptions.

emacs is an editor that contains a lisp interpreter, mail/news reader, IDE (for many languages), and optionally a web browser. This package is not GUIfied, so you should simply run emacs in a terminal window. It is a very large package compared to other zaurus packages, so make sure you have room before installing it. This build installs in /usr/local which is probably ill-behaved. This package requires libncurses4, although it is not in the dependencies list.

clisp is a common lisp implementation. It seems to be fairly ANSI Common Lisp compliant. This clisp package requires libreadline5 (which is also in the feed).

These packages were compiled on my SL-C3000 with no special flags. Both packages run fine on my zaurus with its big disk, but I don't claim that it will run properly on any other zaurus. That said, if you run these packages, please let me know how you fared.

andrewmaier

  • Newbie
  • *
  • Posts: 26
    • View Profile
    • http://www.andrew.maier.name
Emacs And Clisp Packages
« Reply #1 on: October 05, 2005, 06:40:57 am »
Cool,

I was just going to compile clisp myself. when I discovered your posting. Thanks for the packages.

Andrew

astrodelgato

  • Newbie
  • *
  • Posts: 2
    • View Profile
Emacs And Clisp Packages
« Reply #2 on: October 11, 2005, 04:45:22 pm »
Thanks for the packages!

Has anyone figured out how to get font-lock to work with console Emacs on the Z? It seems to only do things like underline or inverse video. I can't get more colors. I've tried Terminal and Qkonsole, both of which can display a variety of colors when I 'ls'.

astrodelgato

  • Newbie
  • *
  • Posts: 2
    • View Profile
Emacs And Clisp Packages
« Reply #3 on: October 13, 2005, 09:28:18 pm »
I added

Code: [Select]
export TERM=linux
to /home/zaurus/.bashrc and now I have pretty colors in Emacs.