diff options
Diffstat (limited to 'chess-input.el')
| -rw-r--r-- | chess-input.el | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/chess-input.el b/chess-input.el index 2a9b63f..e782066 100644 --- a/chess-input.el +++ b/chess-input.el @@ -1,11 +1,27 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;; chess-input.el --- Keyboard entry of algebraic notation, using shortcut notation + +;; Copyright (C) 2014 Free Software Foundation, Inc. + +;; This is free software; you can redistribute it and/or modify it under +;; the terms of the GNU General Public License as published by the Free +;; Software Foundation; either version 3, or (at your option) any later +;; version. ;; -;; Keyboard entry of algebraic notation, using shortcut notation +;; This is distributed in the hope that it will be useful, but WITHOUT +;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +;; for more details. ;; +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. + +;;; Commentary: + ;; This scheme was adapted from the way SCID ;; (http://scid.sourceforge.net), by Shane Hudson, behaves. It's the ;; only way to move your pieces around! -;; + +;;; Code: (require 'chess-algebraic) (require 'chess-ply) |
