This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "ELPA".
The branch, master has been updated via 8ef5c403755ac1754a8a3ae9a5c097ab827f4feb (commit) from a5b16e46a18a714aadb0ed6a367c0e9e21a07a8e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8ef5c403755ac1754a8a3ae9a5c097ab827f4feb Author: Ivan Kanis <ivan@tao> Date: Tue Jan 7 18:43:18 2014 +0100 rename 100secwp to wpuzzle diff --git a/100secwp/100secwp.el b/wpuzzle/wpuzzle.el similarity index 97% rename from 100secwp/100secwp.el rename to wpuzzle/wpuzzle.el index 261e9d2..5602c72 100644 --- a/100secwp/100secwp.el +++ b/wpuzzle/wpuzzle.el @@ -1,4 +1,4 @@ -;;; 100secwp.el --- One hundred seconds word puzzle -*- coding: utf-8; lexical-binding: t -*- +;;; wpuzzle.el --- find as many word in a given time -*- coding: utf-8; lexical-binding: t -*- ;; Copyright (C) 2014 Free Software Foundation, Inc. @@ -41,6 +41,10 @@ ;; Use ELPA +;; install aspell english dictionary. On Ubuntu or Debian type the following: + +;; sudo apt-get install aspell aspell-en + ;;;; TODO ;; - add other languages such as french @@ -416,13 +420,13 @@ The resulting list contains all items that appear in LIST1 but not LIST2." (erase-buffer) (switch-to-buffer 100secwp-buffer) (erase-buffer) - (insert "Welcome to 100 seconds word puzzle! + (insert (format "Welcome to %d seconds word puzzle! -You have a hundred second to type as many word made out of the +You have %d seconds to type as many word made out of the letters presented. Longer words are worth more points. The letters are scored with Scrabble value. -Press any key to start.") +Press any key to start." 100secwp-time-limit 100secwp-time-limit)) (while (not (aref (read-key-sequence nil) 0)) (sit-for 1)) (100secwp-mode)) ----------------------------------------------------------------------- Summary of changes: 100secwp/100secwp.el => wpuzzle/wpuzzle.el | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) rename 100secwp/100secwp.el => wpuzzle/wpuzzle.el (97%) hooks/post-receive -- ELPA