[emacs-w3m:13560] Re: Fix melpa installation
Michael Heerdegen <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <[email protected]> |
Michael Heerdegen <[email protected]> writes: > > So, now I'd like to revert the > > emacs-w3m home page so to show only (require 'w3m-load). ;-) > > Ok, I hope it's reliable. Anyway, works fine here, and wrapped in > `eval-and-compile' it's also enough for compiling my init file. Though, when you put the `require' form at top-level, `eval-and-compile' is not needed: w3m will be loaded when compiling and when loading. It's per se special to the compiler. Michael.