Skip to content

Commit

Permalink
Information about TAB characters on Braille displays added to the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
pdm committed Mar 13, 2008
1 parent 426fc88 commit 6d1f949
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions speechd-el.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,22 @@ Add the following code to your @file{~/.emacs}:
ad-do-it))
@end lisp

@cindex TAB characters
@item
@emph{How to avoid excessive occurrences of TAB (C-i) and NL (C-j)
characters on a Braille display in some buffers
(e.g. @code{*Completion*} buffer)?}

Braille displays generally display exact content, which is usually
what you want. But sometimes TAB characters are inserted to Emacs
buffers for the sole purpose of visual formatting. You can tell Emacs
to suppress this behavior when possible by adding the following code
to your @file{~/.emacs}:

@lisp
(setq-default indent-tabs-mode nil)
@end lisp

@cindex repeated reading
@item
@emph{In some situations, when a modified text is read after
Expand Down

0 comments on commit 6d1f949

Please sign in to comment.