I am beginner using Emacs 23.4, and I wanted to try a web browser package. From Emacs wiki, I found eww. But when Emacs starts I get from *Warnings*:
File error: Cannot open load file, shr
I get the same thing when I do M-x load-library RET shr
.
What I did for installing eww was saving the eww.el
file in my ~/.emacs.d/
directory and added this:
(add-to-list 'load-path "~/.emacs.d/")
(require 'eww)
to my ~/.emacs
file as well.
I didn't find the shr
package to download on internet, and that is why I am lost. Thanks in advance.