[emacs-w3m:13562] Re: Fix melpa installation
Michael Heerdegen <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <[email protected]> |
Katsumi Yamaoka <[email protected]> writes: > Ok. I added: > ,---- > | [...] > | (require 'w3m-load) > | > | You may want to use (require 'w3m-load nil t) instead. It will > | not stop loading the init file even if that require code causes > | an error because of the w3m-load.el file missing or other. > `---- Good, thanks. > I made it work when performing not only the clean install but > also package-reinstall or similar (i.e., updating the exsisting > emacs-w3m melpa installation) even in the condition where an old > w3m.elc is already loaded. So, if Emacs says[1] > > You may want to update the emacs-w3m installation > > when loading w3m.el(c), one could do it at ease (hopefully ;-). Ok, I'll have an eye on it. Thanks, Michael.