From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: color depth on Windows Date: Thu, 18 Oct 2007 10:35:59 +0200 Message-ID: References: <1192635597.792556.308640@k35g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1192696598 17251 80.91.229.12 (18 Oct 2007 08:36:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2007 08:36:38 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Maciej Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 18 10:36:38 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IiQrp-00019X-UK for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Oct 2007 10:36:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiQri-0000gm-Hc for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Oct 2007 04:36:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiQrM-0000ft-C4 for help-gnu-emacs@gnu.org; Thu, 18 Oct 2007 04:36:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiQrJ-0000df-LM for help-gnu-emacs@gnu.org; Thu, 18 Oct 2007 04:36:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiQrJ-0000dY-IC for help-gnu-emacs@gnu.org; Thu, 18 Oct 2007 04:36:01 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiQrI-0004ZK-Ut for help-gnu-emacs@gnu.org; Thu, 18 Oct 2007 04:36:01 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so120098wah for ; Thu, 18 Oct 2007 01:35:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Mgjf64sOf+gZfXtcaxdqrPaMP8qTlleB7UFFOVjzbsY=; b=IxSBqWxE1BYc0SikqbfkPswZXlsO3J/yPxr1DKDjFF38acZZWBk2U58oQaL3EM9Ew24KbOaqVMasQ/BRsu5lZKivb43HbGsnlMiXvr5bgo266jgnLHJqc5FUXCwuALrOOHU0d6ZHoSNYUafSakqsABHKtDovZRvHhsvhkmJ1bo4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SoVdr9kfahm2FIPRFijKTAG/HFuZ5ZAD9FvxHdaHvwJeYDKPHo+Igo3rLTePqZX3mq5YXbuyvYcIxN8CNYPocy0F+VO9KkoZFO3Kijgie+6uUrrjZaYl5ysQN/+laLTMyQbzXiFZ4plmtJFFTjSvlF9+AeHb21MxnugDO6tjC3M= Original-Received: by 10.115.49.16 with SMTP id b16mr146756wak.1192696559421; Thu, 18 Oct 2007 01:35:59 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Thu, 18 Oct 2007 01:35:59 -0700 (PDT) In-Reply-To: <1192635597.792556.308640@k35g2000prh.googlegroups.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48522 Archived-At: On 10/17/07, Maciej wrote: > How can I get Emacs to come up in non-"low color" mode? You surely lack the image libraries (which are not included in the standard distribution). They can be downloaded from GnuWin32 (http://gnuwin32.sourceforge.net). Take a look at http://ourcomments.org/Emacs/w32-build-emacs.html#imagesupport At that site you can also download a prebuilt binary for Windows (including the image libraries), with some changes with respect to the standard distribution. I personally don't like some of the changes, but many Windows users seem to consider them quite useful. Juanma