From owner-freebsd-ports@FreeBSD.ORG Fri Aug 20 14:02:55 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D91C16A4CE for ; Fri, 20 Aug 2004 14:02:55 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1540743D55 for ; Fri, 20 Aug 2004 14:02:55 +0000 (GMT) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: (qmail 2399 invoked from network); 20 Aug 2004 14:02:54 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Aug 2004 14:02:54 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 117887D; Fri, 20 Aug 2004 10:02:54 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-ports@freebsd.org References: <20040819172730.GB4975@alexandr.fdns.net> <44u0uz89kk.fsf@be-well.ilk.org> <20040820114523.GA7430@alexandr.fdns.net> From: Lowell Gilbert Date: 20 Aug 2004 10:02:53 -0400 In-Reply-To: <20040820114523.GA7430@alexandr.fdns.net> Message-ID: <443c2huctu.fsf@be-well.ilk.org> Lines: 30 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Alexandr Subject: Re: Problem with emacs(haven't .emacs) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 14:02:55 -0000 Don't top-post, please. Alexandr writes: > On Thu, Aug 19, 2004 at 10:51:55AM -0400, Lowell Gilbert wrote: > > Alexandr writes: > > > > > When I wrote in shell: > > > >emacs > > > > > > I give : > > > Warning: Color name "black" is not defined > > > Fatal error (11).Segmentation fault (core dumped) > > > > > > I have emacs19,20,21 This messages I get with all off them... > > > > > > What I must do??? > > > > At a wild guess, you have a .emacs file in your home directory which > > is causing the problem; remove it or remove the color references in it... > I haven't .emacs in my home directory. > I have this problem long time and did no know what can I do. I reinstall my system, but this did help me. Try starting emacs with the -q option. If that does not make any difference, try the --no-site-file option as well as -q. If one of those helps, that should point at the problem. [If you didn't install emacs from a port or package, do that.]