From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Goldman Newsgroups: gmane.emacs.help Subject: Re: modeline colors in emacs 24.2.1 Date: Thu, 06 Dec 2012 09:03:11 -0500 Message-ID: References: <50BF1D5E.7080701@pobox.com> <8338zkqxg7.fsf@gnu.org> <83txs0p5fj.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1354802633 12982 80.91.229.3 (6 Dec 2012 14:03:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2012 14:03:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 06 15:04:04 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tgc3W-00022q-Jd for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Dec 2012 15:04:03 +0100 Original-Received: from localhost ([::1]:44354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tgc3K-0005O8-Jc for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Dec 2012 09:03:50 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tgc36-0005M2-Qs for help-gnu-emacs@gnu.org; Thu, 06 Dec 2012 09:03:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tgc30-0003Ki-V0 for help-gnu-emacs@gnu.org; Thu, 06 Dec 2012 09:03:36 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:40290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tgc30-0003Kb-OS for help-gnu-emacs@gnu.org; Thu, 06 Dec 2012 09:03:30 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tgc38-0001cV-Ga for help-gnu-emacs@gnu.org; Thu, 06 Dec 2012 15:03:38 +0100 Original-Received: from yktgi01e0-s4.watson.ibm.com ([129.34.20.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Dec 2012 15:03:38 +0100 Original-Received: from kgoldman by yktgi01e0-s4.watson.ibm.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Dec 2012 15:03:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: yktgi01e0-s4.watson.ibm.com User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 In-Reply-To: <83txs0p5fj.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88059 Archived-At: On 12/5/2012 4:14 PM, Eli Zaretskii wrote: >> From: Ken Goldman >> Date: Wed, 05 Dec 2012 15:56:55 -0500 >> >>> What does x-display-color-cells return on that remote desktop? >> >> M-x x-display-color-cells says (no match) > > It's not a command, it's a function. Try > > M-: (x-display-color-cells) RET > > Debugger entered--Lisp error: (void-variable x-display-color-cells) eval(x-display-color-cells nil) eval-expression(x-display-color-cells nil) call-interactively(eval-expression nil nil) On a local platform, I get a similar, but not exactly the same, response.