From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: bad habit (deleting elipses in folded tree) Date: Tue, 01 Sep 2009 22:49:18 +0200 Message-ID: <87my5e75m9.fsf@gmail.com> References: <7bef1f890909010232k2d2ba5fnde4c81e8e3ab40c0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiaEn-0007pG-W8 for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 16:45:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiaEn-0007p4-JU for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 16:45:57 -0400 Received: from [199.232.76.173] (port=36843 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiaEn-0007p1-Bq for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 16:45:57 -0400 Received: from ey-out-1920.google.com ([74.125.78.146]:18542) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MiaEm-000596-Iz for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 16:45:57 -0400 Received: by ey-out-1920.google.com with SMTP id 3so175319eyh.34 for ; Tue, 01 Sep 2009 13:45:55 -0700 (PDT) In-Reply-To: <7bef1f890909010232k2d2ba5fnde4c81e8e3ab40c0@mail.gmail.com> (Alan E. Davis's message of "Tue, 1 Sep 2009 19:32:40 +1000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Alan E. Davis" Cc: org-mode El mar, sep 01 2009 a les 11:32, Alan E. Davis va escriure: > What's the scoop about elipses?=C2=A0 Which variables are relevant?=C2=A0= Can I defeat > this habit by reconfiguring, or do I have to force myself to have better > habits? You can change how the ellipsis look so that you are more careful and don= 't confuse them with 3 normal dots which could appear anywhere... For instance: (setq org-ellipsis "=E3=80=96 =E2=9C=8E =E3=80=97") Or just give it a more visible face, like in: (setq org-ellipsis (quote org-column)) I use another face and I don't attempt anymore to delete hidden text. [1] In addition I use =E2=80=A6 to write ellipsis myself, thus I notice the d= ifference between =E2=80=A6 and ... -- Daniel [1] I only do it when I hit some org-mode bug which allows you to edit invi= sible text while it still shows the ellipsis; this happens specially at the= end of buffers (narrowed or not).