From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregor Zattler Subject: Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)] Date: Fri, 28 Dec 2012 14:36:09 +0100 Message-ID: <87d2xu8fjq.fsf@boo.workgroup> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Toa6x-0003eM-0d for emacs-orgmode@gnu.org; Fri, 28 Dec 2012 08:36:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Toa6k-0003tm-7t for emacs-orgmode@gnu.org; Fri, 28 Dec 2012 08:36:30 -0500 Received: from mout.gmx.net ([212.227.17.20]:51560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Toa6j-0003tf-TB for emacs-orgmode@gnu.org; Fri, 28 Dec 2012 08:36:18 -0500 Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MckDn-1TWmEy0MC1-00Hv3F for ; Fri, 28 Dec 2012 14:36:17 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ Dear org-developers, Bastien, I use option `hidestars' and Emacs/org-mode on a terminal with black background. Since a few days the superflous stars are not hidden any more but shown on a white background. This makes them stand out very much. Test it like this: emacs-snapshot -Q -nw -l ~/.emacs.d/_minimal.org-init.el with ~/.emacs.d/_minimal.org-init.el being: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> (add-to-list 'load-path "~/src/org-mode/lisp") (setq org-modules (quote (org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-inlinetask org-irc org-mew org-mhe org-rmail org-vm org-wl org-w3m))) (org-reload) (find-file "/tmp/colortest.org") <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< and /tmp/colortest.org being: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #+STARTUP: hidestars * one ** two *** three **** four ***** five <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< This is the first time I used git bisect and the offending commit seems to bee: 4549f0c99cef65c68879641d2a96ad486b64e6b1 is the first bad commit commit 4549f0c99cef65c68879641d2a96ad486b64e6b1 Author: Bastien Guerry Date: Mon Dec 24 13:46:36 2012 +0100 org.el: (org-mode): Use `face-background' instead of `org-find-invisible-foreground' * org.el (org-find-invisible-foreground): Delete. (org-mode): Use `face-background' instead of `org-find-invisible-foreground'. Thanks to Achim for suggesting this. :040000 040000 6f89fcb4d88786c702467a18c9280325e352082c 3ae33a346e25278f368d8dcf4bfa19428f192607 M lisp I'm not able to grok the diff. I hope somebody is able to fix this. Thanks for org-mode, gregor Emacs : GNU Emacs 24.3.50.1 (i486-pc-linux-gnu, X toolkit, Xaw scroll bars) of 2012-12-24 on dex, modified by Debian Package: Org-mode version 7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)