From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Martin Pool Newsgroups: gmane.emacs.devel Subject: Re: What have the Romans done for us? (Bazaar) Date: Mon, 12 Apr 2010 05:04:31 +0000 (UTC) Message-ID: References: <20100405145637.GA3248@muc.de> <20100406132527.GA3551@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1271048703 30849 80.91.229.12 (12 Apr 2010 05:05:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Apr 2010 05:05:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 12 07:05:02 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O1BpW-0003XS-CO for ged-emacs-devel@m.gmane.org; Mon, 12 Apr 2010 07:05:02 +0200 Original-Received: from localhost ([127.0.0.1]:57302 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1BpV-0000JN-SC for ged-emacs-devel@m.gmane.org; Mon, 12 Apr 2010 01:05:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1BpQ-0000JI-4N for emacs-devel@gnu.org; Mon, 12 Apr 2010 01:04:56 -0400 Original-Received: from [140.186.70.92] (port=38511 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1BpM-0000JA-W5 for emacs-devel@gnu.org; Mon, 12 Apr 2010 01:04:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1BpL-0001SA-HD for emacs-devel@gnu.org; Mon, 12 Apr 2010 01:04:52 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:51298) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1BpL-0001Rw-BK for emacs-devel@gnu.org; Mon, 12 Apr 2010 01:04:51 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O1BpG-0003QP-HT for emacs-devel@gnu.org; Mon, 12 Apr 2010 07:04:46 +0200 Original-Received: from ppp112-44.static.internode.on.net ([150.101.112.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Apr 2010 07:04:46 +0200 Original-Received: from mbp by ppp112-44.static.internode.on.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 12 Apr 2010 07:04:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ppp112-44.static.internode.on.net User-Agent: Pan/0.133 (House of Butterflies) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:123514 Archived-At: On Tue, 06 Apr 2010 13:25:27 +0000, Alan Mackenzie wrote: > When bzr detects a bug, it prompts you to report it via > . After logging in, and so > forth, you get a page with this: > > > > OpenID transaction in progress > > ... > > Sadly, this doesn't work in my browser. Who knows what its license is? > Probably nobody has ever considered it. Since the code is part of Launchpad, I think the licence is GNU AGPLv3. Though really this particular page is barely code at all, just a bunch of per-user variables. This is part of the implementation of the OpenID authentication protocol. If it doesn't work in your browser that's a bug, and if you tell me about your setup (off list if you prefer) I will pass it on. -- Martin