From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: foreground menu bug Date: Wed, 15 Jun 2005 07:16:04 +0200 (CEST) Message-ID: <20050615.071604.11389732.wl@gnu.org> 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 1118820795 15371 80.91.229.2 (15 Jun 2005 07:33:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2005 07:33:15 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 09:33:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DiSOD-0006dr-Ll for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2005 09:32:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiSTN-0000tt-To for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2005 03:38:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DiSHw-00076t-P6 for emacs-devel@gnu.org; Wed, 15 Jun 2005 03:26:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DiSHr-00074r-Je for emacs-devel@gnu.org; Wed, 15 Jun 2005 03:26:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiSHr-00074H-45 for emacs-devel@gnu.org; Wed, 15 Jun 2005 03:26:11 -0400 Original-Received: from [212.227.126.187] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DiSGi-0007Uy-VI for emacs-devel@gnu.org; Wed, 15 Jun 2005 03:25:01 -0400 Original-Received: from p54AFB0C0.dip0.t-ipconnect.de [84.175.176.192] (helo=rigel.site) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0MKwh2-1DiSFF3hwQ-0006GZ; Wed, 15 Jun 2005 09:23:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by rigel.site (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j5F5G4Aw013460 for ; Wed, 15 Jun 2005 07:16:04 +0200 Original-To: emacs-devel@gnu.org X-Mailer: Mew version 4.2.50 on Emacs 22.0.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2dc398bc694a1e60948148ba0a42c0da 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:38859 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38859 [emacs CVS 2005-06-12 with GTK] If I mark a text region and select the menu entry Edit->Text Properties->Foreground Color->Other... I can select a colour (say, red) and everything is fine. After doing that, the colour `red' is added to the last submenu so that it can be accessed as Edit->Text Properties->Foreground Color->red Doing this on another region, it is *not* coloured. IMHO, this is a bug. Werner