From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: Bug in Carbon port: browse-url-default-macosx-browser Date: Fri, 25 Nov 2005 06:59:45 +0000 Message-ID: <7A053713-A6E0-48C8-AF45-8AEC8C844049@gmail.com> References: <502E6611-3B38-4C39-9469-4E4902EE0586@gmail.com> <87u0e29d0v.fsf-monnier+emacs@gnu.org> <87d5kpahk2.fsf-monnier+emacs@gnu.org> <64A46339-4AAF-4394-9ED9-E9E25E8CE17E@gmail.com> <86mzjthd96.fsf@blue.stonehenge.com> <06C1531F-8BD1-4CAE-960F-BD0D63736668@gmail.com> <43865069.8090701@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132902126 24125 80.91.229.2 (25 Nov 2005 07:02:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Nov 2005 07:02:06 +0000 (UTC) Cc: Emacs-Devel ' , Stefan Monnier , "Randal L. Schwartz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 25 08:02:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EfXaJ-0000xO-Av for ged-emacs-devel@m.gmane.org; Fri, 25 Nov 2005 08:01:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EfXaI-0008VM-9L for ged-emacs-devel@m.gmane.org; Fri, 25 Nov 2005 02:01:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EfXYl-0008St-Ac for emacs-devel@gnu.org; Fri, 25 Nov 2005 01:59:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EfXYk-0008SG-5l for emacs-devel@gnu.org; Fri, 25 Nov 2005 01:59:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EfXYj-0008Rc-A2 for emacs-devel@gnu.org; Fri, 25 Nov 2005 01:59:49 -0500 Original-Received: from [64.233.184.197] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EfXYj-00068A-HB for emacs-devel@gnu.org; Fri, 25 Nov 2005 01:59:49 -0500 Original-Received: by wproxy.gmail.com with SMTP id i24so1231891wra for ; Thu, 24 Nov 2005 22:59:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=FA7nIldRL4EcPGQcnYbvROKDPodg/0OR16T0rsgx4SaPzpgPRN6i0kOR5+ATWAHUBe/lmVfWgOn1G3A75pYqq2o4BwUuZ7Lw+lOS6DBUaHm1VpoVMtt/B3REyqlXzP6lkxYgToyfSS3K0yS4bfAy/tHUKxO06TndbFpWUvMqd0M= Original-Received: by 10.65.105.3 with SMTP id h3mr2935294qbm; Thu, 24 Nov 2005 22:59:48 -0800 (PST) Original-Received: from ?192.168.0.4? ( [88.109.1.113]) by mx.gmail.com with ESMTP id f16sm182432qba.2005.11.24.22.59.47; Thu, 24 Nov 2005 22:59:48 -0800 (PST) In-Reply-To: <43865069.8090701@student.lu.se> Original-To: Lennart Borgman X-Mailer: Apple Mail (2.746.2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:46553 Archived-At: On 24 Nov 2005, at 23:44, Lennart Borgman wrote: > > I think the implementation in Emacs for w32 is of the same type. I > actually think it is quite practical most of the time. This way > Emacs behaves as I expect it to on w32. Firefox installed itself so > that it took care of this. It would not have been possible if Emacs > explicitly specified the web browser. But maybe things works > differently on Mac? > > Maybe the doc string should be changed? Perhaps something like: > > Asked OS to give url to associated application (normally a web > browser) I think the defined functionality is just the right thing. On OS X, there is a system-wide browser default, which may or may not coincide with the association for .html files. The browser default is what should be respected.