From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Owens Newsgroups: gmane.emacs.devel Subject: Re: OS X: using emacs as default mailer? Date: Tue, 28 Jun 2005 05:19:15 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1119936564 26834 80.91.229.2 (28 Jun 2005 05:29:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Jun 2005 05:29:24 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 28 07:29:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dn8dz-0005ho-2r for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 07:28:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dn8ll-0007Wl-IB for ged-emacs-devel@m.gmane.org; Tue, 28 Jun 2005 01:36:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dn8hG-000773-3W for emacs-devel@gnu.org; Tue, 28 Jun 2005 01:31:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dn8h0-0006yd-BT for emacs-devel@gnu.org; Tue, 28 Jun 2005 01:31:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dn8h0-0006vg-7I for emacs-devel@gnu.org; Tue, 28 Jun 2005 01:31:30 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Dn8gj-0000Zj-11 for emacs-devel@gnu.org; Tue, 28 Jun 2005 01:31:13 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Dn8VD-0004cw-9D for emacs-devel@gnu.org; Tue, 28 Jun 2005 07:19:19 +0200 Original-Received: from adsl-69-109-182-94.dsl.pltn13.pacbell.net ([69.109.182.94]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Jun 2005 07:19:19 +0200 Original-Received: from john_owens by adsl-69-109-182-94.dsl.pltn13.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Jun 2005 07:19:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 9 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 69.109.182.94 (Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412 (KHTML, like Gecko) Safari/412) 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:39744 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39744 Sean O'Rourke cs.ucsd.edu> writes: > I've got Emacs directly accepting URLs locally, and I've been meaning > to contribute it when I get some time (unless someone beats me to it). And how might I persuade emacs to call a specific function when it's url'ed e.g. compose-mail (with proper argument)? JDO