From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: bug#881: patch for bug #881 Date: Thu, 7 Jan 2010 16:33:55 +0100 Message-ID: References: <87wrzwp5gd.fsf@stupidchicken.com> <201001060700.o06706Sw006855@godzilla.ics.uci.edu> <834omzcck0.fsf@gnu.org> <878wcbdq1u.fsf@telefonica.net> <831vi3c6gf.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1262878794 397 80.91.229.12 (7 Jan 2010 15:39:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2010 15:39:54 +0000 (UTC) Cc: ofv@wanadoo.es, Stefan Monnier , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 07 16:39:46 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.50) id 1NSuSR-0005Qm-Tp for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 16:39:32 +0100 Original-Received: from localhost ([127.0.0.1]:42250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSuSS-0000jM-FD for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 10:39:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSuOb-0003pU-38 for emacs-devel@gnu.org; Thu, 07 Jan 2010 10:35:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSuOW-0003i4-8k for emacs-devel@gnu.org; Thu, 07 Jan 2010 10:35:32 -0500 Original-Received: from [199.232.76.173] (port=42652 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSuOV-0003hi-Vr for emacs-devel@gnu.org; Thu, 07 Jan 2010 10:35:28 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:62185) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSuOT-0000yw-Gn; Thu, 07 Jan 2010 10:35:25 -0500 Original-Received: by bwz7 with SMTP id 7so12672180bwz.26 for ; Thu, 07 Jan 2010 07:35:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=0vUJc53BPdGMoLYI1czh+5lHTl6wy/yYLMiylTUX+JI=; b=OHKaZHzxlTquEwLw8XpJAjhI4TZZMA9zcAvhsPrikXrfgn8h6O32Vz7c3PQFGOL2dA RowjArhZQ9IV8KQu1evbpZcBpwSoMoL0yqH2bUtnevPYsKAFuuV9mB0pIgO2zwfguCaw tfUlCa9DV7oah0jBb6aOWBMzVoBHo+z7gtTOk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Df/bC2aRDSRDzKobnqKpm8QmtR0TiptjAUSFrZKWjBA9OUTaLD5aOAw/0d10BuNozw Z2/YW5W8bVKQJBjoS+LTdHq5JPM7Jhkwu+tF5rOVJON29e/4qrxiPOuzQhjsa/RX0U5+ o5uVdbDjGHTd3xGvFfTZyhizhieWTzuzjxuCc= Original-Received: by 10.204.148.82 with SMTP id o18mr6862480bkv.188.1262878520429; Thu, 07 Jan 2010 07:35:20 -0800 (PST) In-Reply-To: <831vi3c6gf.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 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:119589 Archived-At: On Wed, Jan 6, 2010 at 21:40, Eli Zaretskii wrote: > Yes, but how exactly? =C2=A0"bzr help bugs" tries to explain something, b= ut > I'd need to try that to see if I understand what it says. Well, that document says Support for generating the URLs for any project using Bugzilla or Trac is built in, along with a template mechanism for other bugtrackers with simple URL schemes. If your bug tracker can't be described by one of the schemes described below then you can write a plugin to support it. so presumably, to use the --fixed facility, debbugs.gnu.org should have a way to mark a bug as fixed through the web interface (a "simple URL scheme") so we can build an appropriate bugtracker__url. Does it have it? Juanma