emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100348: Document bidi-aware behavior


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100348: Document bidi-aware behavior of arrow keys and display features.
Date: Tue, 18 May 2010 13:58:56 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100348
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2010-05-18 13:58:56 +0300
message:
  Document bidi-aware behavior of arrow keys and display features.
   display.texi (Fringes): Document reversal of fringe arrows for R2L
   paragraphs.
   (Line Truncation): Fix wording for bidi display.
   basic.texi (Moving Point): Document bidi-aware behavior of the arrow keys.
modified:
  doc/emacs/ChangeLog
  doc/emacs/basic.texi
  doc/emacs/display.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-05-08 18:47:07 +0000
+++ b/doc/emacs/ChangeLog       2010-05-18 10:58:56 +0000
@@ -1,3 +1,12 @@
+2010-05-18  Eli Zaretskii  <address@hidden>
+
+       * display.texi (Fringes): Document reversal of fringe arrows for R2L
+       paragraphs.
+       (Line Truncation): Fix wording for bidi display.
+
+       * basic.texi (Moving Point): Document bidi-aware behavior of he arrow
+       keys.
+
 2010-05-08  Chong Yidong  <address@hidden>
 
        * building.texi (GDB Graphical Interface): Remove misleading comparison

=== modified file 'doc/emacs/basic.texi'
--- a/doc/emacs/basic.texi      2010-03-30 10:59:26 +0000
+++ b/doc/emacs/basic.texi      2010-05-18 10:58:56 +0000
@@ -146,6 +146,8 @@
 @findex move-end-of-line
 @findex forward-char
 @findex backward-char
address@hidden right-arrow-command
address@hidden left-arrow-command
 @findex next-line
 @findex previous-line
 @findex beginning-of-buffer
@@ -161,11 +163,19 @@
 @itemx @key{End}
 Move to the end of the line (@code{move-end-of-line}).
 @item C-f
address@hidden @key{right}
 Move forward one character (@code{forward-char}).
address@hidden @key{right}
+Move one character to the right (@code{right-arrow-command}).  This
+moves one character forward in text that is read in the usual
+left-to-right direction, but one character @emph{backward} if the text
+is read right-to-left, as needed for right-to-left scripts such as
+Arabic.  @xref{Bidirectional Editing}.
 @item C-b
address@hidden @key{left}
 Move backward one character (@code{backward-char}).
address@hidden @key{left}
+Move one character to the left (@code{left-arrow-command}).  This
+moves one character backward in left-to-right text and one character
+forward in right-to-left text.
 @item M-f
 @itemx address@hidden
 @itemx address@hidden

=== modified file 'doc/emacs/display.texi'
--- a/doc/emacs/display.texi    2010-03-02 22:56:36 +0000
+++ b/doc/emacs/display.texi    2010-05-18 10:58:56 +0000
@@ -804,7 +804,10 @@
 screen.  The left fringe shows a curving arrow for each screen line
 except the first, indicating that ``this is not the real beginning.''
 The right fringe shows a curving arrow for each screen line except the
-last, indicating that ``this is not the real end.''
+last, indicating that ``this is not the real end.''  If the line's
+direction is right-to-left (@pxref{Bidirectional Editing}), the
+meaning of the curving arrows in the left and right fringes are
+swapped.
 
   The fringes indicate line truncation with short horizontal arrows
 meaning ``there's more text on this line which is scrolled
@@ -1191,8 +1194,8 @@
 characters that do not fit in the width of the screen or window do not
 appear at all.  On graphical displays, a small straight arrow in the
 fringe indicates truncation at either end of the line.  On text-only
-terminals, @samp{$} appears in the first column when there is text
-truncated to the left, and in the last column when there is text
+terminals, @samp{$} appears in the leftmost column when there is text
+truncated to the left, and in the rightmost column when there is text
 truncated to the right.
 
 @vindex truncate-lines


reply via email to

[Prev in Thread] Current Thread [Next in Thread]