emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 01/01: Add examples for chess-plain and chess-ics1 to the manual.


From: Mario Lang
Subject: [elpa] 01/01: Add examples for chess-plain and chess-ics1 to the manual.
Date: Thu, 12 Jun 2014 03:40:23 +0000

mlang pushed a commit to branch externals/chess
in repository elpa.

commit 7d1e127bfd7e57eacd8808100f330a1aca6df443
Author: Mario Lang <address@hidden>
Date:   Thu Jun 12 05:39:08 2014 +0200

    Add examples for chess-plain and chess-ics1 to the manual.
---
 chess.info     |  107 +++++++++++++++++++++++++++++++++++++------------------
 doc/chess.texi |   45 ++++++++++++++++++++++-
 2 files changed, 115 insertions(+), 37 deletions(-)

diff --git a/chess.info b/chess.info
index 57be241..5075235 100644
--- a/chess.info
+++ b/chess.info
@@ -1405,8 +1405,22 @@ File: chess.info,  Node: Plain ASCII diagram displays,  
Next: ICS1 style ASCII d
 3.3 Plain ASCII diagram displays
 ================================
 
-The simplest display style available is CHESS-PLAIN, a very customisable
-ASCII board diagram display.
+The simplest display style available is ‘chess-plain’, a very
+customisable ASCII board diagram display.
+
+   This is how the starting position looks in its default configuration:
+
+      +---------------+
+     8|r n b q k b n r|
+     7|p p p p p p p p|
+     6|. . . . . . . .|
+     5|. . . . . . . .|
+     4|. . . . . . . .|
+     3|. . . . . . . .|
+     2|P P P P P P P P|
+     1|R N B Q K B N R|
+      +---------------+
+       a b c d e f g h
 
  -- User Option: chess-plain-separate-frame
      If non-nil, display the chessboard in its own frame.
@@ -1442,6 +1456,29 @@ File: chess.info,  Node: ICS1 style ASCII displays,  
Next: Graphical displays,
 3.4 ICS1 style ASCII displays
 =============================
 
+‘chess-ics1’ is a more verbose ASCII chessboard display.
+
+   This is how the starting position looks with this chessboard display:
+
+           +---+---+---+---+---+---+---+---+
+         8 | r | n | b | q | k | b | n | r |
+           +---+---+---+---+---+---+---+---+
+         7 | p | p | p | p | p | p | p | p |
+           +---+---+---+---+---+---+---+---+
+         6 |   |   |   |   |   |   |   |   |
+           +---+---+---+---+---+---+---+---+
+         5 |   |   |   |   |   |   |   |   |
+           +---+---+---+---+---+---+---+---+
+         4 |   |   |   |   |   |   |   |   |
+           +---+---+---+---+---+---+---+---+
+         3 |   |   |   |   |   |   |   |   |
+           +---+---+---+---+---+---+---+---+
+         2 | P | P | P | P | P | P | P | P |
+           +---+---+---+---+---+---+---+---+
+         1 | R | N | B | Q | K | B | N | R |
+           +---+---+---+---+---+---+---+---+
+             a   b   c   d   e   f   g   h
+
  -- User Option: chess-ics1-separate-frame
      If non-nil, display the chessboard in its own frame.
 
@@ -2215,7 +2252,7 @@ Function and Variable Index
 * chess-ics-server-list:                 Internet Chess Servers.
                                                               (line  17)
 * chess-ics1-separate-frame:             ICS1 style ASCII displays.
-                                                              (line   6)
+                                                              (line  29)
 * chess-images-directory:                Graphical displays.  (line   9)
 * chess-index-file:                      Position coordinates.
                                                               (line  13)
@@ -2235,19 +2272,19 @@ Function and Variable Index
 * chess-pgn-visualize:                   PGN mode.            (line   6)
 * chess-phalanx-path:                    Phalanx.             (line  12)
 * chess-plain-black-square-char:         Plain ASCII diagram displays.
-                                                              (line  17)
+                                                              (line  31)
 * chess-plain-border-style:              Plain ASCII diagram displays.
-                                                              (line  12)
+                                                              (line  26)
 * chess-plain-piece-chars:               Plain ASCII diagram displays.
-                                                              (line  23)
+                                                              (line  37)
 * chess-plain-separate-frame:            Plain ASCII diagram displays.
-                                                              (line   9)
+                                                              (line  23)
 * chess-plain-spacing:                   Plain ASCII diagram displays.
-                                                              (line  34)
+                                                              (line  48)
 * chess-plain-upcase-indicates:          Plain ASCII diagram displays.
-                                                              (line  26)
+                                                              (line  40)
 * chess-plain-white-square-char:         Plain ASCII diagram displays.
