From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rebel Neurofog Subject: org-indent-mode tabs bugs Date: Wed, 25 Sep 2013 19:19:41 +0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3eee44e66b404e736c8c8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOqsT-0001P7-2O for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 11:19:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOqsR-0003t9-Qd for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 11:19:44 -0400 Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:65205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOqsR-0003sx-Ft for emacs-orgmode@gnu.org; Wed, 25 Sep 2013 11:19:43 -0400 Received: by mail-lb0-f181.google.com with SMTP id u14so5060515lbd.26 for ; Wed, 25 Sep 2013 08:19:41 -0700 (PDT) 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 --001a11c3eee44e66b404e736c8c8 Content-Type: text/plain; charset=ISO-8859-1 Hi! There are 2 things working not as promised after calling 'org-indent-mode': 1. Tabs aren't treated correctly. For example a tab with indentation of 6 spaces counts from the beginning so it gives 2 spaces from indentation border. "\tABC" should turn into "XXXXXX ABC" while it actually turns into "XXXXXX ABC" 2. *'s are NOT hidden as supposed to be. Instead *'s are simply not highlighted. So I've got something like this: (*) Alpha **(*) Betta ****(*) Gamma where (*) is for highlighted asterisk, * is plain-text asterisk. According to "Clean view" description I of course expected to see the following: (*) Alpha (*) Betta (*) Gamma The described behavior is related to Emacs in Unicode RXVT terminal ('emacs -nw'). In X11 Emacs (not xemacs) asterisks are hidden unless cursor right on the hiding asterisk. In Linux terminal (/dev/tty1-6) things look fine except than cursor becomes invisible on hiding asterisks (what else should happen on tty when foreground and background colors match?). So I guess face-based hiding don't work well or at least should be improved for X11, X11 terminal mode and Linux terminal mode. My Org version is latest stable one: 8.2 It would be great to switch to cleaner view although P. S. I'm also having strange issues in that Faces written (in my Emacs module) for specific terminal don't work properly in X11. So I guess faces should at least be tested in 3 systems. --001a11c3eee44e66b404e736c8c8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi!

T= here are 2 things working not as promised after calling 'org-indent-mod= e':

1. Tabs aren't treated correctly.
For exa= mple a tab with indentation of 6 spaces counts from the beginning
so it gives 2 spaces from indentation border.
"\tABC" sh= ould turn into "XXXXXX=A0=A0=A0=A0=A0=A0=A0 ABC"
while it actu= ally turns into "XXXXXX=A0 ABC"

2. *'s are NOT h= idden as supposed to be.
Instead *'s are simply not highlighted.
So I've got = something like this:
(*) Alpha
**(*) Betta
*= ***(*) Gamma
where (*) is for highlighted asterisk, * is plai= n-text asterisk.
According to "Clean view" description I of course expe= cted to see the following:
(*) Alpha
=A0 (*) Be= tta
=A0=A0=A0 (*) Gamma
The described behavior = is related to Emacs in Unicode RXVT terminal ('emacs -nw').
In X11 Emacs (not xemacs) asterisks are hidden unless cursor rig= ht on the hiding asterisk.
In Linux terminal (/dev/tty1-6) th= ings look fine except than cursor becomes invisible on hiding asterisks (wh= at else should happen on tty when foreground and background colors match?).=
So I guess face-based hiding don't work well or at least sho= uld be improved for X11, X11 terminal mode and Linux terminal mode.

My Org version is latest stable one: 8.2
It would be great to switch to cleaner view although

P. S. I'm also having strange issues in that Faces written (in my Emac= s module) for specific terminal don't work properly in X11. So I guess = faces should at least be tested in 3 systems.
--001a11c3eee44e66b404e736c8c8--