Hello:
I just installed w3m. Hyperspec is on my machine. .emacs has the following: (setq browse-url-browser-function 'w3m) (setq common-lisp-hyperspec-root "file:///home/tim/elisp/HyperSpec/HyperSpec/")
Now, when I press C-c C-d h over a symbol, w3m pops right up. Great!
But the browser is invoked in the same window as the symbol and when I close it, the window is closed also.
Here's what I'd like to do:
C-c C-d h has browser open in other window closing browser retains window with previous buffer.
Can I do that? Pointers to docs welcome. Thanks tim