emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rebel Neurofog <rebelneurofog@gmail.com>
To: emacs-orgmode@gnu.org
Subject: org-indent-mode tabs bugs
Date: Wed, 25 Sep 2013 19:19:41 +0400	[thread overview]
Message-ID: <CAJsLN0Jf3jCqC-BdmaG3-AaJ-JsYx1BmDmwDgtxH4ejO8VejAg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1426 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 1890 bytes --]

                 reply	other threads:[~2013-09-25 15:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJsLN0Jf3jCqC-BdmaG3-AaJ-JsYx1BmDmwDgtxH4ejO8VejAg@mail.gmail.com \
    --to=rebelneurofog@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).