Author Topic: Spell Check In Xemacs  (Read 2354 times)

Antikx

  • Hero Member
  • *****
  • Posts: 1147
    • View Profile
    • http://tyrannozaurus.com
Spell Check In Xemacs
« on: February 15, 2006, 02:22:22 pm »
I've installed XEmacs (to ext2 formatted SD) from the unstable feed and installed ftp so that it can download packages through Xemacs. I installed Ispell through Xemacs (looks like it got installed to SD card)  but it can't find ispell when I try to use it.

Should I be installing it to Z RAM? Do the packages need to be recompiled for the Z's CPU?
« Last Edit: February 15, 2006, 02:24:22 pm by Antikx »
Kanpai,
-Antikx (Twitter, Mugshot and PodNova)
C1000 - pdaXrom R198 (Celestial Environment)
tyrannozaurus.com
[img]http://www.tyrannozaurus.com/files/category_pictures/general_1.png\" border=\"0\" class=\"linked-sig-image\" /]
Zaurus news/blogs feed from Zaurus users
Free Windows, Linux, or Web RSS readers.
Featured pages at tyrannozaurus:
Sharp Petition, ScummVM, Cacko, pdaXii13, and Celestial Environment

pgas

  • Hero Member
  • *****
  • Posts: 1097
    • View Profile
    • http://
Spell Check In Xemacs
« Reply #1 on: February 15, 2006, 02:44:09 pm »
Quote
Should I be installing it to Z RAM? Do the packages need to be recompiled for the Z's CPU?

the elisp package is a front-end to  either ispell or aspell ( http://aspell.sourceforge.net/ ) , two unix utilities.
« Last Edit: February 15, 2006, 02:46:01 pm by pgas »
SLC-860 cacko / senao wifi

Antikx

  • Hero Member
  • *****
  • Posts: 1147
    • View Profile
    • http://tyrannozaurus.com
Spell Check In Xemacs
« Reply #2 on: February 15, 2006, 05:46:15 pm »
That makes sense I guess.
Has anyone compiled either of them for the Zaurus?
Is anyone using something else to do spell check in xemacs?
Kanpai,
-Antikx (Twitter, Mugshot and PodNova)
C1000 - pdaXrom R198 (Celestial Environment)
tyrannozaurus.com
[img]http://www.tyrannozaurus.com/files/category_pictures/general_1.png\" border=\"0\" class=\"linked-sig-image\" /]
Zaurus news/blogs feed from Zaurus users
Free Windows, Linux, or Web RSS readers.
Featured pages at tyrannozaurus:
Sharp Petition, ScummVM, Cacko, pdaXii13, and Celestial Environment

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
Spell Check In Xemacs
« Reply #3 on: February 15, 2006, 06:04:26 pm »
Quote
That makes sense I guess.
Has anyone compiled either of them for the Zaurus?
Is anyone using something else to do spell check in xemacs?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=114941\"][{POST_SNAPBACK}][/a][/div]

As much as I can confirm is they are both ARM friendly.

I have them both built and have ispell integrated with AbiWord.... on OpenBSD though

- Andy
« Last Edit: February 15, 2006, 06:04:46 pm by iamasmith »
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

Antikx

  • Hero Member
  • *****
  • Posts: 1147
    • View Profile
    • http://tyrannozaurus.com
Spell Check In Xemacs
« Reply #4 on: February 20, 2006, 03:12:57 pm »
Quote
Quote
That makes sense I guess.
Has anyone compiled either of them for the Zaurus?
Is anyone using something else to do spell check in xemacs?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=114941\"][{POST_SNAPBACK}][/a][/div]

As much as I can confirm is they are both ARM friendly.

[div align=\"right\"][a href=\"index.php?act=findpost&pid=114944\"][{POST_SNAPBACK}][/a][/div]

Sorry for my ignorance but do you mean that the binary is all ready compiled with ARM support, or they are easy to compile with ARM support?
Kanpai,
-Antikx (Twitter, Mugshot and PodNova)
C1000 - pdaXrom R198 (Celestial Environment)
tyrannozaurus.com
[img]http://www.tyrannozaurus.com/files/category_pictures/general_1.png\" border=\"0\" class=\"linked-sig-image\" /]
Zaurus news/blogs feed from Zaurus users
Free Windows, Linux, or Web RSS readers.
Featured pages at tyrannozaurus:
Sharp Petition, ScummVM, Cacko, pdaXii13, and Celestial Environment

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
Spell Check In Xemacs
« Reply #5 on: February 21, 2006, 11:54:34 am »
Quote
Quote
Quote
That makes sense I guess.
Has anyone compiled either of them for the Zaurus?
Is anyone using something else to do spell check in xemacs?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

As much as I can confirm is they are both ARM friendly.

[div align=\"right\"][a href=\"index.php?act=findpost&pid=114944\"][{POST_SNAPBACK}][/a][/div]

Sorry for my ignorance but do you mean that the binary is all ready compiled with ARM support, or they are easy to compile with ARM support?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=115477\"][{POST_SNAPBACK}][/a][/div]

Some short sighted programming practices assume that software will...

1. Only run on Linux and not other Posix based systems.

2. Only run on i386 or some specific architecture and may...

i. Use assembler instructions for performance without providing a non optimised version using plain C/C++ or whatever.
ii. Not explicitely cast certain types in C where differences in the architecture or compiler implementation either exists or is traditional. It is not strictly defined in the gcc specificatioin if declaring a value as char alone specifies a signed char or an unsigned char, i386 defaults to signed whereas ARM defaults to unsigned. see [a href=\"http://www.arm.linux.org.uk/docs/faqs/signedchar.php]http://www.arm.linux.org.uk/docs/faqs/signedchar.php[/url] for an example.

So ARM friendly I class as satisfying point 2, ispell and aspell will also compile on non Linux systems without too much 'jiggery-pokery' too

- Andy
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card