GNU bug report logs -
#7369
24.0.50; browse-url prompts should say what browser the will use
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Thu, 11 Nov 2010 01:01:02 UTC
Severity: wishlist
Found in version 24.0.50
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7369 in the body.
You can then email your comments to 7369 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, rfrancoise <at> debian.org, bug-gnu-emacs <at> gnu.org
:
bug#7369
; Package
emacs
.
(Thu, 11 Nov 2010 01:01:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jidanni <at> jidanni.org
:
New bug report received and forwarded. Copy sent to
rfrancoise <at> debian.org, bug-gnu-emacs <at> gnu.org
.
(Thu, 11 Nov 2010 01:01:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Commands like
(defun browse-url-firefox (url &optional new-window)
"Ask the Firefox WWW browser to load URL.
Default to the URL around or before point. The strings in
variable `browse-url-firefox-arguments' are also passed to
Firefox.
Should (optionally, enabled by default) put in their prompt,
(interactive (browse-url-interactive-arg "URL: "))
some indication of which program they are about to call.
E.g., instead of URL, say "Call firefox on:" or "Firefox:" or
"URL for Firefox:".
Why? Because otherwise it looks just like the w3m-view-this-url etc.
default prompts, even if one knows which function he is calling.
(emacs-snapshot package, version 1:20101030-1)
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7369
; Package
emacs
.
(Fri, 12 Nov 2010 07:26:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
On 11/10/10 6:05 PM, jidanni <at> jidanni.org wrote:
> Commands like
> (defun browse-url-firefox (url&optional new-window)
> "Ask the Firefox WWW browser to load URL.
> Default to the URL around or before point. The strings in
> variable `browse-url-firefox-arguments' are also passed to
> Firefox.
>
> Should (optionally, enabled by default) put in their prompt,
> (interactive (browse-url-interactive-arg "URL: "))
> some indication of which program they are about to call.
>
> E.g., instead of URL, say "Call firefox on:" or "Firefox:" or
> "URL for Firefox:".
>
> Why? Because otherwise it looks just like the w3m-view-this-url etc.
> default prompts, even if one knows which function he is calling.
>
> (emacs-snapshot package, version 1:20101030-1)
Feh. You can easily customize the prompt if you want, without adding a
paint shelf to Emacs for your bike shed:
(defadvice browse-url-firefox (before interactive-url-prompt activate)
(interactive (browse-url-interactive-arg "Firefox URL: ")))
--
Kevin Rodgers
Denver, Colorado, USA
bug closed, send any further explanations to jidanni <at> jidanni.org
Request was from
Chong Yidong <cyd <at> stupidchicken.com>
to
control <at> debbugs.gnu.org
.
(Sat, 13 Nov 2010 18:33:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 12 Dec 2010 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 279 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.