Re: greader, an emacs minor mode for continuous reading

2017-11-18 Thread Milan Zamazal
> "MR" == Michelangelo Rodriguez  writes:

MR> I want to propose you greader, an emacs minor mode who,
MR> basically, provides continuous reading through emacs buffers.

[...]

MR> Greader offers more features, like timers, a "tired" mode
MR> (experimental), automatic de-hyphenation, and more are coming.

Interesting.  Better continuous reading, especially text indexing, has
been long on my speechd-el to-do list, but has never been implemented
and users stopped asking for it :-).  For curiosity, did you consider
integrating greader with some of the Emacs speech output interfaces,
speechd-el or Emacspeak?

Regards,
Milan



greader, an emacs minor mode for continuous reading

2017-11-10 Thread Michelangelo Rodriguez

Hi guys
I want to propose you greader, an emacs minor mode who, basically, 
provides continuous reading through emacs buffers.
Greader is still under heavy development, but i think that is ready for 
testing and using.
For installation, simply download it from 
https://github.com/michelangelo-rodriguez/greader and install it using m-x 
package-install-file ret  ret.

activate it:
in you .emacs put:
(load 'greader)
Finally, when you want to read continuously a buffer:
m-x greader
c-r 
while reading, if you want to stop greader, press 
greader is self-documented, and you can use c-h m and search for greader.
Greader offers more features, like timers, a "tired" mode (experimental), 
automatic de-hyphenation, and more are coming.
For bugs, suggestions, patches, please send me an e-mail at 
michelangelo.rodrig...@gmail.com

Thanks and enjoy.