From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#18091: 24.3; speedbar-button-face ignored when linum-mode enabled Date: Fri, 25 Jul 2014 12:07:20 +0300 Message-ID: <83a97xkdrr.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1406279306 28452 80.91.229.3 (25 Jul 2014 09:08:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2014 09:08:26 +0000 (UTC) Cc: 18091-done@debbugs.gnu.org To: William Kunkel Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 25 11:08:20 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XAbUC-0002W0-28 for geb-bug-gnu-emacs@m.gmane.org; Fri, 25 Jul 2014 11:08:20 +0200 Original-Received: from localhost ([::1]:53689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAbUB-00007k-J3 for geb-bug-gnu-emacs@m.gmane.org; Fri, 25 Jul 2014 05:08:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAbU2-00005b-41 for bug-gnu-emacs@gnu.org; Fri, 25 Jul 2014 05:08:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAbTv-0006jJ-DY for bug-gnu-emacs@gnu.org; Fri, 25 Jul 2014 05:08:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAbTv-0006jB-AM for bug-gnu-emacs@gnu.org; Fri, 25 Jul 2014 05:08:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XAbTu-00088d-Pi for bug-gnu-emacs@gnu.org; Fri, 25 Jul 2014 05:08:02 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 25 Jul 2014 09:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 18091 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 18091@debbugs.gnu.org, eliz@gnu.org, will@wkunkel.com Original-Received: via spool by 18091-done@debbugs.gnu.org id=D18091.140627924731238 (code D ref 18091); Fri, 25 Jul 2014 09:08:02 +0000 Original-Received: (at 18091-done) by debbugs.gnu.org; 25 Jul 2014 09:07:27 +0000 Original-Received: from localhost ([127.0.0.1]:37372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XAbTH-00087e-70 for submit@debbugs.gnu.org; Fri, 25 Jul 2014 05:07:27 -0400 Original-Received: from mtaout25.012.net.il ([80.179.55.181]:56881) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XAbTC-00087O-Gy for 18091-done@debbugs.gnu.org; Fri, 25 Jul 2014 05:07:22 -0400 Original-Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0N9900D00FLGVX00@mtaout25.012.net.il> for 18091-done@debbugs.gnu.org; Fri, 25 Jul 2014 12:02:38 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N9900DIBFSE5D10@mtaout25.012.net.il>; Fri, 25 Jul 2014 12:02:38 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:91781 Archived-At: > Date: Wed, 23 Jul 2014 15:18:18 -0400 > From: William Kunkel > > 1. Run emacs -Q > 2. Type M-x speedbar > 3. Right click the newly-created speedbar frame, > left click Speedbar > Use Images > 4. With cursor in speedbar frame, type M-x linum-mode > > At this point, the text buttons to the side of speedbar items, like <+>, > should change from green to black. If you any other elements of > speedbar-button-face are set, they will also revert to default. However, > if you click on an expand button (<+>), the buttons on its sub-items > will properly display speedbar-button-face. I can see this in Emacs 24.3, but not in the current emacs-24 branch, which will become Emacs 24.4. So I think this is a duplicate of (part of) bug #18035 which was recently fixed in the repository. I'm closing this bug. Feel free to reopen if you find a way of reproducing this in the current repository. Thanks.