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

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

[elpa] externals/greader fa2b577 2/3: Merge branch 'patches'


From: Stefan Monnier
Subject: [elpa] externals/greader fa2b577 2/3: Merge branch 'patches'
Date: Sun, 10 Feb 2019 18:31:24 -0500 (EST)

branch: externals/greader
commit fa2b5772c9a1bd97bcfa81807b6fa1f2293f055f
Merge: 441a370 b7161e1
Author: Michelangelo Rodriguez <address@hidden>
Commit: Michelangelo Rodriguez <address@hidden>

    Merge branch 'patches'
---
 greader.el | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/greader.el b/greader.el
index c346a06..64f2d93 100644
--- a/greader.el
+++ b/greader.el
@@ -1,9 +1,10 @@
 ;;; greader.el --- gnamù reader, a reader with espeak tts  -*- 
lexical-binding: t; -*-
-                                       ;Copyright (C) 2019 by Michelangelo 
Rodriguez
-;; Copyright (C) 2017  Michelangelo Rodriguez
+
+;; Copyright (C) 2017-2019  Free Software Foundation, Inc.
+
 ;; package-requires: ((emacs "25"))
 ;; Author: Michelangelo Rodriguez <address@hidden>
-;; Keywords: tools
+;; Keywords: tools, accessibility
 
 ;; Version: 0.1
 
@@ -21,12 +22,18 @@
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
-;;; to start using greader, you have to install espeak and/or 
speech-dispatcher, and make sure those packages work correctly.
-
-;;; In order to read a buffer:
-;;; 'M-x greader'
-;;; 'C-r <spc>'
-;; 
+;; Greader reads current buffer continuously, mobing the point while reading 
proceeds.
+;; It can be used in conjunction with emacspeak or speechd-el packages.
+;; it does'nt substitute those packages, but integrates them, providing a 
functionality that those lacks.
+;;In addition to reading the buffer, greader provides a timer for reading, and 
a "sleep mode" when you are tired and you want simply relax yourself.
+;; for further details, please see the "README" file.
+
+;; To start using greader, you have to install espeak and/or speech-dispatcher,
+;; and make sure those packages work correctly.
+
+;; In order to read a buffer:
+;; 'M-x greader'
+;; 'C-r <spc>'
 
 ;;; Code:
 



reply via email to

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