emacsattic / readability

Readability for Emacs
39 stars 2 forks source link

Display issues #4

Open llcc opened 10 years ago

llcc commented 10 years ago

Hi @ShingoFukuyama

I tried emacs-readability for many times, but never made it. The problem is as below:

image

I am probably afraid of some icon or unicode issues exist in my emacs.

And when i click the list of link, another error message came:

Loading Reading List... Complete!
Start loading asynchronously...
error in process sentinel: async-handle-result: Wrong type argument: char-or-string-p, exist\.
error in process sentinel: Wrong type argument: char-or-string-p, exist\.

Any help will be appreciate!

Best regards llcc

ShingoFukuyama commented 10 years ago

Hi @llcc

Thank you for trying to use this. I didn't notice but looks like any tty version of emacs can't display font icons, and async function doesn't work properly.

If possible, could you try using another type of emacs? May be the below links would help. Ubuntu: http://askubuntu.com/questions/297170/how-to-install-emacs-24-3-on-ubuntu Windows: http://ftp.gnu.org/gnu/emacs/windows/

llcc commented 10 years ago

Hi @ShingoFukuyama,

Actually I downloaded the windows emacs from gnu mirrors, which is not tty version, although I did not know what tty is. So i think if the problem is that I need to setup some icon setting.

About async, I always use async to export pdf in org-mode, so async should have no problem?

ShingoFukuyama commented 10 years ago

I think the cause would be something to do with curl.exe + oauth.el. Could you try the latest version of readability.el and set the new option as follows.

(setq readability-open-article-synchronously t)

llcc commented 10 years ago

Hi,

This time getting the list works pretty well, however display of icons still has some problems.

Thanks for your help!

Shingo Fukuyama notifications@github.com于2014年7月16日星期三写道:

I think the cause would be something to do with curl.exe + oauth.el. Could you try latest version of readability.el and set the new option as follows.

(setq readability-open-article-synchronously t)

— Reply to this email directly or view it on GitHub https://github.com/ShingoFukuyama/emacs-readability/issues/4#issuecomment-49157746 .