[bug #13146] make tabs and trailing spaces visible
- From: Jan Engelhardt <INVALID NOREPLY gnu org>
- To: Jan Engelhardt <jengelh gmx de>, Pavel Tsekov <ptsekov gmx net>, Oswald Buddenhagen <ossi kde org>, Zbigniew Luszpinski <zbiggy o2 pl>, Andrew Borodin <aborodin vmail ru>, Jurrie Overgoor <jurrie stillus nl>, mc-devel gnome org
- Subject: [bug #13146] make tabs and trailing spaces visible
- Date: Sun, 06 Jul 2008 16:12:05 +0000
Follow-up Comment #24, bug #13146 (project mc):
I noticed I cannot just use the Unicode characters (like p->ch = 0xB7), as
that does not take into account terminals that are not in UTF-8. But the fix
is simple enough (p->ch = SLsmg_Is_Unicode ? 0xB7 : ".").
BTW, I also implemented the MS Word-style "tabs", i.e. printing a right-arrow
in the middle of a tab. I sort of prefer it over the "<---->" tabs. It is a
patch that currently replaces the existing tab mechanism, but IMHO this should
all be made configurable once the maintainers decide to wake up and give me
some sort of ok...
(file #16007)
_______________________________________________________
Additional Item Attachment:
File name: cedit-wordtab.diff Size:1 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?13146>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]