From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Konrad Podczeck Newsgroups: gmane.emacs.devel Subject: ns-popup-color-panel Date: Tue, 17 Apr 2018 00:40:53 +0200 Message-ID: <16258D48-9821-41D1-95B9-4B1F55A3A364@univie.ac.at> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1523918355 25461 195.159.176.226 (16 Apr 2018 22:39:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 16 Apr 2018 22:39:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 17 00:39:11 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f8CmE-0006Vi-BO for ged-emacs-devel@m.gmane.org; Tue, 17 Apr 2018 00:39:10 +0200 Original-Received: from localhost ([::1]:49243 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8CoK-0006W8-VT for ged-emacs-devel@m.gmane.org; Mon, 16 Apr 2018 18:41:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8Co8-0006Ts-VE for emacs-devel@gnu.org; Mon, 16 Apr 2018 18:41:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8Co5-0006Yp-O4 for emacs-devel@gnu.org; Mon, 16 Apr 2018 18:41:08 -0400 Original-Received: from grace.univie.ac.at ([2001:62a:4:25::25:115]:57992) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f8Co5-0005hV-B7 for emacs-devel@gnu.org; Mon, 16 Apr 2018 18:41:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=univie.ac.at; s=rev2; h=To:Date:Message-Id:Subject:Mime-Version: Content-Transfer-Encoding:Content-Type:From:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=XqyrWoNmsAys8idB6SbFsvYXxhNyIxajnTuxCVhWdy0=; b=rve/TyXA4t9md+rOrBF70xHggJ cb+FihokpW60KMvzuyNyAz2o0e8ymSpJjJuo0C6r5KFPviXPtLaLwm528NFamDytKMYKLZjj8zWEH W/t1jK1QNHHGAV5IGGzNh4Kk+m+u8OqcQ270WuZeJs+hSc04q294fYXmkLGnbIawZTZg=; Original-Received: from justin.univie.ac.at ([131.130.3.111] helo=justin.univie.ac.at) by grace.univie.ac.at with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1f8Cnz-0005XL-Bx for emacs-devel@gnu.org; Tue, 17 Apr 2018 00:40:59 +0200 Original-Received: from 217-149-168-75.nat.highway.telekom.at ([217.149.168.75] helo=[10.0.0.4]) by justin.univie.ac.at with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1f8Cnz-0007w3-6X for emacs-devel@gnu.org; Tue, 17 Apr 2018 00:40:59 +0200 X-Mailer: Apple Mail (2.3445.6.18) X-Univie-Virus-Scan: scanned by ClamAV on justin.univie.ac.at X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 2001:62a:4:25::25:115 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:224695 Archived-At: The Emacs manual that comes with the recent 26.1 pretest promises: "You can bring up a color panel with =E2=80=98M-x = ns-popup-color-panel=E2=80=99 and drag the color you want over the Emacs face you want to change. Normal dragging will alter the foreground color. Shift dragging will alter the background color=E2=80=9C However, while ns-popup-color-panel works, dragging a color to an Emacs = frame fails to give the promised result. (NB, it works, as promised, in the Aquamacs version of Emacs) Konrad Podczeck=