* Michael Price ectospheno@gmail.com [060514 11:55]:
On May 14, 2006, at 3:13 PM, Tim Johnson wrote:
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.
Hi Michael: Thanks
w3m-pop-up-frames is what I use to get the browser in a new frame.
I now have the following settings: (from .emacs custom-set-variables) ..... '(w3m-pop-up-frames t) '(w3m-pop-up-windows nil))
But the behavior I described above persists. I'll look at the variable list. The solution should be in there.
I assume there is a similar variable for windows.
Using RH 9.0, emacs 21.4.1
Thanks again tim