summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-09-24 19:06:34 +0000
committerUlrich Müller <ulm@gentoo.org>2007-09-24 19:06:34 +0000
commitcca861295365cd9f404c7053d295bb79880d323a (patch)
tree820d77bb4a09256ae9a1b5e292cdf9ba58ef79df /app-emacs/chess
parentRevision bump, new nightly snapshot. (diff)
downloadgentoo-2-cca861295365cd9f404c7053d295bb79880d323a.tar.gz
gentoo-2-cca861295365cd9f404c7053d295bb79880d323a.tar.bz2
gentoo-2-cca861295365cd9f404c7053d295bb79880d323a.zip
Additional autoload definitions for site-init file.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-emacs/chess')
-rw-r--r--app-emacs/chess/ChangeLog5
-rw-r--r--app-emacs/chess/files/51chess-gentoo.el23
2 files changed, 24 insertions, 4 deletions
diff --git a/app-emacs/chess/ChangeLog b/app-emacs/chess/ChangeLog
index f59abd46bdfc..e5760531cc75 100644
--- a/app-emacs/chess/ChangeLog
+++ b/app-emacs/chess/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/chess
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.17 2007/09/24 12:57:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/chess/ChangeLog,v 1.18 2007/09/24 19:06:33 ulm Exp $
+
+ 24 Sep 2007; Ulrich Mueller <ulm@gentoo.org> files/51chess-gentoo.el:
+ Additional autoload definitions.
*chess-2.0_beta6 (24 Sep 2007)
*chess-2.0_beta5-r4 (24 Sep 2007)
diff --git a/app-emacs/chess/files/51chess-gentoo.el b/app-emacs/chess/files/51chess-gentoo.el
index 08429efa52c8..8c34bea855ac 100644
--- a/app-emacs/chess/files/51chess-gentoo.el
+++ b/app-emacs/chess/files/51chess-gentoo.el
@@ -2,14 +2,31 @@
;;; chess site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
-(autoload 'chess "chess" "Play a game of chess" t)
+
+(autoload 'chess "chess"
+ "Start a game of chess, playing against ENGINE (a module name)." t)
+(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-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))
(custom-set-variables
'(chess-images-directory "/usr/share/pixmaps/chess/xboard")
'(chess-sound-directory "/usr/share/sounds/chess"))
-;; Change the engine preference order -- gnuchess is a dependency (we
-;; depend on app-games/gnuchess explicitly). We make crafty and
+;; Change the engine preference order -- gnuchess is a dependency
+;; (we depend on app-games/gnuchess explicitly). We make crafty and
;; phalanx optional. The user can override this anytime using M-x
;; customize-group RET chess RET