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: Do Re Mi (was: Q on Text Properties popup menu -shouldn'titusethepointerposition, not the cursor position?) Date: Wed, 29 Jun 2005 10:47:06 +0200 Message-ID: <4618543461f7bb.461f7bb4618543@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1120037685 26121 80.91.229.2 (29 Jun 2005 09:34:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2005 09:34:45 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 29 11:34:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnYxH-0000Jl-6G for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 11:34:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnZ5H-00074B-3N for ged-emacs-devel@m.gmane.org; Wed, 29 Jun 2005 05:42:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnYdb-0002Gx-1K for emacs-devel@gnu.org; Wed, 29 Jun 2005 05:13:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnYd4-0001Yt-2F for emacs-devel@gnu.org; Wed, 29 Jun 2005 05:13:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnYRW-000887-VH for emacs-devel@gnu.org; Wed, 29 Jun 2005 05:01:16 -0400 Original-Received: from [130.235.208.46] (helo=piraten.student.lu.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DnYIT-0001zb-Sb; Wed, 29 Jun 2005 04:51:54 -0400 Original-Received: from net.lu.se (localhost [127.0.0.1]) by piraten.student.lu.se (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0IIU00ME48EIEW@piraten.student.lu.se>; Wed, 29 Jun 2005 10:47:06 +0200 (MEST) Original-Received: from [212.209.42.132] by piraten.student.lu.se (mshttpd); Wed, 29 Jun 2005 10:47:06 +0200 Original-To: rms@gnu.org X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.14 (built Mar 18 2003) Content-language: sv Content-disposition: inline X-Accept-Language: sv Priority: normal 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:39877 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39877 From: "Richard M. Stallman" > To change more than one color component at the same > time, it's better to have an interface that shows a color > space, such as in > the Word dialog box. > > That sounds plausible. I wonder if that could be programmed in Emacs > Lisp. Also, some toolkits may have a widget for doing this job, > and maybe Emacs could invoke it somehow. There is code for this in GIMP of course. W32 has a common dialog for this (which is not as good as what GIMP offers).