[emacs-w3m:13555] Re: w3m-view-this-url-new-session in background
Michael Heerdegen <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <[email protected]> |
Katsumi Yamaoka <[email protected]> writes: > > I think I've asked this question before: Why have both sets of functions > > -goto- and -view- ? Doesn't each set perform the same operation? If so, > > then it would be better to combine them or deprecate one. > > Done (git master). Seems to work well here - thanks! > I added this text to the docstring of -goto- and -view-: > The buffer will get visible if BACKGROUND is nil or there is no other > emacs-w3m buffer regardless of BACKGROUND, otherwise (BACKGROUND is > non-nil) the buffer will be created but not appear to be visible. > BACKGROUND defaults to the value of `w3m-new-session-in-background', > but it will be inverted if called interactively with the prefix arg. Dunno - should that mention that with BACKGROUND nil this effectively opens a new tab when user is using tabs? Thanks, Michael.