-                                                              (line  20)
+                                                              (line  34)
 * chess-ply-changes:                     Ply details.         (line  12)
 * chess-ply-create:                      Creating plies.      (line   6)
 * chess-ply-final-p:                     The "next" position. (line   9)
@@ -2497,31 +2534,31 @@ Node: Selecting pieces with the keyboard50049
 Node: Selecting pieces with the mouse50641
 Node: Entering moves with algebraic notation51207
 Node: Plain ASCII diagram displays52225
-Node: ICS1 style ASCII displays53664
-Node: Graphical displays53971
-Node: Engines54605
-Node: Common functions55121
-Node: AI56169
-Node: Crafty57148
-Node: Fruit57935
-Node: Glaurung58831
-Node: GNU Chess59471
-Node: Phalanx60354
-Node: Sjeng60986
-Node: Stockfish61725
-Node: Chess Session62540
-Node: Internet Chess Servers63779
-Node: Connecting to a server64936
-Node: Chess ICS Mode65492
-Node: Command History69005
-Node: ICS Command Ring69626
-Node: ICS History Copying72839
-Node: Seeking an opponent for a new game74357
-Node: The sought game display75006
-Node: Watching other games76034
-Node: Concept Index77516
-Node: Function and Variable Index79375
-Node: Key Index96400
+Node: ICS1 style ASCII displays54008
+Node: Graphical displays55260
+Node: Engines55894
+Node: Common functions56410
+Node: AI57458
+Node: Crafty58437
+Node: Fruit59224
+Node: Glaurung60120
+Node: GNU Chess60760
+Node: Phalanx61643
+Node: Sjeng62275
+Node: Stockfish63014
+Node: Chess Session63829
+Node: Internet Chess Servers65068
+Node: Connecting to a server66225
+Node: Chess ICS Mode66781
+Node: Command History70294
+Node: ICS Command Ring70915
+Node: ICS History Copying74128
+Node: Seeking an opponent for a new game75646
+Node: The sought game display76295
+Node: Watching other games77323
+Node: Concept Index78805
+Node: Function and Variable Index80664
+Node: Key Index97689
 
 End Tag Table
 
diff --git a/doc/chess.texi b/doc/chess.texi
index 7b508d0..1ac323a 100644
--- a/doc/chess.texi
+++ b/doc/chess.texi
@@ -1643,8 +1643,24 @@ and the move was not unambiguous yet.
 @node Plain ASCII diagram displays, ICS1 style ASCII displays, Chess display 
mode, Chessboard displays
 @section Plain ASCII diagram displays
 
-The simplest display style available is @var{chess-plain}, a very customisable
-ASCII board diagram display.
+The simplest display style available is @code{chess-plain}, a very customisable
address@hidden board diagram display.
+
+This is how the starting position looks in its default configuration:
+
address@hidden
+ +---------------+
+8|r n b q k b n r|
+7|p p p p p p p p|
+6|. . . . . . . .|
+5|. . . . . . . .|
+4|. . . . . . . .|
+3|. . . . . . . .|
+2|P P P P P P P P|
+1|R N B Q K B N R|
+ +---------------+
+  a b c d e f g h
address@hidden example
 
 @defopt chess-plain-separate-frame
 If non-nil, display the chessboard in its own frame.
@@ -1684,6 +1700,31 @@ Number of spaces between files.
 @node ICS1 style ASCII displays, Graphical displays, Plain ASCII diagram 
displays, Chessboard displays
 @section ICS1 style ASCII displays
 
address@hidden is a more verbose @acronym{ASCII} chessboard display.
+
+This is how the starting position looks with this chessboard display:
+
address@hidden
+      +---+---+---+---+---+---+---+---+
+    8 | r | n | b | q | k | b | n | r |
+      +---+---+---+---+---+---+---+---+
+    7 | p | p | p | p | p | p | p | p |
+      +---+---+---+---+---+---+---+---+
+    6 |   |   |   |   |   |   |   |   |
+      +---+---+---+---+---+---+---+---+
+    5 |   |   |   |   |   |   |   |   |
+      +---+---+---+---+---+---+---+---+
+    4 |   |   |   |   |   |   |   |   |
+      +---+---+---+---+---+---+---+---+
+    3 |   |   |   |   |   |   |   |   |
+      +---+---+---+---+---+---+---+---+
+    2 | P | P | P | P | P | P | P | P |
+      +---+---+---+---+---+---+---+---+
+    1 | R | N | B | Q | K | B | N | R |
+      +---+---+---+---+---+---+---+---+
+        a   b   c   d   e   f   g   h
address@hidden example
+
 @defopt chess-ics1-separate-frame
 If non-nil, display the chessboard in its own frame.
 @end defopt



reply via email to

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