summaryrefslogtreecommitdiff
path: root/app-emacs/chess/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emacs/chess/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/chess/files')
-rw-r--r--app-emacs/chess/files/50chess-gentoo-2.0.4.el36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-emacs/chess/files/50chess-gentoo-2.0.4.el b/app-emacs/chess/files/50chess-gentoo-2.0.4.el
deleted file mode 100644
index b263ddd84a02..000000000000
--- a/app-emacs/chess/files/50chess-gentoo-2.0.4.el
+++ /dev/null
@@ -1,36 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'chess "chess"
- "Start a game of chess, playing against ENGINE (a module name)." t)
-(defalias 'chess-session 'chess)
-(autoload 'chess-create-display "chess"
- "Create a display, letting the user's customization decide the style.")
-(autoload 'chess-link "chess-link"
- "Play out a game between two engines, and watch the progress." t)
-(autoload 'chess-pgn-read "chess-pgn"
- "Read and display a PGN game after point." t)
-(autoload 'chess-pgn-mode "chess-pgn"
- "A mode for editing chess PGN files." t)
-(defalias 'pgn-mode 'chess-pgn-mode)
-(autoload 'chess-puzzle "chess-puzzle"
- "Pick a random puzzle from FILE, and solve it against the default engine." t)
-(autoload 'chess-fischer-random-position "chess-random"
- "Generate a Fischer Random style position.")
-(autoload 'chess-tutorial "chess-tutorial"
- "A simple chess training display." t)
-(autoload 'chess-ics "chess-ics"
- "Connect to an Internet Chess Server." t)
-
-(add-to-list 'auto-mode-alist '("\\.pgn\\'" . chess-pgn-mode))
-
-(setq chess-images-directory "@SITEETC@/pieces/xboard")
-(setq chess-sound-directory "@SITEETC@/sounds")
-(setq chess-eco-hash-table "@SITEETC@/chess-eco.fen")
-(setq chess-polyglot-book-file "@SITEETC@/chess-polyglot.bin")
-
-;; Change the order of the engine preference list to coincide with
-;; the order of dependencies in the ebuild. The user can override this
-;; using "M-x customize-group RET chess RET".
-(setq chess-default-engine
- '(chess-stockfish chess-fruit chess-gnuchess chess-phalanx chess-sjeng
- chess-crafty chess-ai))