From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sness Newsgroups: gmane.emacs.devel Subject: emacs 23 and urxvt Date: Sat, 12 Jan 2008 21:53:08 -0800 Message-ID: <7f7f86440801122153j5bd6afc9vbd2a037cf447a4d9@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200237651 3255 80.91.229.12 (13 Jan 2008 15:20:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Jan 2008 15:20:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 13 16:21:12 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JE4e3-0007Q6-JI for ged-emacs-devel@m.gmane.org; Sun, 13 Jan 2008 16:21:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JE4df-0003Hy-Ah for ged-emacs-devel@m.gmane.org; Sun, 13 Jan 2008 10:20:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDvmR-0002Ui-Qr for emacs-devel@gnu.org; Sun, 13 Jan 2008 00:53:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDvmQ-0002TB-Jw for emacs-devel@gnu.org; Sun, 13 Jan 2008 00:53:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDvmQ-0002T1-FT for emacs-devel@gnu.org; Sun, 13 Jan 2008 00:53:10 -0500 Original-Received: from py-out-1112.google.com ([64.233.166.178]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDvmQ-0002Gs-TX for emacs-devel@gnu.org; Sun, 13 Jan 2008 00:53:11 -0500 Original-Received: by py-out-1112.google.com with SMTP id u52so1812515pyb.1 for ; Sat, 12 Jan 2008 21:53:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=lpYMtMAwzPywHRy1ONc4BX5LA9Jtacemkv7gP01oLTk=; b=CO7lO18TmEQjS644wTQbA1g6MYBTPLCUzr8qzFmIoCUjBsh+r5n1luq5LiPFfG8q6gSODEpQGwjqdR0mnoPNpUJAtsJ+pp+araZ/12qKt3w8lfTmyFxi/XvvuYYoLTA8NQREh+ALbuSqWUKrAX5ZZMjm9J8eLAKzGpsi15sG25A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=wUETKg/pmCmAneb+MrqxePz7IpzTD3mONcD9mp/iCZOutmNKn/nKDaWNJMvS1tvTrYIarnnx0NOW/EmKSo13h1qzdmXiB9t/keFjnMpu48qoJ5HjMrtn8O9TZX0oQexlTOyCZ0TFXQiBClj/zsq2Q/qsL0eurcfz9xh8HwsbPP4= Original-Received: by 10.64.91.15 with SMTP id o15mr11139360qbb.57.1200203588830; Sat, 12 Jan 2008 21:53:08 -0800 (PST) Original-Received: by 10.64.183.16 with HTTP; Sat, 12 Jan 2008 21:53:08 -0800 (PST) Content-Disposition: inline X-Google-Sender-Auth: 46cd80d702429965 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sun, 13 Jan 2008 10:20:40 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86840 Archived-At: Hi, I am trying to get emacs 23 to display color text on a urxvt terminal. I compiled emacs with "--without-x". When I start emacs in a gnome-terminal, I see all the normal colors, but when I use urxvt, I only see the colors black and blue. Moreover, when I use the old "multi-tty" emacs, I see a long list of available urxvt colors (e.g. "color-42"), but only see 8 possible choices with emacs 23. Any hints as to what I'm doing wrong? yours, Steven.