From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 23 15:29:37 2012 Received: (at submit) by debbugs.gnu.org; 23 Apr 2012 19:29:37 +0000 Received: from localhost ([127.0.0.1]:49416 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SMOx6-0002dz-Et for submit@debbugs.gnu.org; Mon, 23 Apr 2012 15:29:36 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44127) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SMOx4-0002dl-Ce for submit@debbugs.gnu.org; Mon, 23 Apr 2012 15:29:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMOwG-0004t1-W5 for submit@debbugs.gnu.org; Mon, 23 Apr 2012 15:28:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:44548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMOwG-0004sx-Sy for submit@debbugs.gnu.org; Mon, 23 Apr 2012 15:28:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMOwF-0001FN-7E for bug-gnu-emacs@gnu.org; Mon, 23 Apr 2012 15:28:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMOwD-0004sX-C7 for bug-gnu-emacs@gnu.org; Mon, 23 Apr 2012 15:28:42 -0400 Received: from mail-qa0-f41.google.com ([209.85.216.41]:54403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMOwD-0004sI-8F for bug-gnu-emacs@gnu.org; Mon, 23 Apr 2012 15:28:41 -0400 Received: by qabg27 with SMTP id g27so55601qab.14 for ; Mon, 23 Apr 2012 12:28:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:x-gm-message-state; bh=kZhfCG8+Tjlc4Yp4NcKAq4KHq0LMNk/hKobTobkQE4o=; b=SvX5+BoyS2z1b0X0UCd+AIVR4E16TPv0E2++EcqnyZKUvl7JeT6m8VYVh0t8IbiKZj 75Oml8oekZZeYq9gYZ+0f6wvVOj7yBpm7lkgUzU9XVck6zqmXg+YFmmoOmLbpF2BZm2F mvQvhjUE+4GvQdorW+zAjwc9uogB9wfZHxHFH+GvyRGD61Suzsq+KHZiNZW7R9UMHqsi tCfdZNcznS0oE5hyNHRmronyZX5ZbD6f0lnHDcMs7AB+eWENR/lVUsDG7NbcDTo1JcwF tLX81ZrvlxoQuJYovejfRr6KFzoCo60KvB0uGWPgS3sCKxW9rmJ6dTXNPf/EOkeE0IHB geXg== Received: by 10.229.111.79 with SMTP id r15mr4543449qcp.3.1335209318279; Mon, 23 Apr 2012 12:28:38 -0700 (PDT) Received: from pluto.local (207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com. [207.172.223.249]) by mx.google.com with ESMTPS id ha3sm23151645qab.13.2012.04.23.12.28.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Apr 2012 12:28:37 -0700 (PDT) Received: by pluto.local (Postfix, from userid 501) id CFB393386B19; Mon, 23 Apr 2012 15:28:36 -0400 (EDT) From: Dave Abrahams To: bug-gnu-emacs@gnu.org Subject: [Patchset] A bugfix and an arguable bugfix for ediff-inferior-compare-regions Date: Mon, 23 Apr 2012 15:28:24 -0400 Message-Id: <1335209306-81494-1-git-send-email-dave@boostpro.com> X-Mailer: git-send-email 1.7.10 X-Gm-Message-State: ALoCoQmGF+aT3Sb13D9q+tNmV6Mk12XqooO2E4Eze96znl3ldlVJ9IzUyIkXZ5BgVzdRGpBR6hFI X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) These patches apply against the emacs-24 branch from 2012-04-23 15:26:22 EST The first one is definitely a bugfix. The second one depends on the first and corrects a behavior that I consider to be buggy, though others may disagree. [PATCH 1/2] BUGFIX: select current-diff-comparison regions for [PATCH 2/2] Useful behavior for ediff-inferior-compare-regions when From debbugs-submit-bounces@debbugs.gnu.org Wed May 09 21:08:00 2012 Received: (at 11318) by debbugs.gnu.org; 10 May 2012 01:08:00 +0000 Received: from localhost ([127.0.0.1]:43871 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SSHrM-00005e-6x for submit@debbugs.gnu.org; Wed, 09 May 2012 21:08:00 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:40883 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SSHrF-00005K-2u; Wed, 09 May 2012 21:07:58 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SSHp1-0001sB-Rt; Wed, 09 May 2012 21:05:35 -0400 From: Glenn Morris To: Dave Abrahams Subject: Re: bug#11318: [Patchset] A bugfix and an arguable bugfix for ediff-inferior-compare-regions References: <1335209306-81494-1-git-send-email-dave@boostpro.com> X-Spook: bomb S Box Mena CIA Rule Psix NWO secure Lexis-Nexis X-Ran: F/;2h@1l~Q|0gxb(kjzkdW9z[Re?c@$O^v8>pq;B (Dave Abrahams's message of "Mon, 23 Apr 2012 15:28:24 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11318 Cc: 11318@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) merge 11318 11319 stop > [PATCH 1/2] BUGFIX: select current-diff-comparison regions for > [PATCH 2/2] Useful behavior for ediff-inferior-compare-regions when As you can see, this style of sending patches is sub-optimal, since each mail created a separate bug report, including this one, which I am now merging with "patch 1". From debbugs-submit-bounces@debbugs.gnu.org Wed May 09 21:42:33 2012 Received: (at 11318) by debbugs.gnu.org; 10 May 2012 01:42:33 +0000 Received: from localhost ([127.0.0.1]:43880 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SSIOm-0001gy-Dz for submit@debbugs.gnu.org; Wed, 09 May 2012 21:42:33 -0400 Received: from mail-qa0-f51.google.com ([209.85.216.51]:43400) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SSIOj-0001gm-MH for 11318@debbugs.gnu.org; Wed, 09 May 2012 21:42:30 -0400 Received: by qaea16 with SMTP id a16so1226765qae.17 for <11318@debbugs.gnu.org>; Wed, 09 May 2012 18:40:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:x-gm-message-state; bh=OPXF2dxb+2xvb4sLn3jeiSUvHX0iAZAsH5aKM1UeeoU=; b=W3dGJtLvQOztAOCOA0b6P1AMVX38CI+UUD/lNbgrDmz7pq4xOGd5raZNH/sWswfjW6 VFAPD4lbzc6wnCM4oDDUYIylA3agtJbs7GjgXwV/Mv/2xGsfFuLKfmLqzGCpNgf36PSW BJuj3Hu7QcU0aVLtUj2DKa6oC6Iaw5m7kt7tEFyajPWoBvaJolN+YmLQL51Y8l9S0yUd 9kNi67VmwvyBgPnrgu5oZU7e4iUUfhbXw/j+3/WPWXEuShgDDlfnMo0R+hDIdn7FuwBu NI3d8xVlMIHbTTyIp8Vqmpy0U0JpBqZJDdhiAeQ8NtZGrvBa0rUEwbejx35CnkkJU5B1 zvsg== Received: by 10.224.33.199 with SMTP id i7mr8744377qad.59.1336614006738; Wed, 09 May 2012 18:40:06 -0700 (PDT) Received: from pluto.local (207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com. [207.172.223.249]) by mx.google.com with ESMTPS id fk7sm13550055qab.3.2012.05.09.18.40.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 May 2012 18:40:05 -0700 (PDT) Received: by pluto.local (Postfix, from userid 501) id B080B4216657; Wed, 9 May 2012 21:40:04 -0400 (EDT) From: Dave Abrahams To: Glenn Morris Subject: Re: bug#11318: [Patchset] A bugfix and an arguable bugfix for ediff-inferior-compare-regions References: <1335209306-81494-1-git-send-email-dave@boostpro.com> Date: Wed, 09 May 2012 21:40:04 -0400 In-Reply-To: (Glenn Morris's message of "Wed, 09 May 2012 21:05:35 -0400") Message-ID: User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.94 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Gm-Message-State: ALoCoQmH2swPdaR478AFUhtmUxi/Lf2m/leljMy5e/Pc3ZR8mth7epydZ0V/DpAla1DA1AldPHyL X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11318 Cc: 11318@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) on Wed May 09 2012, Glenn Morris wrote: > merge 11318 11319 > stop > >> [PATCH 1/2] BUGFIX: select current-diff-comparison regions for >> [PATCH 2/2] Useful behavior for ediff-inferior-compare-regions when > > As you can see, this style of sending patches is sub-optimal, since each > mail created a separate bug report, including this one, which I am now > merging with "patch 1". Sorry about that. I'll try something else next time around. -- Dave Abrahams BoostPro Computing http://www.boostpro.com From debbugs-submit-bounces@debbugs.gnu.org Thu May 10 00:07:04 2012 Received: (at 11318) by debbugs.gnu.org; 10 May 2012 04:07:04 +0000 Received: from localhost ([127.0.0.1]:43970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SSKed-0005ln-Vl for submit@debbugs.gnu.org; Thu, 10 May 2012 00:07:04 -0400 Received: from ironport-out.teksavvy.com ([206.248.143.162]:59643) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SSKec-0005lK-Bg for 11318@debbugs.gnu.org; Thu, 10 May 2012 00:07:02 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApYIACxOgk9FpYsJ/2dsb2JhbABDuCMDgQyBCIIJAQEEAVYjBQsLDiYSFBgNJIgcBbYyiyw1hHkEpEWBXYMDgUA X-IronPort-AV: E=Sophos;i="4.75,391,1330923600"; d="scan'208";a="179375409" Received: from 69-165-139-9.dsl.teksavvy.com (HELO pastel.home) ([69.165.139.9]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 10 May 2012 00:04:39 -0400 Received: by pastel.home (Postfix, from userid 20848) id 9E74958D61; Thu, 10 May 2012 00:04:36 -0400 (EDT) From: Stefan Monnier To: Glenn Morris Subject: Re: bug#11318: [Patchset] A bugfix and an arguable bugfix for ediff-inferior-compare-regions Message-ID: References: <1335209306-81494-1-git-send-email-dave@boostpro.com> Date: Thu, 10 May 2012 00:04:36 -0400 In-Reply-To: (Glenn Morris's message of "Wed, 09 May 2012 21:05:35 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 11318 Cc: Dave Abrahams , 11318@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) > As you can see, this style of sending patches is sub-optimal, since each > mail created a separate bug report, including this one, which I am now > merging with "patch 1". Arguably, debbugs (sh|c)ould pay attention to the References: (or In-reply-to:) header to automatically put the replies in the same bug as their "parent" message. Stefan From debbugs-submit-bounces@debbugs.gnu.org Thu May 10 00:22:26 2012 Received: (at 11318) by debbugs.gnu.org; 10 May 2012 04:22:26 +0000 Received: from localhost ([127.0.0.1]:43989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SSKtV-00067J-MH for submit@debbugs.gnu.org; Thu, 10 May 2012 00:22:26 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:45951 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SSKtT-00067C-D7 for 11318@debbugs.gnu.org; Thu, 10 May 2012 00:22:24 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SSKrE-0004u5-FN; Thu, 10 May 2012 00:20:04 -0400 From: Glenn Morris To: Stefan Monnier Subject: Re: bug#11318: [Patchset] A bugfix and an arguable bugfix for ediff-inferior-compare-regions References: <1335209306-81494-1-git-send-email-dave@boostpro.com> X-Spook: e-cash doctrine bemd Blowpipe CBNRC gamma ANDVT mania X-Ran: j9r+*pRi:%oA[$0x[puRzYO[+/ZryUk$`voVl9T&TZdDEhHYa`y>H%K\>/faL>7~IKv,A= X-Hue: cyan X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 10 May 2012 00:20:04 -0400 In-Reply-To: (Stefan Monnier's message of "Thu, 10 May 2012 00:04:36 -0400") Message-ID: <36k40kd5vv.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 11318 Cc: Dave Abrahams , 11318@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Stefan Monnier wrote: > Arguably, debbugs (sh|c)ould pay attention to the References: (or > In-reply-to:) header to automatically put the replies in the same bug as > their "parent" message. It does (I added this feature), but: a) It needs time (I think) to process the first message and update the bug index with the message-id, so if all messages arrive at the same instant, it doesn't work. b) I made the decision to require a subject starting with "Re:" for this to take effect, because sometimes people reply to an old message and change the subject with the intention of creating a new report. (I'm pretty sure I've said this before.) I'm feeling like I should admit defeat on this aspect, since it seems people just love messing around with the subject header. I also added something that makes [patch] equivalent to Tags:patch But it's never been an advertised convention for any Emacs mailing list AFAIK, and it makes me grumpy. :) I've always assumed it came from the linux kernel and is now the [in thing]. But let's not turn this into another BEGIN_SRC derail... From debbugs-submit-bounces@debbugs.gnu.org Sat May 12 13:19:05 2012 Received: (at 11318) by debbugs.gnu.org; 12 May 2012 17:19:05 +0000 Received: from localhost ([127.0.0.1]:50582 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1STFyD-0006fG-5D for submit@debbugs.gnu.org; Sat, 12 May 2012 13:19:05 -0400 Received: from ironport-out.teksavvy.com ([206.248.143.162]:55668) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1STFyB-0006en-FI for 11318@debbugs.gnu.org; Sat, 12 May 2012 13:19:03 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApYIACxOgk9Ld/zG/2dsb2JhbABDuCMDgQyBCIIJAQEEAVYjBQsLDiYSFBgNJIgcBbYyi2GEeQSkRYFdgwM X-IronPort-AV: E=Sophos;i="4.75,391,1330923600"; d="scan'208";a="179827024" Received: from 75-119-252-198.dsl.teksavvy.com (HELO ceviche.home) ([75.119.252.198]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 12 May 2012 13:18:46 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 6A0BA66A50; Sat, 12 May 2012 13:18:45 -0400 (EDT) From: Stefan Monnier To: Glenn Morris Subject: Re: bug#11318: [Patchset] A bugfix and an arguable bugfix for ediff-inferior-compare-regions Message-ID: References: <1335209306-81494-1-git-send-email-dave@boostpro.com> <36k40kd5vv.fsf@fencepost.gnu.org> Date: Sat, 12 May 2012 13:18:45 -0400 In-Reply-To: <36k40kd5vv.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 10 May 2012 00:20:04 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 11318 Cc: Dave Abrahams , 11318@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) >> Arguably, debbugs (sh|c)ould pay attention to the References: (or >> In-reply-to:) header to automatically put the replies in the same bug as >> their "parent" message. > It does (I added this feature), but: Good, thanks. I did remember you adding such a thing, but I figured it must have been something slightly different. > a) It needs time (I think) to process the first message and update the > bug index with the message-id, so if all messages arrive at the same > instant, it doesn't work. Oh, yes, that's a real bummer. So we'd have to sequentialize processing of incoming messages (if it's not done yet) and handle the message-ids both ways: i.e. recognize when a message comes after its reply and put it in the same bug-id. That could be tricky/risky indeed. > b) I made the decision to require a subject starting with "Re:" for this > to take effect, because sometimes people reply to an old message and > change the subject with the intention of creating a new report. > (I'm pretty sure I've said this before.) > I'm feeling like I should admit defeat on this aspect, since it seems > people just love messing around with the subject header. Is there an easy way to see (in retrospect) whether this "Re:" filtering did the right thing more often than not? > I also added something that makes [patch] equivalent to > Tags:patch Great, tho it doesn't seem to be used much. Stefan From debbugs-submit-bounces@debbugs.gnu.org Tue May 22 17:41:54 2012 Received: (at control) by debbugs.gnu.org; 22 May 2012 21:41:54 +0000 Received: from localhost ([127.0.0.1]:39428 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SWwq1-0005Lz-MI for submit@debbugs.gnu.org; Tue, 22 May 2012 17:41:53 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:46475 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SWwpz-0005Lt-RH for control@debbugs.gnu.org; Tue, 22 May 2012 17:41:52 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SWwpF-0007UU-Vp for control@debbugs.gnu.org; Tue, 22 May 2012 17:41:06 -0400 Date: Tue, 22 May 2012 17:41:05 -0400 Message-Id: Subject: control message for bug 11319 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) merge 9678 11319 From debbugs-submit-bounces@debbugs.gnu.org Tue May 22 17:43:56 2012 Received: (at control) by debbugs.gnu.org; 22 May 2012 21:43:56 +0000 Received: from localhost ([127.0.0.1]:39432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SWws0-0005Po-5y for submit@debbugs.gnu.org; Tue, 22 May 2012 17:43:56 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:46530 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SWwry-0005Pi-DG for control@debbugs.gnu.org; Tue, 22 May 2012 17:43:54 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SWwrE-00028f-DH for control@debbugs.gnu.org; Tue, 22 May 2012 17:43:08 -0400 Date: Tue, 22 May 2012 17:43:08 -0400 Message-Id: Subject: control message for bug 11319 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) merge 10984 11319 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 20 22:37:23 2012 Received: (at 11318) by debbugs.gnu.org; 21 Jul 2012 02:37:23 +0000 Received: from localhost ([127.0.0.1]:53313 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SsPZL-0006pL-KK for submit@debbugs.gnu.org; Fri, 20 Jul 2012 22:37:23 -0400 Received: from mail-vc0-f172.google.com ([209.85.220.172]:56678) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SsPZJ-0006pE-AI for 11318@debbugs.gnu.org; Fri, 20 Jul 2012 22:37:22 -0400 Received: by vcbfo14 with SMTP id fo14so4566919vcb.3 for <11318@debbugs.gnu.org>; Fri, 20 Jul 2012 19:31:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:x-gm-message-state; bh=jniQROmZbQp/cVC4gyO2CxcED64gYY3ho5qiEkQljuo=; b=ZsHvgGOz/E7ZIrjRAnJDfW1laPQ1Ogk3CGluDshnTXIBkqSNkzo584J/R0vtvoHyMK FZU43WpNj9rzbJd+je/RdyNSf/mtuXJIbHnH3z+zxGOF1nLRbGILeyBk01fvAlm2UXXA RbeyWDjvmhgH7dXf6RJUMLmt5GaD0jEC68qffVvi2P9jR62Ifq/SpAgeUxWKxE2AfCjM gbhqrVyoxXRBW1RJqyKeXOyTQM4yHcsAmz9SQki3t72rww0Q8631I95VraluT99jKxcz u3rDvzpvuRB+vdbdLkXrEGz+F+B6VfngRNmo1gqh8pn9jLsywgkNH2Hi+WYFVP5KRiWe VtXg== Received: by 10.52.89.35 with SMTP id bl3mr5487498vdb.106.1342837860653; Fri, 20 Jul 2012 19:31:00 -0700 (PDT) Received: from pluto.luannocracy.com (207-172-223-249.c3-0.smr-ubr3.sbo-smr.ma.static.cable.rcn.com. [207.172.223.249]) by mx.google.com with ESMTPS id ek5sm4549591vdb.5.2012.07.20.19.30.58 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Jul 2012 19:30:59 -0700 (PDT) Received: by pluto.luannocracy.com (Postfix, from userid 501) id 712285B793FA; Fri, 20 Jul 2012 22:30:58 -0400 (EDT) From: Dave Abrahams To: Glenn Morris Subject: Re: bug#11318: [Patchset] A bugfix and an arguable bugfix for ediff-inferior-compare-regions References: <1335209306-81494-1-git-send-email-dave@boostpro.com> Date: Fri, 20 Jul 2012 22:30:58 -0400 In-Reply-To: (Glenn Morris's message of "Wed, 09 May 2012 21:05:35 -0400") Message-ID: User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Gm-Message-State: ALoCoQlkkPebDkUH3IPoMLhJoXSjByWQ8jV8EfTR6AU+QxLx2Q09fnISWsxIEj++fbKlwC02kjHG X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11318 Cc: 11318@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) on Wed May 09 2012, Glenn Morris wrote: > merge 11318 11319 > stop > >> [PATCH 1/2] BUGFIX: select current-diff-comparison regions for >> [PATCH 2/2] Useful behavior for ediff-inferior-compare-regions when > > As you can see, this style of sending patches is sub-optimal, since each > mail created a separate bug report, including this one, which I am now > merging with "patch 1". Sub-optimal style aside, how about applying these patches? As far as I can tell (and I might be misreading), they have not yet been applied. -- Dave Abrahams BoostPro Computing http://www.boostpro.com From unknown Sun Jun 15 08:48:04 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 15 Jan 2013 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator