mhayashi1120 / Emacs-imagex

Emacs image extensions
52 stars 6 forks source link

Minor error-handling #3

Closed sachac closed 9 years ago

sachac commented 9 years ago

Thanks for merging the previous request! Here's another one that does a little more error-handling. In my case, I found that image+ had problems if I deleted/renamed/moved the file it was trying to display, or if the maximum magnification wasn't specified. =) The condition-case now allows people to kill the buffer even if the file has been moved. If the maximum magnification isn't specified, it's now ignored.