From owner-freebsd-questions Mon Apr 2 8:36:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id F355937B71E for ; Mon, 2 Apr 2001 08:36:36 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f32FaZb02929; Mon, 2 Apr 2001 11:36:35 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org, rdiazmartin@vivaldi.ddts.net Subject: Re: freebsd 4.1.1 and xemacs References: From: Lowell Gilbert Date: 02 Apr 2001 11:36:35 -0400 In-Reply-To: rdiazmartin@vivaldi.ddts.net's message of "1 Apr 2001 15:14:52 +0200" Message-ID: <44bsqfia9o.fsf@lowellg.ne.mediaone.net> Lines: 33 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rdiazmartin@vivaldi.ddts.net (Roberto Diaz) writes: > Hi.. > > xAt the end I found the problem and emacs is currently working.. I wanted > syntax highlighting without X so I was trying to install xemacs.. > > My surprise when I find that in the iso-image from 4.1.1 there are only > elist packages: > > xemacs-mule-common > xemacs-packages > xemacs-basic-mule-packages > > none of this packages contain the executable!! > > I've downloaded freebsd 4.1.1 from linuxiso.org (one single cd) where are > supposed to be the rest of the packages I need to fully install freebsd? The full set of packages is not included on single-disk images, because CDs don't have enough space for all of them. The latest packages are always available from the FreeBSD sites, but with an older release like yours there's no guarantee the package will work properly. Also, packages are compiled with X, so you won't be able to use the xemacs package unless you have X installed (you don't need to be running X, you just need the libraries). I recommend that you install the ports system (if you haven't already) and install xemacs from there. [Something like: # cd /usr/ports/editors/xemacs # make install clean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message