From unknown Fri Aug 15 12:49:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#10133 <10133@debbugs.gnu.org> To: bug#10133 <10133@debbugs.gnu.org> Subject: Status: log-view and transient mark mode Reply-To: bug#10133 <10133@debbugs.gnu.org> Date: Fri, 15 Aug 2025 19:49:19 +0000 retitle 10133 log-view and transient mark mode reassign 10133 emacs submitter 10133 Richard Copley severity 10133 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 25 09:16:59 2011 Received: (at submit) by debbugs.gnu.org; 25 Nov 2011 14:16:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RTwaJ-00007T-KQ for submit@debbugs.gnu.org; Fri, 25 Nov 2011 09:16:59 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RTwaH-00007M-F2 for submit@debbugs.gnu.org; Fri, 25 Nov 2011 09:16:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTwYh-0006nM-8Q for submit@debbugs.gnu.org; Fri, 25 Nov 2011 09:15:20 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:60986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTwYh-0006nI-72 for submit@debbugs.gnu.org; Fri, 25 Nov 2011 09:15:19 -0500 Received: from eggs.gnu.org ([140.186.70.92]:50213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTwYd-0001PS-4k for bug-gnu-emacs@gnu.org; Fri, 25 Nov 2011 09:15:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTwYb-0006mD-RK for bug-gnu-emacs@gnu.org; Fri, 25 Nov 2011 09:15:15 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:47405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTwYb-0006m1-N9 for bug-gnu-emacs@gnu.org; Fri, 25 Nov 2011 09:15:13 -0500 Received: by ggnq1 with SMTP id q1so4311178ggn.0 for ; Fri, 25 Nov 2011 06:15:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=qo0kbGjQE0oefGgzI0qkZyBjN6rvDtx50o2j4mdUSkY=; b=XnRnmiYcyy9KEyaQFjF5A4pDkORGXbnixDpAwl8KE/7hasU1K7wjCM79idmWZf18aZ EzIx6GSxCgQlzdyMrk8cFj1gMasbDz3nkira3jtvubWVrn59wqUFD3sjj5XXeT+Civ5m ZjYUKyLgxBwFEN5bxnRna7QLYiszU6a9J5WJk= MIME-Version: 1.0 Received: by 10.182.72.100 with SMTP id c4mr10410797obv.39.1322230512296; Fri, 25 Nov 2011 06:15:12 -0800 (PST) Received: by 10.182.50.233 with HTTP; Fri, 25 Nov 2011 06:15:12 -0800 (PST) Date: Fri, 25 Nov 2011 14:15:12 +0000 Message-ID: Subject: 24.0.91; mark-active From: Richard Copley To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -5.7 (-----) The value of mark-active isn't always correct. (I first noticed this when I typed `d' in a vc-log-view buffer and got the diff between the revisions at point and mark, not the diff for the change at point.) >From `emacs -Q', M-x transient-mark-mode => Transient-Mark mode disabled M-: mark-active => nil C-SPC => Mark set M-: mark-active => t In GNU Emacs 24.0.91.1 (i386-mingw-nt5.1.2600) of 2011-11-25 on 57172UHB Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.6) --cflags -fno-omit-frame-pointer' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENG value of $XMODIFIERS: nil locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t Recent input: M-x t r a n s i e n t - m a r k - m o d e M-: m a r k - a c t i v e C-SPC M-: m a r k - a c t i v e M-x r e p o r t - e m a c s - b u g Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Transient-Mark mode disabled nil Mark set t Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug cus-start cus-load time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 25 09:32:05 2011 Received: (at 10133) by debbugs.gnu.org; 25 Nov 2011 14:32:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RTwov-0000T6-1H for submit@debbugs.gnu.org; Fri, 25 Nov 2011 09:32:05 -0500 Received: from mail-gx0-f172.google.com ([209.85.161.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RTwot-0000Sz-Bg for 10133@debbugs.gnu.org; Fri, 25 Nov 2011 09:32:03 -0500 Received: by ggnp4 with SMTP id p4so3538386ggn.3 for <10133@debbugs.gnu.org>; Fri, 25 Nov 2011 06:30:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=lpEqGaEV9WHuzsl7DxbnrDqZSrHXZiub/QXfJPnTbfM=; b=JuOrWlO+/PFiqVH1hVUwzZxK4JlJCCQBaDnEdthDF9c/cB/ZfkBcHi5KuMQqUroZ8G aPKZp4vEu5XLnLdM6x+j4Vm5vYNpZQTXpDeCEUyGZfqTJ2vfzOeS6R7zd3iZ5DMrg7Ug 9EerTCKZ59DqhjEBz//yEirwlHKO79bbUlmN0= MIME-Version: 1.0 Received: by 10.182.72.100 with SMTP id c4mr10420944obv.39.1322231425649; Fri, 25 Nov 2011 06:30:25 -0800 (PST) Received: by 10.182.50.233 with HTTP; Fri, 25 Nov 2011 06:30:25 -0800 (PST) Date: Fri, 25 Nov 2011 14:30:25 +0000 Message-ID: Subject: Re: bug#10133 (24.0.91; mark-active) From: Richard Copley To: 10133@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -4.6 (----) X-Debbugs-Envelope-To: 10133 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -4.5 (----) Ah, I see that `mark-active' isn't quite what I thought it was. I guess the bug is that the functions in "log-view.el" should be using `use-region-p' or `region-active-p' rather than `mark-active'. From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 28 21:56:26 2011 Received: (at 10133) by debbugs.gnu.org; 29 Nov 2011 02:56:26 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVDru-00079M-0x for submit@debbugs.gnu.org; Mon, 28 Nov 2011 21:56:26 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVDrr-00079F-5y for 10133@debbugs.gnu.org; Mon, 28 Nov 2011 21:56:24 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RVDpx-0006w3-13; Mon, 28 Nov 2011 21:54:25 -0500 From: Glenn Morris To: Richard Copley Subject: Re: bug#10133: (24.0.91; mark-active) References: X-Spook: Syria LLNL Albania csim Venezuela ANC explosion Audiotel X-Ran: rWw#`yD(!]1DmQ{&nHJ*&];V(q99oLT\0-Pd;")pkHz,LX+E;tgB{Yy5/k>uQjbuahEMNG X-Hue: red X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 28 Nov 2011 21:54:24 -0500 In-Reply-To: (Richard Copley's message of "Fri, 25 Nov 2011 14:30:25 +0000") 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.4 (------) X-Debbugs-Envelope-To: 10133 Cc: 10133@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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.4 (------) Richard Copley wrote: > I guess the bug is that the functions in "log-view.el" should be using > `use-region-p' or `region-active-p' rather than `mark-active'. Why? That would make them dependent on transient mark mode. Nowhere in the doc of eg log-view-diff does it say that the function behaves differently if transient mark mode is on. So I don't see that there is a bug here. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 29 08:54:36 2011 Received: (at 10133) by debbugs.gnu.org; 29 Nov 2011 13:54:36 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVO8q-0006IH-7o for submit@debbugs.gnu.org; Tue, 29 Nov 2011 08:54:36 -0500 Received: from chene.dit.umontreal.ca ([132.204.246.20]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVO8m-0006I9-SL for 10133@debbugs.gnu.org; Tue, 29 Nov 2011 08:54:34 -0500 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id pATDqVRW008973; Tue, 29 Nov 2011 08:52:31 -0500 Received: by pastel.home (Postfix, from userid 20848) id CDF834E758; Tue, 29 Nov 2011 08:52:30 -0500 (EST) From: Stefan Monnier To: Glenn Morris Subject: Re: bug#10133: (24.0.91; mark-active) Message-ID: References: Date: Tue, 29 Nov 2011 08:52:30 -0500 In-Reply-To: (Glenn Morris's message of "Mon, 28 Nov 2011 21:54:24 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4055=0 X-NAI-Spam-Version: 2.2.0.9286 : core <4055> : streams <706258> : uri <1018288> X-Spam-Score: -4.4 (----) X-Debbugs-Envelope-To: 10133 Cc: Richard Copley , 10133@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -4.4 (----) >> I guess the bug is that the functions in "log-view.el" should be using >> `use-region-p' or `region-active-p' rather than `mark-active'. > Why? That would make them dependent on transient mark mode. But the current behavior means that without transient-mark-mode, if you've set the mark at some point in the past, you can't do a "diff with current file" any more, only a "diff between revision at point and revision at mark". > Nowhere in the doc of eg log-view-diff does it say that the function > behaves differently if transient mark mode is on. So I don't see that > there is a bug here. It's maybe not a bug, but it's a limitation. I think `use-region-p' would make a lot of sense here nowadays (there was no temporary tmm back when I wrote the code, so something like use-region-p would have made the "diff between 2 revisions" inaccessible to non-tmm users, but this limit has now been lifted). Stefan From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 29 12:29:35 2011 Received: (at 10133) by debbugs.gnu.org; 29 Nov 2011 17:29:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVRUs-0003hn-Bm for submit@debbugs.gnu.org; Tue, 29 Nov 2011 12:29:35 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVRUj-0003ha-PE for 10133@debbugs.gnu.org; Tue, 29 Nov 2011 12:29:28 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RVRSk-0000NW-8w; Tue, 29 Nov 2011 12:27:22 -0500 From: Glenn Morris To: Stefan Monnier Subject: Re: bug#10133: (24.0.91; mark-active) References: X-Spook: mailbomb benelux SP4 Audiotel BLU-97 A/B e-bomb X-Ran: {+\mr,nC9p^cqMlh.47>H+-_c}[&hI2?&+TFr5~FF%'P\F,09McjEWt'C>5:h`G'+OGF:1 X-Hue: red X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 29 Nov 2011 12:27:22 -0500 In-Reply-To: (Stefan Monnier's message of "Tue, 29 Nov 2011 08:52:30 -0500") 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.4 (------) X-Debbugs-Envelope-To: 10133 Cc: Richard Copley , 10133@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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.4 (------) Stefan Monnier wrote: > But the current behavior means that without transient-mark-mode, if > you've set the mark at some point in the past, you can't do a "diff with > current file" any more, only a "diff between revision at point and > revision at mark". You can move the mark to point, though I agree it's not ideal. > I think `use-region-p' would make a lot of sense here nowadays (there > was no temporary tmm back when I wrote the code, so something like > use-region-p would have made the "diff between 2 revisions" > inaccessible to non-tmm users, but this limit has now been lifted). Some people disable even temporary tmm. :) From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 29 13:19:28 2011 Received: (at control) by debbugs.gnu.org; 29 Nov 2011 18:19:28 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVSH8-0004uO-Iv for submit@debbugs.gnu.org; Tue, 29 Nov 2011 13:19:27 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RVSH5-0004uG-C1 for control@debbugs.gnu.org; Tue, 29 Nov 2011 13:19:24 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RVSF7-0003oH-RX for control@debbugs.gnu.org; Tue, 29 Nov 2011 13:17:21 -0500 Date: Tue, 29 Nov 2011 13:17:21 -0500 Message-Id: Subject: control message for bug 10133 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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.4 (------) retitle 10133 log-view and transient mark mode severity 10133 minor From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 09 03:59:01 2012 Received: (at 10133) by debbugs.gnu.org; 9 Aug 2012 07:59:01 +0000 Received: from localhost ([127.0.0.1]:43652 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzNe0-0008F1-Ly for submit@debbugs.gnu.org; Thu, 09 Aug 2012 03:59:01 -0400 Received: from mail-yw0-f44.google.com ([209.85.213.44]:64330) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzNdu-0008El-K9 for 10133@debbugs.gnu.org; Thu, 09 Aug 2012 03:58:59 -0400 Received: by yhq56 with SMTP id 56so146634yhq.3 for <10133@debbugs.gnu.org>; Thu, 09 Aug 2012 00:50:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=t21wwOUGmRluTHsT2yfT3ONhzNuKgXEypAuUKAeohec=; b=DFhqxXzx0QrgT3zNstSS7Vu11FOZgJFDgfc6Tx7QLePEtf6VsY+Vm+5K2RTNODl79P Jn4UejIJbZx5/ef6musLeTyC54ICnYlY6FrvDfOd2Id766yzHhq3imUYHNCgF0U0Vog4 00Pd747ji46oBPUtBhUf4d49DiStNbbavHeDiDqXK1Qta0loM9phYXe/sMR2UUnzOWOB eKBl5mxhVTO8rAukZsbnAwLwbk4iXaXaQNC7XEmegNQCDudWfeBS7e5imF4g1Zr9Wveg cgNl3n4rx8bFfmbDFcboSqQ8NsBvTg1Vzi/ohfb/D/QMGtB8iXzOqr/Th7iLVQTSxpUy jO1Q== Received: by 10.66.87.132 with SMTP id ay4mr39415115pab.82.1344498645207; Thu, 09 Aug 2012 00:50:45 -0700 (PDT) Received: from ulysses (cm162.gamma80.maxonline.com.sg. [202.156.80.162]) by mx.google.com with ESMTPS id pn4sm642153pbb.50.2012.08.09.00.50.40 (version=SSLv3 cipher=OTHER); Thu, 09 Aug 2012 00:50:43 -0700 (PDT) From: Chong Yidong To: Stefan Monnier Subject: Re: bug#10133: (24.0.91; mark-active) References: Date: Thu, 09 Aug 2012 15:50:25 +0800 In-Reply-To: (Stefan Monnier's message of "Tue, 29 Nov 2011 08:52:30 -0500") Message-ID: <871ujg33ni.fsf@gnu.org> 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: -2.6 (--) X-Debbugs-Envelope-To: 10133 Cc: Richard Copley , Glenn Morris , 10133@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 (--) Stefan Monnier writes: >> Nowhere in the doc of eg log-view-diff does it say that the function >> behaves differently if transient mark mode is on. So I don't see that >> there is a bug here. > > It's maybe not a bug, but it's a limitation. > I think `use-region-p' would make a lot of sense here nowadays (there > was no temporary tmm back when I wrote the code, so something like > use-region-p would have made the "diff between 2 revisions" > inaccessible to non-tmm users, but this limit has now been lifted). I changed it to use use-region-p. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 09 03:59:01 2012 Received: (at control) by debbugs.gnu.org; 9 Aug 2012 07:59:01 +0000 Received: from localhost ([127.0.0.1]:43654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzNe1-0008F6-7J for submit@debbugs.gnu.org; Thu, 09 Aug 2012 03:59:01 -0400 Received: from mail-pb0-f44.google.com ([209.85.160.44]:44631) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SzNdx-0008Ep-Kc for control@debbugs.gnu.org; Thu, 09 Aug 2012 03:59:00 -0400 Received: by pbbrr4 with SMTP id rr4so540782pbb.3 for ; Thu, 09 Aug 2012 00:50:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type; bh=GFDCiG7DQjLU0YjY1jm4GmP0DjnIla8OHLFputBsEDc=; b=BPuoA9GflnRqCbwboxSqQ39P/yozpejurayt4G5CkVRAJrk9A9vue+ZxVG7FsEcKrr T8RSErufSaJJcbi72D2ImKcrEJMBB4qR//w/cx+494XvPhvbHDzdjhjy4dYurUkjhVWk hH7MvHYf+k4abCcRjjP1ly7JOS823jj33bmFNQ/6kLvLlRnzPKGiyLHHcPE2tqAWPBtf LVQX1sXs/xUGcOr8zjNjXIFE/dKx/ozD1JnHZSgM65sKFZ9D6uEalVV2kl4VdFIVWjnF MmyPTuIr8TmZ5kLcBHzyAhCdWzEVpS45ng6G97PwIpAlmrQqvs5KZwKVpOnIYoCaLM1Q k4rQ== Received: by 10.68.192.40 with SMTP id hd8mr2012928pbc.125.1344498648609; Thu, 09 Aug 2012 00:50:48 -0700 (PDT) Received: from ulysses (cm162.gamma80.maxonline.com.sg. [202.156.80.162]) by mx.google.com with ESMTPS id sj5sm647805pbc.30.2012.08.09.00.50.45 (version=SSLv3 cipher=OTHER); Thu, 09 Aug 2012 00:50:47 -0700 (PDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 10133 Date: Thu, 09 Aug 2012 15:50:38 +0800 Message-ID: <87a9y4a4hd.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) 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: -2.6 (--) close 10133 thanks From unknown Fri Aug 15 12:49:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 06 Sep 2012 11:24:02 +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