GNU bug report logs - #7153
24.0.50; ediff-clone-buffer-for-region-comparison

Previous Next

Package: emacs;

Reported by: Stephen Berman <stephen.berman <at> gmx.net>

Date: Sun, 3 Oct 2010 15:39:02 UTC

Severity: normal

Tags: moreinfo

Found in version 24.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7153 in the body.
You can then email your comments to 7153 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#7153; Package emacs. (Sun, 03 Oct 2010 15:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stephen Berman <stephen.berman <at> gmx.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 03 Oct 2010 15:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50; ediff-clone-buffer-for-region-comparison
Date: Sun, 03 Oct 2010 17:41:45 +0200
1. emacs -Q
2. M-x ediff-regions-linewise, type RET twice to use *scratch* for both
   Ediff buffers (it doesn't matter which buffers are used).
3. Try to select a region with the mouse
=> Emacs beeps and announces the error "mouse-drag-track: The mark is
not set now, so there is no region" 

This happens on any click of the mouse in the buffer.  Nevertheless, it
is possible to select a region by dragging the mouse with mouse-1
pressed.  Subsequently, further mouse clicks do not raise an error any
more.  The bug also happens if I visit a file and call
ediff-regions-linewise on it.

If I comment out the line
    (ediff-activate-mark)
in ediff-clone-buffer-for-region-comparison (in ediff-util.el), then
eval that function, visit a file and call ediff-regions-linewise, then
clicking with mouse-1 does not raise an error.

I observe this bug since r101737, which fixed bug#7044.  That bug
prevented even trying step 3 in the above recipe, so I don't know if the
fix introduced the mouse-drag-track bug or revealed it.


In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.18.6)
 of 2010-10-03 on escher
Windowing system distributor `The X.Org Foundation', version 11.0.10605000
configured using `configure  '--without-toolkit-scroll-bars''




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#7153; Package emacs. (Tue, 10 May 2022 02:14:01 GMT) Full text and rfc822 format available.

Message #8 received at 7153 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: 7153 <at> debbugs.gnu.org
Subject: Re: bug#7153: 24.0.50; ediff-clone-buffer-for-region-comparison
Date: Tue, 10 May 2022 04:12:42 +0200
Stephen Berman <stephen.berman <at> gmx.net> writes:

> 1. emacs -Q
> 2. M-x ediff-regions-linewise, type RET twice to use *scratch* for both
>    Ediff buffers (it doesn't matter which buffers are used).
> 3. Try to select a region with the mouse
> => Emacs beeps and announces the error "mouse-drag-track: The mark is
> not set now, so there is no region" 

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

I'm unable to reproduce this problem in Emacs 29.  Are you still seeing
this problem in recent Emacs versions?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 10 May 2022 02:14:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#7153; Package emacs. (Tue, 10 May 2022 07:24:02 GMT) Full text and rfc822 format available.

Message #13 received at 7153 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 7153 <at> debbugs.gnu.org
Subject: Re: bug#7153: 24.0.50; ediff-clone-buffer-for-region-comparison
Date: Tue, 10 May 2022 09:23:33 +0200
On Tue, 10 May 2022 04:12:42 +0200 Lars Ingebrigtsen <larsi <at> gnus.org> wrote:

> Stephen Berman <stephen.berman <at> gmx.net> writes:
>
>> 1. emacs -Q
>> 2. M-x ediff-regions-linewise, type RET twice to use *scratch* for both
>>    Ediff buffers (it doesn't matter which buffers are used).
>> 3. Try to select a region with the mouse
>> => Emacs beeps and announces the error "mouse-drag-track: The mark is
>> not set now, so there is no region"
>
> (I'm going through old bug reports that unfortunately weren't resolved
> at the time.)
>
> I'm unable to reproduce this problem in Emacs 29.  Are you still seeing
> this problem in recent Emacs versions?

No, I can't reproduce it now either.

Steve Berman




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#7153; Package emacs. (Tue, 10 May 2022 11:47:01 GMT) Full text and rfc822 format available.

Message #16 received at 7153 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: 7153 <at> debbugs.gnu.org
Subject: Re: bug#7153: 24.0.50; ediff-clone-buffer-for-region-comparison
Date: Tue, 10 May 2022 13:46:14 +0200
Stephen Berman <stephen.berman <at> gmx.net> writes:

> No, I can't reproduce it now either.

Thanks for checking; I'm closing this bug report, then.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 7153 <at> debbugs.gnu.org and Stephen Berman <stephen.berman <at> gmx.net> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 10 May 2022 11:47:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 08 Jun 2022 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 16 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.