all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#4300: 23.1.50; bad function name: browse-url-default-browser
@ 2009-08-31 17:13 Leo
  2011-07-12 21:37 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Leo @ 2009-08-31 17:13 UTC (permalink / raw)
  To: emacs-pretest-bug

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

,----[ C-h f browse-url-default-browser RET ]
| browse-url-default-browser is a compiled Lisp function in
| `browse-url.el'.
| 
| (browse-url-default-browser url &rest args)
| 
| Find a suitable browser and ask it to load url.
| Default to the url around or before point.
| 
| When called interactively, if variable `browse-url-new-window-flag' is
| non-nil, load the document in a new window, if possible, otherwise use
| a random existing one.  A non-nil interactive prefix argument reverses
| the effect of `browse-url-new-window-flag'.
| 
| When called non-interactively, optional second argument NEW-WINDOW is
| used instead of `browse-url-new-window-flag'.
| 
| The order attempted is gnome-moz-remote, Mozilla, Firefox,
| Galeon, Konqueror, Netscape, Mosaic, Lynx in an xterm, and then W3.
| 
| [back]
`----

The only thing that is related to 'default' is it uses url around point
by default. But the name is misleading, for example, emacs-w3m uses it
to open a default external browser, but it will open bizarre browsers on
OS X or Windows.

I wonder if the function name can be improved, for example,
browse-url-try-browsers.

Thanks.

Leo





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-13 13:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-31 17:13 bug#4300: 23.1.50; bad function name: browse-url-default-browser Leo
2011-07-12 21:37 ` Lars Magne Ingebrigtsen
2011-07-13  1:56   ` Leo
2011-07-13  8:12     ` Lawrence Mitchell
2011-07-13 10:23       ` Leo
2011-07-13 13:50       ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.