alphapapa / pocket-reader.el

Emacs client for Pocket reading list (getpocket.com)
GNU General Public License v3.0
223 stars 12 forks source link

Add feedback when archive/readd item #18

Closed huangyg11 closed 5 years ago

huangyg11 commented 5 years ago

When pressed a to toggle archive status, I have no idea if it is succeed or fail. I have to press G to refresh all.

maybe changed the background of the item when succeed?

alphapapa commented 5 years ago

Hi,

Actually, the faces are changed, which you can see in the functions pocket-reader--archive-items and pocket-reader--readd-items. If that doesn't seem to be working for you, either there's a problem causing the archive/readd action to fail, or maybe you're not using distinctive faces for archived/unarchived status.

huangyg11 commented 5 years ago

Thank you. The default difference on face is the font weight which make it not distinctive in my environment. I customize the face to adding strike-through when archived.