From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: (elisp) Text Terminal Colors doesn't know tty Date: Thu, 28 May 2009 12:01:08 +0200 Message-ID: References: <837i01slds.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1243504885 9209 80.91.229.12 (28 May 2009 10:01:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 May 2009 10:01:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 28 12:01:19 2009 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 1M9cQI-0002G6-J3 for ged-emacs-devel@m.gmane.org; Thu, 28 May 2009 12:01:18 +0200 Original-Received: from localhost ([127.0.0.1]:52690 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9cQI-0006TC-06 for ged-emacs-devel@m.gmane.org; Thu, 28 May 2009 06:01:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9cQB-0006T7-Pm for emacs-devel@gnu.org; Thu, 28 May 2009 06:01:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9cQB-0006Sv-1X for emacs-devel@gnu.org; Thu, 28 May 2009 06:01:11 -0400 Original-Received: from [199.232.76.173] (port=49242 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9cQA-0006Ss-O7 for emacs-devel@gnu.org; Thu, 28 May 2009 06:01:10 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.157]:13529) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9cQ9-0002Qg-D8; Thu, 28 May 2009 06:01:09 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e12so1561026fga.7 for ; Thu, 28 May 2009 03:01:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=V+X5OOD2YFWLpTG9Ff5sYNuEF4ZHdZbU8kzNZdaVBNI=; b=WWvmPKq5zfd6dNM1wynfK7rRML9mVC8fbNvL0mocUHZm4g5OELkzqHZGadr0KkwfTo mAFVn/DG/ewtujrl8J0oH2YfoE9s+MDEbQpM0paPda0iZviFSwMl7O9OMhnXOqTlaGZw 6h1BzevWdpzZ6WO9VxFkq1TvWCJPkNS14uMJY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=VolKWKUEtm0yAN8qUq/xq0gGq7Mn97HP1wjMcxG1BekmLIsjQSfYGDl1w9+w+eydqy FkTWj4rkJiz1IcRBAUXFJZNNX+SF55i1JX5EvyzDqoiIGxZjjyzlm8SLKeqJ86OXUQCB VP79TZcr1n9y4IMe9+0Rfi+1d8yNl/+5vG9+A= Original-Received: by 10.239.135.208 with SMTP id e16mr98706hbe.37.1243504868515; Thu, 28 May 2009 03:01:08 -0700 (PDT) In-Reply-To: <837i01slds.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:111141 Archived-At: On Thu, May 28, 2009 at 10:05 AM, Eli Zaretskii wrote: >> Date: Thu, 28 May 2009 05:21:54 +0200 >> From: Lennart Borgman >> >> Someone should learn it. > > Say, what? =C2=A0Could you please elaborate what is the problem with that > node? =C2=A0I'm afraid I don't understand. > > Thanks. Sorry, I should have written "multi tty". This part of the node looks wrong to me (but maybe I am wrong instead?): " These functions accept a display (either a frame or the name of a terminal) as an optional argument. We hope in the future to make Emacs support more than one text-only terminal at one time; then this argument will specify which terminal to operate on (the default being the selected frame's terminal; *note Input Focus::). At present, though, the FRAME argument has no effect."