From owner-freebsd-questions@FreeBSD.ORG Tue Apr 1 23:58:43 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCCA4106564A for ; Tue, 1 Apr 2008 23:58:43 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id 3DDAE8FC21 for ; Tue, 1 Apr 2008 23:58:42 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m31Nwa436897; Tue, 1 Apr 2008 16:58:36 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id XAA01906; Tue, 1 Apr 2008 23:56:43 GMT Message-Id: <200804012356.XAA01906@sopwith.solgatos.com> To: Giorgos Keramidas In-reply-to: Your message of "Wed, 02 Apr 2008 01:59:53 +0300." <87myod6v12.fsf@kobe.laptop> Date: Tue, 01 Apr 2008 16:56:43 +0100 From: Dieter Cc: freebsd-questions@FreeBSD.org Subject: Re: How to I turn off the colors in emacs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 23:58:43 -0000 > But this doesn't start Emacs in `no colors should be used at all' mode. > If you want to do that, you can fire up Emacs with: > > emacs --color=no That got rid of the black-on-black invisible ink, thanks.