From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: Demoting in plain list displays asterisk as space Date: Tue, 26 Jun 2018 15:58:06 +0200 Message-ID: <071b6225-0305-cba4-9642-23c36ddc50e2@online.de> References: <87fu1brsbe.fsf@nicolasgoaziou.fr> <4edd4644-c043-8405-0597-2833e9b76595@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXoU2-0001WD-Fq for emacs-orgmode@gnu.org; Tue, 26 Jun 2018 09:58:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXoTz-0005ss-9Z for emacs-orgmode@gnu.org; Tue, 26 Jun 2018 09:58:14 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:42533) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXoTy-0005k5-Vw for emacs-orgmode@gnu.org; Tue, 26 Jun 2018 09:58:11 -0400 In-Reply-To: <4edd4644-c043-8405-0597-2833e9b76595@online.de> Content-Language: de-DE-1901 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" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Am 26.06.2018 um 15:45 schrieb Rainer Stengele: > Am 25.06.2018 um 13:58 schrieb Nicolas Goaziou: >> Hello, >> >> Rainer Stengele writes: >> >>> Having this item list: >>> >>> - 1 >>> - 2 >>> >>> with cursor in the "-2" row demoteing the item with org-shiftmetaright results in >>> >>> - 1 >>>      2 >>> >>> where the expected "  * 2" is displayed as "    2". >>> describe-char with cursor at the expected asterisk position reveals >>> that "*" is displayed as space: >> >> I cannot reproduce it. Please check your configuration. >> >> Regards, >> > Thanks, Nicolas, for doing a test. > > I know already that it works with a minimal config. > My problem really is I have no clue where to start searching and would have hoped for an experienced user to give me a hint which (probably) > org variable could let that asterisk disappear. > I find it quite difficult to find out the one culprit leading to such an effect. > I know about bisecting the .emacs init file but what about the configuartion variables? > Ho would you "bisect" that one? > > Thank you. > Regards, Rainer > > > Hi again, I just included the (custom-set-variables ..) and ((custom-set-faces ..) forms from my custom.el file into my mini-init.el and did not find the reason there so will need to bisect my init files. Thank you. Regards, Rainer