all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Giuseppe Scrivano <gscrivano@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: [PATCH] Add icecat to the firefox candidates list
Date: Thu, 23 Jun 2011 17:43:36 -0400	[thread overview]
Message-ID: <jwvfwn0jkar.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87pqm6oryn.fsf@gnu.org> (Giuseppe Scrivano's message of "Wed, 22 Jun 2011 16:34:24 +0200")

> Is the following patch OK for trunk?

Fine by me, yes,


        Stefan


> === modified file 'lisp/ChangeLog'
> --- lisp/ChangeLog	2011-06-22 09:23:31 +0000
> +++ lisp/ChangeLog	2011-06-22 14:30:41 +0000
> @@ -1,3 +1,8 @@
> +2011-06-22  Giuseppe Scrivano  <gscrivano@gnu.org>
> +
> +	* net/browse-url.el (browse-url-firefox-program): Add icecat to
> +	the candidates list.
> +
>  2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
>  	* mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send

> === modified file 'lisp/net/browse-url.el'
> --- lisp/net/browse-url.el	2011-05-08 18:34:51 +0000
> +++ lisp/net/browse-url.el	2011-06-22 14:30:43 +0000
> @@ -322,7 +322,7 @@
>    :group 'browse-url)
 
>  (defcustom browse-url-firefox-program
> -  (let ((candidates '("firefox" "iceweasel")))
> +  (let ((candidates '("firefox" "iceweasel" "icecat")))
>      (while (and candidates (not (executable-find (car candidates))))
>        (setq candidates (cdr candidates)))
>      (or (car candidates) "firefox"))




      reply	other threads:[~2011-06-23 21:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-22 14:34 [PATCH] Add icecat to the firefox candidates list Giuseppe Scrivano
2011-06-23 21:43 ` Stefan Monnier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvfwn0jkar.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=gscrivano@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.