WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: porting xemacs  (Read 2081 times)

Offline kevinfish

  • Jr. Member
  • **
  • Posts: 72
porting xemacs
« on: March 19, 2010, 01:11:08 AM »
I'm trying to build an xemacs extension.  I'm wondering if anyone has any feedback on which options should be included, excluded, and why?

   Xaw3d, XPM, JPEG, compface, PNG, zlib, GNU DBM, Berkeley DB, socks,
   term, NAS, Canna, Kinput2, SJ3, Wnn, PostgreSQL, LDAP

Also see the attached install file.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: porting xemacs
« Reply #1 on: March 19, 2010, 01:47:10 AM »
Kinput2, SJ3 and Wnn are for Japanese input. If you do not have a Japanase system you can exclude. LDAP is for centralised authentication, not needed in a TC environment. PostgreSQL SQL server is not available as an extension so forget it.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Pats

  • Sr. Member
  • ****
  • Posts: 322
Re: porting xemacs
« Reply #2 on: March 19, 2010, 03:14:24 AM »
Xemacs PostgreSQL support requires linking to the PostgreSQL libpq lib. May be this can be of your interest :
http://xemacs.org/Documentation/beta/html/lispref_62.html

Hope this helps !

~ Pats