unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#12140: 24.1; mouse-drag-track: Args out of range: 2746, 71308
@ 2012-08-05  7:14 Leo
  2012-08-05  9:39 ` Chong Yidong
  0 siblings, 1 reply; 6+ messages in thread
From: Leo @ 2012-08-05  7:14 UTC (permalink / raw)
  To: 12140

1. Emacs -q
2. C-h i m elisp RET
3. Use mouse-1 to click the buffer
3. 1 ; enter the first node
4. Use mouse-1 to click the buffer

Debugger entered--Lisp error: (args-out-of-range 1 71543)
  buffer-substring-no-properties(1 71543)
  mouse-drag-track((down-mouse-1 (#<window 3 on *info*> 71580 (291 . 474) 214100214 nil 71580 (36 . 31) nil (3 . 14) (8 . 15))) t)
  mouse-drag-region((down-mouse-1 (#<window 3 on *info*> 71580 (291 . 474) 214100214 nil 71580 (36 . 31) nil (3 . 14) (8 . 15))))
  call-interactively(mouse-drag-region nil nil)





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#12140: 24.1; mouse-drag-track: Args out of range: 2746, 71308
  2012-08-05  7:14 bug#12140: 24.1; mouse-drag-track: Args out of range: 2746, 71308 Leo
@ 2012-08-05  9:39 ` Chong Yidong
  2012-08-05 14:01   ` Leo
  0 siblings, 1 reply; 6+ messages in thread
From: Chong Yidong @ 2012-08-05  9:39 UTC (permalink / raw)
  To: Leo; +Cc: 12140

Leo <sdl.web@gmail.com> writes:

> 1. Emacs -q
> 2. C-h i m elisp RET
> 3. Use mouse-1 to click the buffer
> 3. 1 ; enter the first node
> 4. Use mouse-1 to click the buffer
>
> Debugger entered--Lisp error: (args-out-of-range 1 71543)
>   buffer-substring-no-properties(1 71543)
>   mouse-drag-track((down-mouse-1 (#<window 3 on *info*> 71580 (291
> . 474) 214100214 nil 71580 (36 . 31) nil (3 . 14) (8 . 15))) t)
>   mouse-drag-region((down-mouse-1 (#<window 3 on *info*> 71580 (291
> . 474) 214100214 nil 71580 (36 . 31) nil (3 . 14) (8 . 15))))
>   call-interactively(mouse-drag-region nil nil)

I'm pretty sure this is already fixed in the trunk, and in the emacs-24
branch.  Please check.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#12140: 24.1; mouse-drag-track: Args out of range: 2746, 71308
  2012-08-05  9:39 ` Chong Yidong
@ 2012-08-05 14:01   ` Leo
  2012-08-06  3:38     ` Chong Yidong
  0 siblings, 1 reply; 6+ messages in thread
From: Leo @ 2012-08-05 14:01 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 12140

On 2012-08-05 17:39 +0800, Chong Yidong wrote:
> I'm pretty sure this is already fixed in the trunk, and in the emacs-24
> branch.  Please check.

My emacs build is 4 commits behind the emacs-24 head. Looks like it is
not fixed there.

Leo





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#12140: 24.1; mouse-drag-track: Args out of range: 2746, 71308
  2012-08-05 14:01   ` Leo
@ 2012-08-06  3:38     ` Chong Yidong
  2012-08-06 17:50       ` Leo
  0 siblings, 1 reply; 6+ messages in thread
From: Chong Yidong @ 2012-08-06  3:38 UTC (permalink / raw)
  To: Leo; +Cc: 12140

Leo <sdl.web@gmail.com> writes:

> On 2012-08-05 17:39 +0800, Chong Yidong wrote:
>> I'm pretty sure this is already fixed in the trunk, and in the emacs-24
>> branch.  Please check.
>
> My emacs build is 4 commits behind the emacs-24 head. Looks like it is
> not fixed there.

I'm afraid I can't reproduce the bug with the recipe you gave, even with
the 24.1 release.  I did fix a couple of similar-sounding bugs, though.
Please check if you see the same bug with trunk.  If not, maybe one of
the changes on the trunk need to be backported (probably 108702/108703).





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#12140: 24.1; mouse-drag-track: Args out of range: 2746, 71308
  2012-08-06  3:38     ` Chong Yidong
@ 2012-08-06 17:50       ` Leo
  2012-08-07  3:26         ` Chong Yidong
  0 siblings, 1 reply; 6+ messages in thread
From: Leo @ 2012-08-06 17:50 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 12140

On 2012-08-06 11:38 +0800, Chong Yidong wrote:
> I'm afraid I can't reproduce the bug with the recipe you gave, even with
> the 24.1 release.  I did fix a couple of similar-sounding bugs, though.
> Please check if you see the same bug with trunk.  If not, maybe one of
> the changes on the trunk need to be backported (probably 108702/108703).

With rev108702 and 108703 applied in emacs-24, I could not reproduce the
bug.

Leo





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#12140: 24.1; mouse-drag-track: Args out of range: 2746, 71308
  2012-08-06 17:50       ` Leo
@ 2012-08-07  3:26         ` Chong Yidong
  0 siblings, 0 replies; 6+ messages in thread
From: Chong Yidong @ 2012-08-07  3:26 UTC (permalink / raw)
  To: Leo; +Cc: 12140

Leo <sdl.web@gmail.com> writes:

> On 2012-08-06 11:38 +0800, Chong Yidong wrote:
>> I'm afraid I can't reproduce the bug with the recipe you gave, even with
>> the 24.1 release.  I did fix a couple of similar-sounding bugs, though.
>> Please check if you see the same bug with trunk.  If not, maybe one of
>> the changes on the trunk need to be backported (probably 108702/108703).
>
> With rev108702 and 108703 applied in emacs-24, I could not reproduce the
> bug.

OK, I backported those into emacs-24.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-07  3:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-05  7:14 bug#12140: 24.1; mouse-drag-track: Args out of range: 2746, 71308 Leo
2012-08-05  9:39 ` Chong Yidong
2012-08-05 14:01   ` Leo
2012-08-06  3:38     ` Chong Yidong
2012-08-06 17:50       ` Leo
2012-08-07  3:26         ` Chong Yidong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).