X-Loop: don@HIDDEN
Subject: bug#844: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
Reply-To: kifer@HIDDEN, 844 <at> debbugs.gnu.org
Resent-From: Michael Kifer <kifer@HIDDEN>
Resent-To: bug-submit-list@HIDDEN
Resent-CC: Emacs Bugs <bug-gnu-emacs@HIDDEN>
Resent-Date: Sun, 31 Aug 2008 22:50:03 +0000
Resent-Message-ID: <handler.844.B.122022264511490@HIDDEN>
Resent-Sender: don@HIDDEN
X-Emacs-PR-Message: report 844
X-Emacs-PR-Package: emacs
X-Emacs-PR-Keywords:
Received: via spool by submit@HIDDEN id=B.122022264511490
(code B ref -1); Sun, 31 Aug 2008 22:50:03 +0000
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-5.7 required=4.0 tests=AWL,BAYES_00,FOURLA,GMAIL,
MURPHY_DRUGS_REL8,RCVD_IN_DNSWL_MED autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2008 22:44:05 +0000
Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7VMi1ld011484
for <submit@HIDDEN>; Sun, 31 Aug 2008 15:44:02 -0700
Received: from mx10.gnu.org ([199.232.76.166]:43449)
by fencepost.gnu.org with esmtp (Exim 4.67)
(envelope-from <kifer@HIDDEN>)
id 1KZvco-00005E-Di
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 18:42:26 -0400
Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60)
(envelope-from <kifer@HIDDEN>)
id 1KZveH-0000Rb-4b
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 18:44:00 -0400
Received: from sbcs.sunysb.edu ([130.245.1.15]:53842 helo=sbcs.cs.sunysb.edu)
by monty-python.gnu.org with esmtp (Exim 4.60)
(envelope-from <kifer@HIDDEN>)
id 1KZveG-0000RT-Ox
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 18:43:56 -0400
Received: from kiferserv (compserv1 [130.245.1.44])
by sbcs.cs.sunysb.edu (8.13.6/8.12.11) with ESMTP id m7VMhrRQ026172;
Sun, 31 Aug 2008 18:43:54 -0400 (EDT)
Date: Sun, 31 Aug 2008 18:43:54 -0400
From: Michael Kifer <kifer@HIDDEN>
To: "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN>
Cc: emacs-pretest-bug@HIDDEN
Message-ID: <20080831184354.0dafde58@kiferserv>
In-Reply-To: <48BB0FBD.4040209@HIDDEN>
References: <48BA9F45.2090908@HIDDEN>
<20080831153637.1103334a@kiferserv>
<48BB0FBD.4040209@HIDDEN>
Organization: Stony Brook University
X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.9; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?)
On Sun, 31 Aug 2008 23:40:13 +0200
"Lennart Borgman (gmail)" <lennart.borgman@HIDDEN> wrote:
> Michael Kifer wrote:
> >
> > On Sun, 31 Aug 2008 15:40:21 +0200
> > "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN> wrote:
> >
> >> When I just made a checkout of Emacs from CVS I got a merge conflict
> >> which I used ediff-revision to resolve. I then got the following back
> >> trace when I did "wb" to save the corrected file:
> >>
> >> Debugger entered--Lisp error: (error "Buffer exceeds maximum size")
> >> call-process("diff" nil #<buffer *ediff-custom-diff*> nil "-c"
> >
> > This says that the output of diff -c exceeds the buffer size.
> >
> > It is unclear how this is related to ediff per se, since ediff merely calls
> > call-process with the above command.
> >
> >> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> >> "c:/ecvsnew/bld/emacs/src/w32term.c")
> >> apply(call-process "diff" nil #<buffer *ediff-custom-diff*> nil ("-c"
> >> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> >> "c:/ecvsnew/bld/emacs/src/w32term.c"))
> >> ediff-exec-process("diff" #<buffer *ediff-custom-diff*> synchronize
> >> "-c" "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> >> "c:/ecvsnew/bld/emacs/src/w32term.c")
> >> ediff-compute-custom-diffs-maybe()
> >> ediff-save-buffer(nil)
> >> call-interactively(ediff-save-buffer nil nil)
> >>
> >> Looking into ediff-custom-diff I can see there is some problem with ^M:
> >
> > Can you explain what the problem is? It is unclear from the included text below.
>
> Sorry, I thought the part of the output below should show it, but of
> course the ^M characters I saw is gone here...
>
> Lines somewhere below the middle of the output below had extra ^M at the
> end of them.
>
> I can't reproduce the problem now, maybe it was some kind of temporary
> problem - perhaps a bad checkin to the CVS at that time?
I don't know -haven't seen this. But the main problem seems to have been that
diff -c produced a very large buffer, although I can't imagine how big it
could have been in order to cause the "Buffer exceeds maximum size" error.
In any case, it seems to be a problem with diff or call-process, if at
all.
> > In any case, I deed to be able to reproduce it in order to be able to determine
> > if something needs to be fixed in ediff. Right now it does not look like
> > an ediff problem.
> >
> > michael
> >
> >
> >> ! emacs_event->part = scroll_bar_handle;
> >> ! y = 0;
> >> ! break;
> >> case SB_BOTTOM:
> >> ! emacs_event->part = scroll_bar_handle;
> >> ! y = top_range;
> >> ! break;
> >> case SB_THUMBTRACK:
> >> case SB_THUMBPOSITION:
> >> ! if (VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)) <= 0xffff)
> >> y = HIWORD (msg->msg.wParam);
> >>
> >> ! bar->dragging = Qt;
> >>
> >> ! emacs_event->part = scroll_bar_handle;
> >>
> >>
> >>
> >> ! /* "Silently" update current position. */
> >>
> >> ! {
> >>
> >> ! SCROLLINFO si;
> >>
> >>
> >>
> >>
> >> This was with my patched version, but I do not think I have any patches
> >> that comes in here:
> >>
> >> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
> >> of 2008-08-28 (patched)
> >> Windowing system distributor `Microsoft Corp.', version 5.1.2600
> >> configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
> >>
> >>
> >
>
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: don@HIDDEN From: help-debbugs@HIDDEN (Emacs bug Tracking System) To: kifer@HIDDEN Subject: bug#844: Acknowledgement (23.0.60; ediff-merge-revision: Buffer exceeds maximum size) Message-ID: <handler.844.B.122022264511490.ack@HIDDEN> References: <20080831184354.0dafde58@kiferserv> X-Emacs-PR-Message: ack 844 X-Emacs-PR-Package: emacs Reply-To: 844 <at> debbugs.gnu.org Thank you for filing a new bug report with Emacs. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Emacs Bugs <bug-gnu-emacs@HIDDEN> If you wish to submit further information on this problem, please send it to 844 <at> debbugs.gnu.org, as before. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D844 Emacs Bug Tracking System Contact help-debbugs@HIDDEN with problems
Received: (at unknown) by unknown; unknown X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.4 required=4.0 tests=AWL,BAYES_00,MISSING_SUBJECT, NOSUBJECT,RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 1 Sep 2008 00:27:55 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m810RqeH014906 for <control@HIDDEN>; Sun, 31 Aug 2008 17:27:53 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from <rgm@HIDDEN>) id 1KZxFJ-00050A-9d; Sun, 31 Aug 2008 20:26:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18619.13993.233969.204712@HIDDEN> Date: Sun, 31 Aug 2008 20:26:17 -0400 From: Glenn Morris <rgm@HIDDEN> To: control <control <at> debbugs.gnu.org> X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: NM+0Rb,O[,ud<%:q>5gip#kEUNH#*$V-6=f7UTjhKjKWtxQAHdfg5]6?]Uw^h;^";7`?;t X-Debbugs-No-Ack: yes merge 837 841 843 844 stop please learn how to reply to bugs. :(
X-Loop: don@HIDDEN
Subject: bug#844: (no subject)
Reply-To: kifer@HIDDEN, 844 <at> debbugs.gnu.org
Resent-From: Michael Kifer <kifer@HIDDEN>
Resent-To: bug-submit-list@HIDDEN
Resent-CC: Emacs Bugs <bug-gnu-emacs@HIDDEN>
Resent-Date: Mon, 01 Sep 2008 01:05:06 +0000
Resent-Message-ID: <handler.844.B844.122023067324758@HIDDEN>
Resent-Sender: don@HIDDEN
X-Emacs-PR-Message: report 844
X-Emacs-PR-Package: emacs
X-Emacs-PR-Keywords:
Received: via spool by 844-submit@HIDDEN id=B844.122023067324758
(code B ref 844); Mon, 01 Sep 2008 01:05:06 +0000
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-2.3 required=4.0 tests=AWL,BAYES_00,MISSING_SUBJECT,
NOSUBJECT autolearn=no version=3.2.3-bugs.debian.org_2005_01_02
Received: (at 844) by emacsbugs.donarmstrong.com; 1 Sep 2008 00:57:53 +0000
Received: from sbcs.cs.sunysb.edu (sbcs.sunysb.edu [130.245.1.15])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m810vnX7024752
for <844@HIDDEN>; Sun, 31 Aug 2008 17:57:51 -0700
Received: from kiferserv (compserv1 [130.245.1.44])
by sbcs.cs.sunysb.edu (8.13.6/8.12.11) with ESMTP id m810vlLV008161
for <844@HIDDEN>; Sun, 31 Aug 2008 20:57:47 -0400 (EDT)
Date: Sun, 31 Aug 2008 20:57:48 -0400
From: Michael Kifer <kifer@HIDDEN>
To: 844 <at> debbugs.gnu.org
Message-ID: <20080831205748.7527edd8@kiferserv>
Organization: Stony Brook University
X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.9; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
This bug is not reproducible.
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: don@HIDDEN From: help-debbugs@HIDDEN (Emacs bug Tracking System) To: kifer@HIDDEN Subject: bug#844: Info received ((no subject)) Message-ID: <handler.844.B844.122023067324758.ackinfo@HIDDEN> References: <20080831205748.7527edd8@kiferserv> X-Emacs-PR-Message: ack-info 844 X-Emacs-PR-Package: emacs Reply-To: 844 <at> debbugs.gnu.org Thank you for the additional information you have supplied regarding this bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Emacs Bugs <bug-gnu-emacs@HIDDEN> If you wish to submit further information on this problem, please send it to 844 <at> debbugs.gnu.org, as before. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D844 Emacs Bug Tracking System Contact help-debbugs@HIDDEN with problems
Received: (at unknown) by unknown; unknown
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-8.3 required=4.0 tests=AWL,BAYES_00,MISSING_SUBJECT,
NOSUBJECT,RCVD_IN_DNSWL_MED,TVD_SPACE_RATIO,VALID_BTS_CONTROL,
X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02
Received: (at control) by emacsbugs.donarmstrong.com; 1 Sep 2008 01:11:44 +0000
Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m811Bf7A030272
for <control@HIDDEN>; Sun, 31 Aug 2008 18:11:42 -0700
Received: from rgm by fencepost.gnu.org with local (Exim 4.67)
(envelope-from <rgm@HIDDEN>)
id 1KZxvi-0007JW-3L; Sun, 31 Aug 2008 21:10:06 -0400
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <18619.16622.7521.363543@HIDDEN>
Date: Sun, 31 Aug 2008 21:10:06 -0400
From: Glenn Morris <rgm@HIDDEN>
To: control <control <at> debbugs.gnu.org>
X-Attribution: GM
X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs)
X-Hue: black
X-Ran: Y)^7:Ah|>$z@3PmjV?bAF]#i)kB.0%8Eb$:C)o[LGgE>TS3Z\;%W^8"~|3]ws}E{8xuIwo
X-Debbugs-No-Ack: yes
tags 844 unreproducible
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: don@HIDDEN
From: help-debbugs@HIDDEN (Emacs bug Tracking System)
To: Chong Yidong <cyd@HIDDEN>
Subject: bug#844: marked as done (23.0.60; ediff-merge-revision: Buffer
exceeds maximum size)
Message-ID: <handler.844.D844.122040102731919.ackdone@HIDDEN>
References: <871w026pyo.fsf@HIDDEN> <20080831184354.0dafde58@kiferserv>
X-Emacs-PR-Message: closed 844
X-Emacs-PR-Package: emacs
X-Emacs-PR-Keywords: unreproducible
Content-Type: multipart/mixed; boundary="----------=_1220401506-1618-0"
This is a multi-part message in MIME format...
------------=_1220401506-1618-0
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8
Your message dated Tue, 02 Sep 2008 20:19:27 -0400
with message-id <871w026pyo.fsf@HIDDEN>
and subject line Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum =
size
has caused the Emacs bug report #844,
regarding 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@HIDDEN
immediately.)
--=20
844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D844
Emacs Bug Tracking System
Contact help-debbugs@HIDDEN with problems
------------=_1220401506-1618-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From kifer@HIDDEN Sun Aug 31 15:44:05 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-5.7 required=4.0 tests=AWL,BAYES_00,FOURLA,GMAIL,
MURPHY_DRUGS_REL8,RCVD_IN_DNSWL_MED autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2008 22:44:05 +0000
Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7VMi1ld011484
for <submit@HIDDEN>; Sun, 31 Aug 2008 15:44:02 -0700
Received: from mx10.gnu.org ([199.232.76.166]:43449)
by fencepost.gnu.org with esmtp (Exim 4.67)
(envelope-from <kifer@HIDDEN>)
id 1KZvco-00005E-Di
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 18:42:26 -0400
Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60)
(envelope-from <kifer@HIDDEN>)
id 1KZveH-0000Rb-4b
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 18:44:00 -0400
Received: from sbcs.sunysb.edu ([130.245.1.15]:53842 helo=sbcs.cs.sunysb.edu)
by monty-python.gnu.org with esmtp (Exim 4.60)
(envelope-from <kifer@HIDDEN>)
id 1KZveG-0000RT-Ox
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 18:43:56 -0400
Received: from kiferserv (compserv1 [130.245.1.44])
by sbcs.cs.sunysb.edu (8.13.6/8.12.11) with ESMTP id m7VMhrRQ026172;
Sun, 31 Aug 2008 18:43:54 -0400 (EDT)
Date: Sun, 31 Aug 2008 18:43:54 -0400
From: Michael Kifer <kifer@HIDDEN>
To: "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN>
Cc: emacs-pretest-bug@HIDDEN
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
Message-ID: <20080831184354.0dafde58@kiferserv>
In-Reply-To: <48BB0FBD.4040209@HIDDEN>
References: <48BA9F45.2090908@HIDDEN>
<20080831153637.1103334a@kiferserv>
<48BB0FBD.4040209@HIDDEN>
Reply-To: kifer@HIDDEN
Organization: Stony Brook University
X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.9; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?)
On Sun, 31 Aug 2008 23:40:13 +0200
"Lennart Borgman (gmail)" <lennart.borgman@HIDDEN> wrote:
> Michael Kifer wrote:
> >
> > On Sun, 31 Aug 2008 15:40:21 +0200
> > "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN> wrote:
> >
> >> When I just made a checkout of Emacs from CVS I got a merge conflict
> >> which I used ediff-revision to resolve. I then got the following back
> >> trace when I did "wb" to save the corrected file:
> >>
> >> Debugger entered--Lisp error: (error "Buffer exceeds maximum size")
> >> call-process("diff" nil #<buffer *ediff-custom-diff*> nil "-c"
> >
> > This says that the output of diff -c exceeds the buffer size.
> >
> > It is unclear how this is related to ediff per se, since ediff merely calls
> > call-process with the above command.
> >
> >> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> >> "c:/ecvsnew/bld/emacs/src/w32term.c")
> >> apply(call-process "diff" nil #<buffer *ediff-custom-diff*> nil ("-c"
> >> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> >> "c:/ecvsnew/bld/emacs/src/w32term.c"))
> >> ediff-exec-process("diff" #<buffer *ediff-custom-diff*> synchronize
> >> "-c" "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> >> "c:/ecvsnew/bld/emacs/src/w32term.c")
> >> ediff-compute-custom-diffs-maybe()
> >> ediff-save-buffer(nil)
> >> call-interactively(ediff-save-buffer nil nil)
> >>
> >> Looking into ediff-custom-diff I can see there is some problem with ^M:
> >
> > Can you explain what the problem is? It is unclear from the included text below.
>
> Sorry, I thought the part of the output below should show it, but of
> course the ^M characters I saw is gone here...
>
> Lines somewhere below the middle of the output below had extra ^M at the
> end of them.
>
> I can't reproduce the problem now, maybe it was some kind of temporary
> problem - perhaps a bad checkin to the CVS at that time?
I don't know -haven't seen this. But the main problem seems to have been that
diff -c produced a very large buffer, although I can't imagine how big it
could have been in order to cause the "Buffer exceeds maximum size" error.
In any case, it seems to be a problem with diff or call-process, if at
all.
> > In any case, I deed to be able to reproduce it in order to be able to determine
> > if something needs to be fixed in ediff. Right now it does not look like
> > an ediff problem.
> >
> > michael
> >
> >
> >> ! emacs_event->part = scroll_bar_handle;
> >> ! y = 0;
> >> ! break;
> >> case SB_BOTTOM:
> >> ! emacs_event->part = scroll_bar_handle;
> >> ! y = top_range;
> >> ! break;
> >> case SB_THUMBTRACK:
> >> case SB_THUMBPOSITION:
> >> ! if (VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)) <= 0xffff)
> >> y = HIWORD (msg->msg.wParam);
> >>
> >> ! bar->dragging = Qt;
> >>
> >> ! emacs_event->part = scroll_bar_handle;
> >>
> >>
> >>
> >> ! /* "Silently" update current position. */
> >>
> >> ! {
> >>
> >> ! SCROLLINFO si;
> >>
> >>
> >>
> >>
> >> This was with my patched version, but I do not think I have any patches
> >> that comes in here:
> >>
> >> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
> >> of 2008-08-28 (patched)
> >> Windowing system distributor `Microsoft Corp.', version 5.1.2600
> >> configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
> >>
> >>
> >
>
------------=_1220401506-1618-0
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From cyd@HIDDEN Tue Sep 2 17:17:07 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at 844-done) by emacsbugs.donarmstrong.com; 3 Sep 2008 00:17:07 +0000
Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m830H4a0031913
for <844-done@HIDDEN>; Tue, 2 Sep 2008 17:17:06 -0700
Received: by cyd.mit.edu (Postfix, from userid 1000)
id 80D5257E339; Tue, 2 Sep 2008 20:19:27 -0400 (EDT)
To: "Lennart Borgman \(gmail\)" <lennart.borgman@HIDDEN>
Cc: 844-done <at> debbugs.gnu.org
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
From: Chong Yidong <cyd@HIDDEN>
Date: Tue, 02 Sep 2008 20:19:27 -0400
Message-ID: <871w026pyo.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Are you able to reproduce this?
------------=_1220401506-1618-0--
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: don@HIDDEN
From: help-debbugs@HIDDEN (Emacs bug Tracking System)
To: kifer@HIDDEN
Subject: bug#844 closed by Chong Yidong <cyd@HIDDEN> (Re:
23.0.60; ediff-merge-revision: Buffer exceeds maximum size)
Message-ID: <handler.844.D844.122040102731919.notifdone@HIDDEN>
References: <871w026pyo.fsf@HIDDEN> <20080831184354.0dafde58@kiferserv>
X-Emacs-PR-Message: they-closed 844
X-Emacs-PR-Package: emacs
X-Emacs-PR-Keywords: unreproducible
Reply-To: 844 <at> debbugs.gnu.org
Content-Type: multipart/mixed; boundary="----------=_1220401506-1618-1"
This is a multi-part message in MIME format...
------------=_1220401506-1618-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"
This is an automatic notification regarding your bug report
which was filed against the emacs package:
#844: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
It has been closed by Chong Yidong <cyd@HIDDEN>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Chong Yidong <cyd@stup=
idchicken.com> by
replying to this email.
--=20
844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D844
Emacs Bug Tracking System
Contact help-debbugs@HIDDEN with problems
------------=_1220401506-1618-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From cyd@HIDDEN Tue Sep 2 17:17:07 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at 844-done) by emacsbugs.donarmstrong.com; 3 Sep 2008 00:17:07 +0000
Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m830H4a0031913
for <844-done@HIDDEN>; Tue, 2 Sep 2008 17:17:06 -0700
Received: by cyd.mit.edu (Postfix, from userid 1000)
id 80D5257E339; Tue, 2 Sep 2008 20:19:27 -0400 (EDT)
To: "Lennart Borgman \(gmail\)" <lennart.borgman@HIDDEN>
Cc: 844-done <at> debbugs.gnu.org
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
From: Chong Yidong <cyd@HIDDEN>
Date: Tue, 02 Sep 2008 20:19:27 -0400
Message-ID: <871w026pyo.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Are you able to reproduce this?
------------=_1220401506-1618-1
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From kifer@HIDDEN Sun Aug 31 15:44:05 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-5.7 required=4.0 tests=AWL,BAYES_00,FOURLA,GMAIL,
MURPHY_DRUGS_REL8,RCVD_IN_DNSWL_MED autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2008 22:44:05 +0000
Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7VMi1ld011484
for <submit@HIDDEN>; Sun, 31 Aug 2008 15:44:02 -0700
Received: from mx10.gnu.org ([199.232.76.166]:43449)
by fencepost.gnu.org with esmtp (Exim 4.67)
(envelope-from <kifer@HIDDEN>)
id 1KZvco-00005E-Di
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 18:42:26 -0400
Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60)
(envelope-from <kifer@HIDDEN>)
id 1KZveH-0000Rb-4b
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 18:44:00 -0400
Received: from sbcs.sunysb.edu ([130.245.1.15]:53842 helo=sbcs.cs.sunysb.edu)
by monty-python.gnu.org with esmtp (Exim 4.60)
(envelope-from <kifer@HIDDEN>)
id 1KZveG-0000RT-Ox
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 18:43:56 -0400
Received: from kiferserv (compserv1 [130.245.1.44])
by sbcs.cs.sunysb.edu (8.13.6/8.12.11) with ESMTP id m7VMhrRQ026172;
Sun, 31 Aug 2008 18:43:54 -0400 (EDT)
Date: Sun, 31 Aug 2008 18:43:54 -0400
From: Michael Kifer <kifer@HIDDEN>
To: "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN>
Cc: emacs-pretest-bug@HIDDEN
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
Message-ID: <20080831184354.0dafde58@kiferserv>
In-Reply-To: <48BB0FBD.4040209@HIDDEN>
References: <48BA9F45.2090908@HIDDEN>
<20080831153637.1103334a@kiferserv>
<48BB0FBD.4040209@HIDDEN>
Reply-To: kifer@HIDDEN
Organization: Stony Brook University
X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.9; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?)
On Sun, 31 Aug 2008 23:40:13 +0200
"Lennart Borgman (gmail)" <lennart.borgman@HIDDEN> wrote:
> Michael Kifer wrote:
> >
> > On Sun, 31 Aug 2008 15:40:21 +0200
> > "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN> wrote:
> >
> >> When I just made a checkout of Emacs from CVS I got a merge conflict
> >> which I used ediff-revision to resolve. I then got the following back
> >> trace when I did "wb" to save the corrected file:
> >>
> >> Debugger entered--Lisp error: (error "Buffer exceeds maximum size")
> >> call-process("diff" nil #<buffer *ediff-custom-diff*> nil "-c"
> >
> > This says that the output of diff -c exceeds the buffer size.
> >
> > It is unclear how this is related to ediff per se, since ediff merely calls
> > call-process with the above command.
> >
> >> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> >> "c:/ecvsnew/bld/emacs/src/w32term.c")
> >> apply(call-process "diff" nil #<buffer *ediff-custom-diff*> nil ("-c"
> >> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> >> "c:/ecvsnew/bld/emacs/src/w32term.c"))
> >> ediff-exec-process("diff" #<buffer *ediff-custom-diff*> synchronize
> >> "-c" "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> >> "c:/ecvsnew/bld/emacs/src/w32term.c")
> >> ediff-compute-custom-diffs-maybe()
> >> ediff-save-buffer(nil)
> >> call-interactively(ediff-save-buffer nil nil)
> >>
> >> Looking into ediff-custom-diff I can see there is some problem with ^M:
> >
> > Can you explain what the problem is? It is unclear from the included text below.
>
> Sorry, I thought the part of the output below should show it, but of
> course the ^M characters I saw is gone here...
>
> Lines somewhere below the middle of the output below had extra ^M at the
> end of them.
>
> I can't reproduce the problem now, maybe it was some kind of temporary
> problem - perhaps a bad checkin to the CVS at that time?
I don't know -haven't seen this. But the main problem seems to have been that
diff -c produced a very large buffer, although I can't imagine how big it
could have been in order to cause the "Buffer exceeds maximum size" error.
In any case, it seems to be a problem with diff or call-process, if at
all.
> > In any case, I deed to be able to reproduce it in order to be able to determine
> > if something needs to be fixed in ediff. Right now it does not look like
> > an ediff problem.
> >
> > michael
> >
> >
> >> ! emacs_event->part = scroll_bar_handle;
> >> ! y = 0;
> >> ! break;
> >> case SB_BOTTOM:
> >> ! emacs_event->part = scroll_bar_handle;
> >> ! y = top_range;
> >> ! break;
> >> case SB_THUMBTRACK:
> >> case SB_THUMBPOSITION:
> >> ! if (VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)) <= 0xffff)
> >> y = HIWORD (msg->msg.wParam);
> >>
> >> ! bar->dragging = Qt;
> >>
> >> ! emacs_event->part = scroll_bar_handle;
> >>
> >>
> >>
> >> ! /* "Silently" update current position. */
> >>
> >> ! {
> >>
> >> ! SCROLLINFO si;
> >>
> >>
> >>
> >>
> >> This was with my patched version, but I do not think I have any patches
> >> that comes in here:
> >>
> >> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
> >> of 2008-08-28 (patched)
> >> Windowing system distributor `Microsoft Corp.', version 5.1.2600
> >> configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
> >>
> >>
> >
>
------------=_1220401506-1618-1--
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: don@HIDDEN
From: help-debbugs@HIDDEN (Emacs bug Tracking System)
To: Chong Yidong <cyd@HIDDEN>
Subject: bug#837: marked as done (23.0.60; ediff-merge-revision: Buffer
exceeds maximum size)
Message-ID: <handler.837.D844.122040102731919.ackdone@HIDDEN>
References: <871w026pyo.fsf@HIDDEN> <48BA9F45.2090908@HIDDEN>
X-Emacs-PR-Message: closed 837
X-Emacs-PR-Package: emacs
X-Emacs-PR-Keywords: unreproducible
Content-Type: multipart/mixed; boundary="----------=_1220401507-1618-2"
This is a multi-part message in MIME format...
------------=_1220401507-1618-2
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8
Your message dated Tue, 02 Sep 2008 20:19:27 -0400
with message-id <871w026pyo.fsf@HIDDEN>
and subject line Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum =
size
has caused the Emacs bug report #844,
regarding 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@HIDDEN
immediately.)
--=20
844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D844
Emacs Bug Tracking System
Contact help-debbugs@HIDDEN with problems
------------=_1220401507-1618-2
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From lennart.borgman@HIDDEN Sun Aug 31 06:40:44 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-7.2 required=4.0 tests=AWL,BAYES_00,FOURLA,
MURPHY_DRUGS_REL8,RCVD_IN_DNSWL_MED autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2008 13:40:44 +0000
Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7VDeexn022412
for <submit@HIDDEN>; Sun, 31 Aug 2008 06:40:41 -0700
Received: from mail.gnu.org ([199.232.76.166]:54533 helo=mx10.gnu.org)
by fencepost.gnu.org with esmtp (Exim 4.67)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZn8z-0001PY-O2
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 09:39:05 -0400
Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZnAS-0006YO-Q9
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 09:40:39 -0400
Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:48006)
by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32)
(Exim 4.60)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZnAS-0006Xg-2l
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 09:40:36 -0400
Received: from c83-254-151-87.bredband.comhem.se ([83.254.151.87]:60701 helo=[127.0.0.1])
by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZnAO-0006FD-9K; Sun, 31 Aug 2008 15:40:33 +0200
Message-ID: <48BA9F45.2090908@HIDDEN>
Date: Sun, 31 Aug 2008 15:40:21 +0200
From: "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666
MIME-Version: 1.0
To: emacs-pretest-bug@HIDDEN, Michael Kifer <kifer@HIDDEN>
Subject: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
X-Enigmail-Version: 0.95.7
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Antivirus: avast! (VPS 080830-0, 2008-08-30), Outbound message
X-Antivirus-Status: Clean
X-Originating-IP: 83.254.151.87
X-Scan-Result: No virus found in message 1KZnAO-0006FD-9K.
X-Scan-Signature: ch-smtp02.sth.basefarm.net 1KZnAO-0006FD-9K b9a5d6d79e133382d1aa89ec641bb200
X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!)
When I just made a checkout of Emacs from CVS I got a merge conflict
which I used ediff-revision to resolve. I then got the following back
trace when I did "wb" to save the corrected file:
Debugger entered--Lisp error: (error "Buffer exceeds maximum size")
call-process("diff" nil #<buffer *ediff-custom-diff*> nil "-c"
"c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
"c:/ecvsnew/bld/emacs/src/w32term.c")
apply(call-process "diff" nil #<buffer *ediff-custom-diff*> nil ("-c"
"c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
"c:/ecvsnew/bld/emacs/src/w32term.c"))
ediff-exec-process("diff" #<buffer *ediff-custom-diff*> synchronize
"-c" "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
"c:/ecvsnew/bld/emacs/src/w32term.c")
ediff-compute-custom-diffs-maybe()
ediff-save-buffer(nil)
call-interactively(ediff-save-buffer nil nil)
Looking into ediff-custom-diff I can see there is some problem with ^M:
! emacs_event->part = scroll_bar_handle;
! y = 0;
! break;
case SB_BOTTOM:
! emacs_event->part = scroll_bar_handle;
! y = top_range;
! break;
case SB_THUMBTRACK:
case SB_THUMBPOSITION:
! if (VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)) <= 0xffff)
y = HIWORD (msg->msg.wParam);
! bar->dragging = Qt;
! emacs_event->part = scroll_bar_handle;
! /* "Silently" update current position. */
! {
! SCROLLINFO si;
This was with my patched version, but I do not think I have any patches
that comes in here:
In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
of 2008-08-28 (patched)
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
------------=_1220401507-1618-2
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From cyd@HIDDEN Tue Sep 2 17:17:07 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at 844-done) by emacsbugs.donarmstrong.com; 3 Sep 2008 00:17:07 +0000
Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m830H4a0031913
for <844-done@HIDDEN>; Tue, 2 Sep 2008 17:17:06 -0700
Received: by cyd.mit.edu (Postfix, from userid 1000)
id 80D5257E339; Tue, 2 Sep 2008 20:19:27 -0400 (EDT)
To: "Lennart Borgman \(gmail\)" <lennart.borgman@HIDDEN>
Cc: 844-done <at> debbugs.gnu.org
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
From: Chong Yidong <cyd@HIDDEN>
Date: Tue, 02 Sep 2008 20:19:27 -0400
Message-ID: <871w026pyo.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Are you able to reproduce this?
------------=_1220401507-1618-2--
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: don@HIDDEN
From: help-debbugs@HIDDEN (Emacs bug Tracking System)
To: "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN>
Subject: bug#837 closed by Chong Yidong <cyd@HIDDEN> (Re:
23.0.60; ediff-merge-revision: Buffer exceeds maximum size)
Message-ID: <handler.837.D844.122040102731919.notifdone@HIDDEN>
References: <871w026pyo.fsf@HIDDEN> <48BA9F45.2090908@HIDDEN>
X-Emacs-PR-Message: they-closed 837
X-Emacs-PR-Package: emacs
X-Emacs-PR-Keywords: unreproducible
Reply-To: 837 <at> debbugs.gnu.org
Content-Type: multipart/mixed; boundary="----------=_1220401507-1618-3"
This is a multi-part message in MIME format...
------------=_1220401507-1618-3
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"
This is an automatic notification regarding your bug report
which was filed against the emacs package:
#844: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
It has been closed by Chong Yidong <cyd@HIDDEN>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Chong Yidong <cyd@stup=
idchicken.com> by
replying to this email.
--=20
844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D844
Emacs Bug Tracking System
Contact help-debbugs@HIDDEN with problems
------------=_1220401507-1618-3
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From cyd@HIDDEN Tue Sep 2 17:17:07 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at 844-done) by emacsbugs.donarmstrong.com; 3 Sep 2008 00:17:07 +0000
Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m830H4a0031913
for <844-done@HIDDEN>; Tue, 2 Sep 2008 17:17:06 -0700
Received: by cyd.mit.edu (Postfix, from userid 1000)
id 80D5257E339; Tue, 2 Sep 2008 20:19:27 -0400 (EDT)
To: "Lennart Borgman \(gmail\)" <lennart.borgman@HIDDEN>
Cc: 844-done <at> debbugs.gnu.org
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
From: Chong Yidong <cyd@HIDDEN>
Date: Tue, 02 Sep 2008 20:19:27 -0400
Message-ID: <871w026pyo.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Are you able to reproduce this?
------------=_1220401507-1618-3
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From lennart.borgman@HIDDEN Sun Aug 31 06:40:44 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-7.2 required=4.0 tests=AWL,BAYES_00,FOURLA,
MURPHY_DRUGS_REL8,RCVD_IN_DNSWL_MED autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2008 13:40:44 +0000
Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7VDeexn022412
for <submit@HIDDEN>; Sun, 31 Aug 2008 06:40:41 -0700
Received: from mail.gnu.org ([199.232.76.166]:54533 helo=mx10.gnu.org)
by fencepost.gnu.org with esmtp (Exim 4.67)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZn8z-0001PY-O2
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 09:39:05 -0400
Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZnAS-0006YO-Q9
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 09:40:39 -0400
Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:48006)
by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32)
(Exim 4.60)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZnAS-0006Xg-2l
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 09:40:36 -0400
Received: from c83-254-151-87.bredband.comhem.se ([83.254.151.87]:60701 helo=[127.0.0.1])
by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZnAO-0006FD-9K; Sun, 31 Aug 2008 15:40:33 +0200
Message-ID: <48BA9F45.2090908@HIDDEN>
Date: Sun, 31 Aug 2008 15:40:21 +0200
From: "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666
MIME-Version: 1.0
To: emacs-pretest-bug@HIDDEN, Michael Kifer <kifer@HIDDEN>
Subject: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
X-Enigmail-Version: 0.95.7
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Antivirus: avast! (VPS 080830-0, 2008-08-30), Outbound message
X-Antivirus-Status: Clean
X-Originating-IP: 83.254.151.87
X-Scan-Result: No virus found in message 1KZnAO-0006FD-9K.
X-Scan-Signature: ch-smtp02.sth.basefarm.net 1KZnAO-0006FD-9K b9a5d6d79e133382d1aa89ec641bb200
X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!)
When I just made a checkout of Emacs from CVS I got a merge conflict
which I used ediff-revision to resolve. I then got the following back
trace when I did "wb" to save the corrected file:
Debugger entered--Lisp error: (error "Buffer exceeds maximum size")
call-process("diff" nil #<buffer *ediff-custom-diff*> nil "-c"
"c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
"c:/ecvsnew/bld/emacs/src/w32term.c")
apply(call-process "diff" nil #<buffer *ediff-custom-diff*> nil ("-c"
"c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
"c:/ecvsnew/bld/emacs/src/w32term.c"))
ediff-exec-process("diff" #<buffer *ediff-custom-diff*> synchronize
"-c" "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
"c:/ecvsnew/bld/emacs/src/w32term.c")
ediff-compute-custom-diffs-maybe()
ediff-save-buffer(nil)
call-interactively(ediff-save-buffer nil nil)
Looking into ediff-custom-diff I can see there is some problem with ^M:
! emacs_event->part = scroll_bar_handle;
! y = 0;
! break;
case SB_BOTTOM:
! emacs_event->part = scroll_bar_handle;
! y = top_range;
! break;
case SB_THUMBTRACK:
case SB_THUMBPOSITION:
! if (VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)) <= 0xffff)
y = HIWORD (msg->msg.wParam);
! bar->dragging = Qt;
! emacs_event->part = scroll_bar_handle;
! /* "Silently" update current position. */
! {
! SCROLLINFO si;
This was with my patched version, but I do not think I have any patches
that comes in here:
In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
of 2008-08-28 (patched)
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
------------=_1220401507-1618-3--
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: don@HIDDEN
From: help-debbugs@HIDDEN (Emacs bug Tracking System)
To: Chong Yidong <cyd@HIDDEN>
Subject: bug#841: marked as done (23.0.60; ediff-merge-revision: Buffer
exceeds maximum size)
Message-ID: <handler.841.D844.122040102731919.ackdone@HIDDEN>
References: <871w026pyo.fsf@HIDDEN> <20080831153637.1103334a@kiferserv>
X-Emacs-PR-Message: closed 841
X-Emacs-PR-Package: emacs
X-Emacs-PR-Keywords: unreproducible
Content-Type: multipart/mixed; boundary="----------=_1220401508-1618-4"
This is a multi-part message in MIME format...
------------=_1220401508-1618-4
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8
Your message dated Tue, 02 Sep 2008 20:19:27 -0400
with message-id <871w026pyo.fsf@HIDDEN>
and subject line Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum =
size
has caused the Emacs bug report #844,
regarding 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@HIDDEN
immediately.)
--=20
844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D844
Emacs Bug Tracking System
Contact help-debbugs@HIDDEN with problems
------------=_1220401508-1618-4
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From kifer@HIDDEN Sun Aug 31 12:36:55 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-5.3 required=4.0 tests=AWL,BAYES_00,FOURLA,GMAIL,
MURPHY_DRUGS_REL8,RCVD_IN_DNSWL_MED autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2008 19:36:55 +0000
Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7VJapeJ013514
for <submit@HIDDEN>; Sun, 31 Aug 2008 12:36:52 -0700
Received: from mail.gnu.org ([199.232.76.166]:43905 helo=mx10.gnu.org)
by fencepost.gnu.org with esmtp (Exim 4.67)
(envelope-from <kifer@HIDDEN>)
id 1KZshg-0006HU-ML
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 15:35:16 -0400
Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60)
(envelope-from <kifer@HIDDEN>)
id 1KZsj8-0004QS-Db
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 15:36:51 -0400
Received: from sbcs.cs.sunysb.edu ([130.245.1.15]:52341)
by monty-python.gnu.org with esmtp (Exim 4.60)
(envelope-from <kifer@HIDDEN>)
id 1KZsj8-0004OQ-1q
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 15:36:46 -0400
Received: from kiferserv (compserv1 [130.245.1.44])
by sbcs.cs.sunysb.edu (8.13.6/8.12.11) with ESMTP id m7VJabvR012012;
Sun, 31 Aug 2008 15:36:37 -0400 (EDT)
Date: Sun, 31 Aug 2008 15:36:37 -0400
From: Michael Kifer <kifer@HIDDEN>
To: "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN>
Cc: emacs-pretest-bug@HIDDEN
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
Message-ID: <20080831153637.1103334a@kiferserv>
In-Reply-To: <48BA9F45.2090908@HIDDEN>
References: <48BA9F45.2090908@HIDDEN>
Reply-To: kifer@HIDDEN
Organization: Stony Brook University
X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.9; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?)
On Sun, 31 Aug 2008 15:40:21 +0200
"Lennart Borgman (gmail)" <lennart.borgman@HIDDEN> wrote:
> When I just made a checkout of Emacs from CVS I got a merge conflict
> which I used ediff-revision to resolve. I then got the following back
> trace when I did "wb" to save the corrected file:
>
> Debugger entered--Lisp error: (error "Buffer exceeds maximum size")
> call-process("diff" nil #<buffer *ediff-custom-diff*> nil "-c"
This says that the output of diff -c exceeds the buffer size.
It is unclear how this is related to ediff per se, since ediff merely calls
call-process with the above command.
> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> "c:/ecvsnew/bld/emacs/src/w32term.c")
> apply(call-process "diff" nil #<buffer *ediff-custom-diff*> nil ("-c"
> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> "c:/ecvsnew/bld/emacs/src/w32term.c"))
> ediff-exec-process("diff" #<buffer *ediff-custom-diff*> synchronize
> "-c" "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> "c:/ecvsnew/bld/emacs/src/w32term.c")
> ediff-compute-custom-diffs-maybe()
> ediff-save-buffer(nil)
> call-interactively(ediff-save-buffer nil nil)
>
> Looking into ediff-custom-diff I can see there is some problem with ^M:
Can you explain what the problem is? It is unclear from the included text below.
In any case, I deed to be able to reproduce it in order to be able to determine
if something needs to be fixed in ediff. Right now it does not look like
an ediff problem.
michael
> ! emacs_event->part = scroll_bar_handle;
> ! y = 0;
> ! break;
> case SB_BOTTOM:
> ! emacs_event->part = scroll_bar_handle;
> ! y = top_range;
> ! break;
> case SB_THUMBTRACK:
> case SB_THUMBPOSITION:
> ! if (VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)) <= 0xffff)
> y = HIWORD (msg->msg.wParam);
>
> ! bar->dragging = Qt;
>
> ! emacs_event->part = scroll_bar_handle;
>
>
>
> ! /* "Silently" update current position. */
>
> ! {
>
> ! SCROLLINFO si;
>
>
>
>
> This was with my patched version, but I do not think I have any patches
> that comes in here:
>
> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
> of 2008-08-28 (patched)
> Windowing system distributor `Microsoft Corp.', version 5.1.2600
> configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
>
>
------------=_1220401508-1618-4
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From cyd@HIDDEN Tue Sep 2 17:17:07 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at 844-done) by emacsbugs.donarmstrong.com; 3 Sep 2008 00:17:07 +0000
Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m830H4a0031913
for <844-done@HIDDEN>; Tue, 2 Sep 2008 17:17:06 -0700
Received: by cyd.mit.edu (Postfix, from userid 1000)
id 80D5257E339; Tue, 2 Sep 2008 20:19:27 -0400 (EDT)
To: "Lennart Borgman \(gmail\)" <lennart.borgman@HIDDEN>
Cc: 844-done <at> debbugs.gnu.org
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
From: Chong Yidong <cyd@HIDDEN>
Date: Tue, 02 Sep 2008 20:19:27 -0400
Message-ID: <871w026pyo.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Are you able to reproduce this?
------------=_1220401508-1618-4--
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: don@HIDDEN
From: help-debbugs@HIDDEN (Emacs bug Tracking System)
To: kifer@HIDDEN
Subject: bug#841 closed by Chong Yidong <cyd@HIDDEN> (Re:
23.0.60; ediff-merge-revision: Buffer exceeds maximum size)
Message-ID: <handler.841.D844.122040102731919.notifdone@HIDDEN>
References: <871w026pyo.fsf@HIDDEN> <20080831153637.1103334a@kiferserv>
X-Emacs-PR-Message: they-closed 841
X-Emacs-PR-Package: emacs
X-Emacs-PR-Keywords: unreproducible
Reply-To: 841 <at> debbugs.gnu.org
Content-Type: multipart/mixed; boundary="----------=_1220401508-1618-5"
This is a multi-part message in MIME format...
------------=_1220401508-1618-5
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"
This is an automatic notification regarding your bug report
which was filed against the emacs package:
#844: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
It has been closed by Chong Yidong <cyd@HIDDEN>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Chong Yidong <cyd@stup=
idchicken.com> by
replying to this email.
--=20
844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D844
Emacs Bug Tracking System
Contact help-debbugs@HIDDEN with problems
------------=_1220401508-1618-5
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From cyd@HIDDEN Tue Sep 2 17:17:07 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at 844-done) by emacsbugs.donarmstrong.com; 3 Sep 2008 00:17:07 +0000
Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m830H4a0031913
for <844-done@HIDDEN>; Tue, 2 Sep 2008 17:17:06 -0700
Received: by cyd.mit.edu (Postfix, from userid 1000)
id 80D5257E339; Tue, 2 Sep 2008 20:19:27 -0400 (EDT)
To: "Lennart Borgman \(gmail\)" <lennart.borgman@HIDDEN>
Cc: 844-done <at> debbugs.gnu.org
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
From: Chong Yidong <cyd@HIDDEN>
Date: Tue, 02 Sep 2008 20:19:27 -0400
Message-ID: <871w026pyo.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Are you able to reproduce this?
------------=_1220401508-1618-5
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From kifer@HIDDEN Sun Aug 31 12:36:55 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-5.3 required=4.0 tests=AWL,BAYES_00,FOURLA,GMAIL,
MURPHY_DRUGS_REL8,RCVD_IN_DNSWL_MED autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2008 19:36:55 +0000
Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7VJapeJ013514
for <submit@HIDDEN>; Sun, 31 Aug 2008 12:36:52 -0700
Received: from mail.gnu.org ([199.232.76.166]:43905 helo=mx10.gnu.org)
by fencepost.gnu.org with esmtp (Exim 4.67)
(envelope-from <kifer@HIDDEN>)
id 1KZshg-0006HU-ML
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 15:35:16 -0400
Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60)
(envelope-from <kifer@HIDDEN>)
id 1KZsj8-0004QS-Db
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 15:36:51 -0400
Received: from sbcs.cs.sunysb.edu ([130.245.1.15]:52341)
by monty-python.gnu.org with esmtp (Exim 4.60)
(envelope-from <kifer@HIDDEN>)
id 1KZsj8-0004OQ-1q
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 15:36:46 -0400
Received: from kiferserv (compserv1 [130.245.1.44])
by sbcs.cs.sunysb.edu (8.13.6/8.12.11) with ESMTP id m7VJabvR012012;
Sun, 31 Aug 2008 15:36:37 -0400 (EDT)
Date: Sun, 31 Aug 2008 15:36:37 -0400
From: Michael Kifer <kifer@HIDDEN>
To: "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN>
Cc: emacs-pretest-bug@HIDDEN
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
Message-ID: <20080831153637.1103334a@kiferserv>
In-Reply-To: <48BA9F45.2090908@HIDDEN>
References: <48BA9F45.2090908@HIDDEN>
Reply-To: kifer@HIDDEN
Organization: Stony Brook University
X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.9; i486-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?)
On Sun, 31 Aug 2008 15:40:21 +0200
"Lennart Borgman (gmail)" <lennart.borgman@HIDDEN> wrote:
> When I just made a checkout of Emacs from CVS I got a merge conflict
> which I used ediff-revision to resolve. I then got the following back
> trace when I did "wb" to save the corrected file:
>
> Debugger entered--Lisp error: (error "Buffer exceeds maximum size")
> call-process("diff" nil #<buffer *ediff-custom-diff*> nil "-c"
This says that the output of diff -c exceeds the buffer size.
It is unclear how this is related to ediff per se, since ediff merely calls
call-process with the above command.
> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> "c:/ecvsnew/bld/emacs/src/w32term.c")
> apply(call-process "diff" nil #<buffer *ediff-custom-diff*> nil ("-c"
> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> "c:/ecvsnew/bld/emacs/src/w32term.c"))
> ediff-exec-process("diff" #<buffer *ediff-custom-diff*> synchronize
> "-c" "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
> "c:/ecvsnew/bld/emacs/src/w32term.c")
> ediff-compute-custom-diffs-maybe()
> ediff-save-buffer(nil)
> call-interactively(ediff-save-buffer nil nil)
>
> Looking into ediff-custom-diff I can see there is some problem with ^M:
Can you explain what the problem is? It is unclear from the included text below.
In any case, I deed to be able to reproduce it in order to be able to determine
if something needs to be fixed in ediff. Right now it does not look like
an ediff problem.
michael
> ! emacs_event->part = scroll_bar_handle;
> ! y = 0;
> ! break;
> case SB_BOTTOM:
> ! emacs_event->part = scroll_bar_handle;
> ! y = top_range;
> ! break;
> case SB_THUMBTRACK:
> case SB_THUMBPOSITION:
> ! if (VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)) <= 0xffff)
> y = HIWORD (msg->msg.wParam);
>
> ! bar->dragging = Qt;
>
> ! emacs_event->part = scroll_bar_handle;
>
>
>
> ! /* "Silently" update current position. */
>
> ! {
>
> ! SCROLLINFO si;
>
>
>
>
> This was with my patched version, but I do not think I have any patches
> that comes in here:
>
> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
> of 2008-08-28 (patched)
> Windowing system distributor `Microsoft Corp.', version 5.1.2600
> configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
>
>
------------=_1220401508-1618-5--
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: don@HIDDEN
From: help-debbugs@HIDDEN (Emacs bug Tracking System)
To: Chong Yidong <cyd@HIDDEN>
Subject: bug#843: marked as done (23.0.60; ediff-merge-revision: Buffer
exceeds maximum size)
Message-ID: <handler.843.D844.122040102731919.ackdone@HIDDEN>
References: <871w026pyo.fsf@HIDDEN> <48BB0FBD.4040209@HIDDEN>
X-Emacs-PR-Message: closed 843
X-Emacs-PR-Package: emacs
X-Emacs-PR-Keywords: unreproducible
Content-Type: multipart/mixed; boundary="----------=_1220401508-1618-6"
This is a multi-part message in MIME format...
------------=_1220401508-1618-6
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8
Your message dated Tue, 02 Sep 2008 20:19:27 -0400
with message-id <871w026pyo.fsf@HIDDEN>
and subject line Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum =
size
has caused the Emacs bug report #844,
regarding 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@HIDDEN
immediately.)
--=20
844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D844
Emacs Bug Tracking System
Contact help-debbugs@HIDDEN with problems
------------=_1220401508-1618-6
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From lennart.borgman@HIDDEN Sun Aug 31 14:40:26 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-6.7 required=4.0 tests=AWL,BAYES_00,FOURLA,GMAIL,
MURPHY_DRUGS_REL8,RCVD_IN_DNSWL_MED autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2008 21:40:26 +0000
Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7VLeMCE023238
for <submit@HIDDEN>; Sun, 31 Aug 2008 14:40:23 -0700
Received: from mail.gnu.org ([199.232.76.166]:52991 helo=mx10.gnu.org)
by fencepost.gnu.org with esmtp (Exim 4.67)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZudD-0005Mm-BV
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 17:38:47 -0400
Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZueg-0003uy-78
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 17:40:21 -0400
Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:40238)
by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32)
(Exim 4.60)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZuef-0003u4-MU
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 17:40:18 -0400
Received: from c83-254-151-87.bredband.comhem.se ([83.254.151.87]:62563 helo=[127.0.0.1])
by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZued-0005xe-7E; Sun, 31 Aug 2008 23:40:15 +0200
Message-ID: <48BB0FBD.4040209@HIDDEN>
Date: Sun, 31 Aug 2008 23:40:13 +0200
From: "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666
MIME-Version: 1.0
To: kifer@HIDDEN
CC: emacs-pretest-bug@HIDDEN
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
References: <48BA9F45.2090908@HIDDEN> <20080831153637.1103334a@kiferserv>
In-Reply-To: <20080831153637.1103334a@kiferserv>
X-Enigmail-Version: 0.95.7
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Antivirus: avast! (VPS 080831-0, 2008-08-31), Outbound message
X-Antivirus-Status: Clean
X-Originating-IP: 83.254.151.87
X-ACL-Warn: Too high rate of unknown addresses received from you
X-Scan-Result: No virus found in message 1KZued-0005xe-7E.
X-Scan-Signature: ch-smtp02.sth.basefarm.net 1KZued-0005xe-7E 7a21d800c862207c09a90ee28400d969
X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!)
Michael Kifer wrote:
>
> On Sun, 31 Aug 2008 15:40:21 +0200
> "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN> wrote:
>
>> When I just made a checkout of Emacs from CVS I got a merge conflict
>> which I used ediff-revision to resolve. I then got the following back
>> trace when I did "wb" to save the corrected file:
>>
>> Debugger entered--Lisp error: (error "Buffer exceeds maximum size")
>> call-process("diff" nil #<buffer *ediff-custom-diff*> nil "-c"
>
> This says that the output of diff -c exceeds the buffer size.
>
> It is unclear how this is related to ediff per se, since ediff merely calls
> call-process with the above command.
>
>> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
>> "c:/ecvsnew/bld/emacs/src/w32term.c")
>> apply(call-process "diff" nil #<buffer *ediff-custom-diff*> nil ("-c"
>> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
>> "c:/ecvsnew/bld/emacs/src/w32term.c"))
>> ediff-exec-process("diff" #<buffer *ediff-custom-diff*> synchronize
>> "-c" "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
>> "c:/ecvsnew/bld/emacs/src/w32term.c")
>> ediff-compute-custom-diffs-maybe()
>> ediff-save-buffer(nil)
>> call-interactively(ediff-save-buffer nil nil)
>>
>> Looking into ediff-custom-diff I can see there is some problem with ^M:
>
> Can you explain what the problem is? It is unclear from the included text below.
Sorry, I thought the part of the output below should show it, but of
course the ^M characters I saw is gone here...
Lines somewhere below the middle of the output below had extra ^M at the
end of them.
I can't reproduce the problem now, maybe it was some kind of temporary
problem - perhaps a bad checkin to the CVS at that time?
> In any case, I deed to be able to reproduce it in order to be able to determine
> if something needs to be fixed in ediff. Right now it does not look like
> an ediff problem.
>
> michael
>
>
>> ! emacs_event->part = scroll_bar_handle;
>> ! y = 0;
>> ! break;
>> case SB_BOTTOM:
>> ! emacs_event->part = scroll_bar_handle;
>> ! y = top_range;
>> ! break;
>> case SB_THUMBTRACK:
>> case SB_THUMBPOSITION:
>> ! if (VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)) <= 0xffff)
>> y = HIWORD (msg->msg.wParam);
>>
>> ! bar->dragging = Qt;
>>
>> ! emacs_event->part = scroll_bar_handle;
>>
>>
>>
>> ! /* "Silently" update current position. */
>>
>> ! {
>>
>> ! SCROLLINFO si;
>>
>>
>>
>>
>> This was with my patched version, but I do not think I have any patches
>> that comes in here:
>>
>> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
>> of 2008-08-28 (patched)
>> Windowing system distributor `Microsoft Corp.', version 5.1.2600
>> configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
>>
>>
>
------------=_1220401508-1618-6
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From cyd@HIDDEN Tue Sep 2 17:17:07 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at 844-done) by emacsbugs.donarmstrong.com; 3 Sep 2008 00:17:07 +0000
Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m830H4a0031913
for <844-done@HIDDEN>; Tue, 2 Sep 2008 17:17:06 -0700
Received: by cyd.mit.edu (Postfix, from userid 1000)
id 80D5257E339; Tue, 2 Sep 2008 20:19:27 -0400 (EDT)
To: "Lennart Borgman \(gmail\)" <lennart.borgman@HIDDEN>
Cc: 844-done <at> debbugs.gnu.org
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
From: Chong Yidong <cyd@HIDDEN>
Date: Tue, 02 Sep 2008 20:19:27 -0400
Message-ID: <871w026pyo.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Are you able to reproduce this?
------------=_1220401508-1618-6--
MIME-Version: 1.0
X-Mailer: MIME-tools 5.420 (Entity 5.420)
X-Loop: don@HIDDEN
From: help-debbugs@HIDDEN (Emacs bug Tracking System)
To: "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN>
Subject: bug#843 closed by Chong Yidong <cyd@HIDDEN> (Re:
23.0.60; ediff-merge-revision: Buffer exceeds maximum size)
Message-ID: <handler.843.D844.122040102731919.notifdone@HIDDEN>
References: <871w026pyo.fsf@HIDDEN> <48BB0FBD.4040209@HIDDEN>
X-Emacs-PR-Message: they-closed 843
X-Emacs-PR-Package: emacs
X-Emacs-PR-Keywords: unreproducible
Reply-To: 843 <at> debbugs.gnu.org
Content-Type: multipart/mixed; boundary="----------=_1220401508-1618-7"
This is a multi-part message in MIME format...
------------=_1220401508-1618-7
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"
This is an automatic notification regarding your bug report
which was filed against the emacs package:
#844: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
It has been closed by Chong Yidong <cyd@HIDDEN>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Chong Yidong <cyd@stup=
idchicken.com> by
replying to this email.
--=20
844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D844
Emacs Bug Tracking System
Contact help-debbugs@HIDDEN with problems
------------=_1220401508-1618-7
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From cyd@HIDDEN Tue Sep 2 17:17:07 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-3.8 required=4.0 tests=AWL,BAYES_00 autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at 844-done) by emacsbugs.donarmstrong.com; 3 Sep 2008 00:17:07 +0000
Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m830H4a0031913
for <844-done@HIDDEN>; Tue, 2 Sep 2008 17:17:06 -0700
Received: by cyd.mit.edu (Postfix, from userid 1000)
id 80D5257E339; Tue, 2 Sep 2008 20:19:27 -0400 (EDT)
To: "Lennart Borgman \(gmail\)" <lennart.borgman@HIDDEN>
Cc: 844-done <at> debbugs.gnu.org
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
From: Chong Yidong <cyd@HIDDEN>
Date: Tue, 02 Sep 2008 20:19:27 -0400
Message-ID: <871w026pyo.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Are you able to reproduce this?
------------=_1220401508-1618-7
Content-Type: message/rfc822
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
From lennart.borgman@HIDDEN Sun Aug 31 14:40:26 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Status: No, score=-6.7 required=4.0 tests=AWL,BAYES_00,FOURLA,GMAIL,
MURPHY_DRUGS_REL8,RCVD_IN_DNSWL_MED autolearn=ham
version=3.2.3-bugs.debian.org_2005_01_02
Received: (at submit) by emacsbugs.donarmstrong.com; 31 Aug 2008 21:40:26 +0000
Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7VLeMCE023238
for <submit@HIDDEN>; Sun, 31 Aug 2008 14:40:23 -0700
Received: from mail.gnu.org ([199.232.76.166]:52991 helo=mx10.gnu.org)
by fencepost.gnu.org with esmtp (Exim 4.67)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZudD-0005Mm-BV
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 17:38:47 -0400
Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZueg-0003uy-78
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 17:40:21 -0400
Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:40238)
by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32)
(Exim 4.60)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZuef-0003u4-MU
for emacs-pretest-bug@HIDDEN; Sun, 31 Aug 2008 17:40:18 -0400
Received: from c83-254-151-87.bredband.comhem.se ([83.254.151.87]:62563 helo=[127.0.0.1])
by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68)
(envelope-from <lennart.borgman@HIDDEN>)
id 1KZued-0005xe-7E; Sun, 31 Aug 2008 23:40:15 +0200
Message-ID: <48BB0FBD.4040209@HIDDEN>
Date: Sun, 31 Aug 2008 23:40:13 +0200
From: "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666
MIME-Version: 1.0
To: kifer@HIDDEN
CC: emacs-pretest-bug@HIDDEN
Subject: Re: 23.0.60; ediff-merge-revision: Buffer exceeds maximum size
References: <48BA9F45.2090908@HIDDEN> <20080831153637.1103334a@kiferserv>
In-Reply-To: <20080831153637.1103334a@kiferserv>
X-Enigmail-Version: 0.95.7
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Antivirus: avast! (VPS 080831-0, 2008-08-31), Outbound message
X-Antivirus-Status: Clean
X-Originating-IP: 83.254.151.87
X-ACL-Warn: Too high rate of unknown addresses received from you
X-Scan-Result: No virus found in message 1KZued-0005xe-7E.
X-Scan-Signature: ch-smtp02.sth.basefarm.net 1KZued-0005xe-7E 7a21d800c862207c09a90ee28400d969
X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!)
Michael Kifer wrote:
>
> On Sun, 31 Aug 2008 15:40:21 +0200
> "Lennart Borgman (gmail)" <lennart.borgman@HIDDEN> wrote:
>
>> When I just made a checkout of Emacs from CVS I got a merge conflict
>> which I used ediff-revision to resolve. I then got the following back
>> trace when I did "wb" to save the corrected file:
>>
>> Debugger entered--Lisp error: (error "Buffer exceeds maximum size")
>> call-process("diff" nil #<buffer *ediff-custom-diff*> nil "-c"
>
> This says that the output of diff -c exceeds the buffer size.
>
> It is unclear how this is related to ediff per se, since ediff merely calls
> call-process with the above command.
>
>> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
>> "c:/ecvsnew/bld/emacs/src/w32term.c")
>> apply(call-process "diff" nil #<buffer *ediff-custom-diff*> nil ("-c"
>> "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
>> "c:/ecvsnew/bld/emacs/src/w32term.c"))
>> ediff-exec-process("diff" #<buffer *ediff-custom-diff*> synchronize
>> "-c" "c:/DOCUME~1/LENNAR~1/LOCALS~1/Temp/ediff282470M"
>> "c:/ecvsnew/bld/emacs/src/w32term.c")
>> ediff-compute-custom-diffs-maybe()
>> ediff-save-buffer(nil)
>> call-interactively(ediff-save-buffer nil nil)
>>
>> Looking into ediff-custom-diff I can see there is some problem with ^M:
>
> Can you explain what the problem is? It is unclear from the included text below.
Sorry, I thought the part of the output below should show it, but of
course the ^M characters I saw is gone here...
Lines somewhere below the middle of the output below had extra ^M at the
end of them.
I can't reproduce the problem now, maybe it was some kind of temporary
problem - perhaps a bad checkin to the CVS at that time?
> In any case, I deed to be able to reproduce it in order to be able to determine
> if something needs to be fixed in ediff. Right now it does not look like
> an ediff problem.
>
> michael
>
>
>> ! emacs_event->part = scroll_bar_handle;
>> ! y = 0;
>> ! break;
>> case SB_BOTTOM:
>> ! emacs_event->part = scroll_bar_handle;
>> ! y = top_range;
>> ! break;
>> case SB_THUMBTRACK:
>> case SB_THUMBPOSITION:
>> ! if (VERTICAL_SCROLL_BAR_TOP_RANGE (f, XINT (bar->height)) <= 0xffff)
>> y = HIWORD (msg->msg.wParam);
>>
>> ! bar->dragging = Qt;
>>
>> ! emacs_event->part = scroll_bar_handle;
>>
>>
>>
>> ! /* "Silently" update current position. */
>>
>> ! {
>>
>> ! SCROLLINFO si;
>>
>>
>>
>>
>> This was with my patched version, but I do not think I have any patches
>> that comes in here:
>>
>> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
>> of 2008-08-28 (patched)
>> Windowing system distributor `Microsoft Corp.', version 5.1.2600
>> configured using `configure --with-gcc (3.4) --cflags -Ic:/g/include'
>>
>>
>
------------=_1220401508-1618-7--
Received: (at fakecontrol) by fakecontrolmessage; To: internal_control <at> debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Wed, 01 Oct 2008 14:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator
Received: (at control) by emacsbugs.donarmstrong.com; 21 Mar 2009 03:52:23 +0000
From jasonrumney@HIDDEN Fri Mar 20 20:52:22 2009
X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02
(2008-06-10) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available.
hammytokens:Tokens not available.
X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham
version=3.2.5-bugs.debian.org_2005_01_02
Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2L3qEt9015269;
Fri, 20 Mar 2009 20:52:15 -0700
Received: by ti-out-0910.google.com with SMTP id u3so1125980tia.1
for <multiple recipients>; Fri, 20 Mar 2009 20:52:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:sender:message-id:date:from
:user-agent:mime-version:to:cc:subject:content-type
:content-transfer-encoding;
bh=47N2x0kgEXrb7PZjMTwoStbLdicSucUMmuq4PPZI+yY=;
b=GhbluYINiIDb6uIuLIsh1Ly0jth03NzO9h6ODQ66u/Qy2cbX+4WZOquF8/aMZ3Mzyc
bkDXMRU7a0g1YANa1Toqbr46JA4+/jCsuXc3NvqBACKLUUQ+mey1UVpoNPxZPHD1p1QJ
uamh7FKQz2s6sJK9vsJss8DnaQaTB8uOO+pEw=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject
:content-type:content-transfer-encoding;
b=wFsr/lXjpZNZsetN/RAtNWTCumsuD69AGnmgAo1BvlUVS10FuTbKIVE2xmAOF9AaHn
UMpcqPYgkYoADUjpf3ecegpzXYd4oUJc6cBzhmxr5Mve4FTGkcrpe8RNZv5MAGCADVbI
FsbbPbCetdk7PlUfQ+1x7hfPV4ez6wvhdS9Dk=
Received: by 10.110.50.19 with SMTP id x19mr2242976tix.42.1237607533369;
Fri, 20 Mar 2009 20:52:13 -0700 (PDT)
Received: from ?192.168.249.26? ([124.13.2.92])
by mx.google.com with ESMTPS id 25sm2898533tif.32.2009.03.20.20.52.11
(version=TLSv1/SSLv3 cipher=RC4-MD5);
Fri, 20 Mar 2009 20:52:12 -0700 (PDT)
Sender: Jason Rumney <jasonrumney@HIDDEN>
Message-ID: <49C46452.9060800@HIDDEN>
Date: Sat, 21 Mar 2009 11:51:46 +0800
From: Jason Rumney <jasonr@HIDDEN>
User-Agent: Thunderbird 2.0.0.19 (Windows/20081209)
MIME-Version: 1.0
To: Emacs bug Tracking System <control <at> debbugs.gnu.org>
CC: 844-quiet <at> debbugs.gnu.org
Subject: previously closed unreproducible bug still there
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
unarchive 837
reopen 837
merge 837 2706
thanks
Reopened, as bug has been reported by another user and reproduced (once)
by a developer, though method of reproducing it is still uncertain.
Received: (at control) by emacsbugs.donarmstrong.com; 21 Mar 2009 03:52:23 +0000
From jasonrumney@HIDDEN Fri Mar 20 20:52:22 2009
X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02
(2008-06-10) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available.
hammytokens:Tokens not available.
X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham
version=3.2.5-bugs.debian.org_2005_01_02
Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2L3qEt9015269;
Fri, 20 Mar 2009 20:52:15 -0700
Received: by ti-out-0910.google.com with SMTP id u3so1125980tia.1
for <multiple recipients>; Fri, 20 Mar 2009 20:52:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:sender:message-id:date:from
:user-agent:mime-version:to:cc:subject:content-type
:content-transfer-encoding;
bh=47N2x0kgEXrb7PZjMTwoStbLdicSucUMmuq4PPZI+yY=;
b=GhbluYINiIDb6uIuLIsh1Ly0jth03NzO9h6ODQ66u/Qy2cbX+4WZOquF8/aMZ3Mzyc
bkDXMRU7a0g1YANa1Toqbr46JA4+/jCsuXc3NvqBACKLUUQ+mey1UVpoNPxZPHD1p1QJ
uamh7FKQz2s6sJK9vsJss8DnaQaTB8uOO+pEw=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject
:content-type:content-transfer-encoding;
b=wFsr/lXjpZNZsetN/RAtNWTCumsuD69AGnmgAo1BvlUVS10FuTbKIVE2xmAOF9AaHn
UMpcqPYgkYoADUjpf3ecegpzXYd4oUJc6cBzhmxr5Mve4FTGkcrpe8RNZv5MAGCADVbI
FsbbPbCetdk7PlUfQ+1x7hfPV4ez6wvhdS9Dk=
Received: by 10.110.50.19 with SMTP id x19mr2242976tix.42.1237607533369;
Fri, 20 Mar 2009 20:52:13 -0700 (PDT)
Received: from ?192.168.249.26? ([124.13.2.92])
by mx.google.com with ESMTPS id 25sm2898533tif.32.2009.03.20.20.52.11
(version=TLSv1/SSLv3 cipher=RC4-MD5);
Fri, 20 Mar 2009 20:52:12 -0700 (PDT)
Sender: Jason Rumney <jasonrumney@HIDDEN>
Message-ID: <49C46452.9060800@HIDDEN>
Date: Sat, 21 Mar 2009 11:51:46 +0800
From: Jason Rumney <jasonr@HIDDEN>
User-Agent: Thunderbird 2.0.0.19 (Windows/20081209)
MIME-Version: 1.0
To: Emacs bug Tracking System <control <at> debbugs.gnu.org>
CC: 844-quiet <at> debbugs.gnu.org
Subject: previously closed unreproducible bug still there
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
unarchive 837
reopen 837
merge 837 2706
thanks
Reopened, as bug has been reported by another user and reproduced (once)
by a developer, though method of reproducing it is still uncertain.
Received: (at control) by emacsbugs.donarmstrong.com; 21 Mar 2009 03:52:23 +0000
From jasonrumney@HIDDEN Fri Mar 20 20:52:22 2009
X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02
(2008-06-10) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available.
hammytokens:Tokens not available.
X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham
version=3.2.5-bugs.debian.org_2005_01_02
Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2L3qEt9015269;
Fri, 20 Mar 2009 20:52:15 -0700
Received: by ti-out-0910.google.com with SMTP id u3so1125980tia.1
for <multiple recipients>; Fri, 20 Mar 2009 20:52:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:sender:message-id:date:from
:user-agent:mime-version:to:cc:subject:content-type
:content-transfer-encoding;
bh=47N2x0kgEXrb7PZjMTwoStbLdicSucUMmuq4PPZI+yY=;
b=GhbluYINiIDb6uIuLIsh1Ly0jth03NzO9h6ODQ66u/Qy2cbX+4WZOquF8/aMZ3Mzyc
bkDXMRU7a0g1YANa1Toqbr46JA4+/jCsuXc3NvqBACKLUUQ+mey1UVpoNPxZPHD1p1QJ
uamh7FKQz2s6sJK9vsJss8DnaQaTB8uOO+pEw=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject
:content-type:content-transfer-encoding;
b=wFsr/lXjpZNZsetN/RAtNWTCumsuD69AGnmgAo1BvlUVS10FuTbKIVE2xmAOF9AaHn
UMpcqPYgkYoADUjpf3ecegpzXYd4oUJc6cBzhmxr5Mve4FTGkcrpe8RNZv5MAGCADVbI
FsbbPbCetdk7PlUfQ+1x7hfPV4ez6wvhdS9Dk=
Received: by 10.110.50.19 with SMTP id x19mr2242976tix.42.1237607533369;
Fri, 20 Mar 2009 20:52:13 -0700 (PDT)
Received: from ?192.168.249.26? ([124.13.2.92])
by mx.google.com with ESMTPS id 25sm2898533tif.32.2009.03.20.20.52.11
(version=TLSv1/SSLv3 cipher=RC4-MD5);
Fri, 20 Mar 2009 20:52:12 -0700 (PDT)
Sender: Jason Rumney <jasonrumney@HIDDEN>
Message-ID: <49C46452.9060800@HIDDEN>
Date: Sat, 21 Mar 2009 11:51:46 +0800
From: Jason Rumney <jasonr@HIDDEN>
User-Agent: Thunderbird 2.0.0.19 (Windows/20081209)
MIME-Version: 1.0
To: Emacs bug Tracking System <control <at> debbugs.gnu.org>
CC: 844-quiet <at> debbugs.gnu.org
Subject: previously closed unreproducible bug still there
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
unarchive 837
reopen 837
merge 837 2706
thanks
Reopened, as bug has been reported by another user and reproduced (once)
by a developer, though method of reproducing it is still uncertain.
X-Loop: owner@HIDDEN
Subject: bug#844: previously closed unreproducible bug still there
Reply-To: Jason Rumney <jasonr@HIDDEN>, 844-quiet <at> debbugs.gnu.org
Resent-From: Jason Rumney <jasonr@HIDDEN>
Original-Sender: Jason Rumney <jasonrumney@HIDDEN>
Resent-To:
Resent-Date: Sat, 21 Mar 2009 04:00:06 +0000
Resent-Message-ID: <handler.844.Q844.123760754315278@HIDDEN>
Resent-Sender: help-debbugs@HIDDEN
X-Emacs-PR-Message: followup 844
X-Emacs-PR-Package: emacs
X-Emacs-PR-Keywords: unreproducible
Received: via spool by 844-quiet@HIDDEN id=Q844.123760754315278
(code Q ref 844); Sat, 21 Mar 2009 04:00:06 +0000
Received: (at 844-quiet) by emacsbugs.donarmstrong.com; 21 Mar 2009 03:52:23 +0000
X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02
(2008-06-10) on rzlab.ucr.edu
X-Spam-Level:
X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available.
hammytokens:Tokens not available.
X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=unavailable
version=3.2.5-bugs.debian.org_2005_01_02
Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184])
by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2L3qEt9015269;
Fri, 20 Mar 2009 20:52:15 -0700
Received: by ti-out-0910.google.com with SMTP id u3so1125980tia.1
for <multiple recipients>; Fri, 20 Mar 2009 20:52:13 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:sender:message-id:date:from
:user-agent:mime-version:to:cc:subject:content-type
:content-transfer-encoding;
bh=47N2x0kgEXrb7PZjMTwoStbLdicSucUMmuq4PPZI+yY=;
b=GhbluYINiIDb6uIuLIsh1Ly0jth03NzO9h6ODQ66u/Qy2cbX+4WZOquF8/aMZ3Mzyc
bkDXMRU7a0g1YANa1Toqbr46JA4+/jCsuXc3NvqBACKLUUQ+mey1UVpoNPxZPHD1p1QJ
uamh7FKQz2s6sJK9vsJss8DnaQaTB8uOO+pEw=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject
:content-type:content-transfer-encoding;
b=wFsr/lXjpZNZsetN/RAtNWTCumsuD69AGnmgAo1BvlUVS10FuTbKIVE2xmAOF9AaHn
UMpcqPYgkYoADUjpf3ecegpzXYd4oUJc6cBzhmxr5Mve4FTGkcrpe8RNZv5MAGCADVbI
FsbbPbCetdk7PlUfQ+1x7hfPV4ez6wvhdS9Dk=
Received: by 10.110.50.19 with SMTP id x19mr2242976tix.42.1237607533369;
Fri, 20 Mar 2009 20:52:13 -0700 (PDT)
Received: from ?192.168.249.26? ([124.13.2.92])
by mx.google.com with ESMTPS id 25sm2898533tif.32.2009.03.20.20.52.11
(version=TLSv1/SSLv3 cipher=RC4-MD5);
Fri, 20 Mar 2009 20:52:12 -0700 (PDT)
Sender: Jason Rumney <jasonrumney@HIDDEN>
Message-ID: <49C46452.9060800@HIDDEN>
Date: Sat, 21 Mar 2009 11:51:46 +0800
From: Jason Rumney <jasonr@HIDDEN>
User-Agent: Thunderbird 2.0.0.19 (Windows/20081209)
MIME-Version: 1.0
To: Emacs bug Tracking System <control <at> debbugs.gnu.org>
CC: 844-quiet <at> debbugs.gnu.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
unarchive 837
reopen 837
merge 837 2706
thanks
Reopened, as bug has been reported by another user and reproduced (once)
by a developer, though method of reproducing it is still uncertain.
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Content-Type: text/plain; charset=utf-8 X-Loop: owner@HIDDEN From: help-debbugs@HIDDEN (Emacs bug Tracking System) To: Jason Rumney <jasonr@HIDDEN> Subject: bug#844: Info received and FILED only (previously closed unreproducible bug still there) Message-ID: <handler.844.Q844.123760754315278.ackinfoquiet@HIDDEN> References: <49C46452.9060800@HIDDEN> X-Emacs-PR-Message: ack-info-quiet 844 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Reply-To: 844-quiet <at> debbugs.gnu.org Date: Sat, 21 Mar 2009 04:00:06 +0000 Thank you for the additional information you have supplied regarding this bug report. This is an automatically generated reply to let you know your message has been received. Your message has not been forwarded to the package maintainers or other interested parties; you should ensure that the developers are aware of the problem you have entered into the system - preferably quoting the bug reference number, #844. If you wish to submit further information on this problem, please send it to 844-quiet <at> debbugs.gnu.org, as before. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D844 Emacs Bug Tracking System Contact help-debbugs@HIDDEN with problems
Received: (at control) by debbugs.gnu.org; 25 Jan 2010 22:56:07 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Jan 25 17:56:06 2010
Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.69)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1NZXqo-0007IA-Kr
for submit <at> debbugs.gnu.org; Mon, 25 Jan 2010 17:56:06 -0500
Received: from fencepost.gnu.org ([140.186.70.10])
by debbugs.gnu.org with esmtp (Exim 4.69)
(envelope-from <rgm@HIDDEN>) id 1NZXqm-0007Hj-H4
for control <at> debbugs.gnu.org; Mon, 25 Jan 2010 17:56:04 -0500
Received: from rgm by fencepost.gnu.org with local (Exim 4.69)
(envelope-from <rgm@HIDDEN>)
id 1NZXqi-0001Qu-MM; Mon, 25 Jan 2010 17:56:00 -0500
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <19294.8576.616356.375932@HIDDEN>
Date: Mon, 25 Jan 2010 17:56:00 -0500
From: Glenn Morris <rgm@HIDDEN>
To: control <control <at> debbugs.gnu.org>
Subject: control
X-Attribution: GM
X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs)
X-Hue: red
X-Ran: 10?`2??Qd8%Nt)D5`z[Y/\/Q-u=rf]2`7r9`FsKI/gb]WV0\s9{S8vm;_I^mC~Zx,[-KX(
X-Debbugs-No-Ack: yes
X-Spam-Score: -5.0 (-----)
X-Debbugs-Envelope-To: control
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <http://debbugs.gnu.org/pipermail/debbugs-submit>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Sender: debbugs-submit-bounces <at> debbugs.gnu.org
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
X-Spam-Score: -3.9 (---)
unmerge 2705
Received: (at control) by debbugs.gnu.org; 24 Jun 2010 18:23:37 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jun 24 14:23:37 2010 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1ORr5N-00051L-8v for submit <at> debbugs.gnu.org; Thu, 24 Jun 2010 14:23:37 -0400 Received: from pantheon-po41.its.yale.edu ([130.132.50.98]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from <cyd@HIDDEN>) id 1ORr5K-00051G-K0 for control <at> debbugs.gnu.org; Thu, 24 Jun 2010 14:23:35 -0400 Received: from furry (dhcp128036014221.central.yale.edu [128.36.14.221]) (authenticated bits=0) by pantheon-po41.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o5OINUI2013527 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for <control <at> debbugs.gnu.org>; Thu, 24 Jun 2010 14:23:30 -0400 Received: by furry (Postfix, from userid 1000) id 5BF4B16D416; Thu, 24 Jun 2010 20:23:29 +0200 (CEST) From: Chong Yidong <cyd@HIDDEN> To: control <at> debbugs.gnu.org Subject: close 1382 Date: Thu, 24 Jun 2010 14:23:29 -0400 Message-ID: <87r5jw5ly6.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <http://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <http://debbugs.gnu.org/pipermail/debbugs-submit> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <http://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Sender: debbugs-submit-bounces <at> debbugs.gnu.org Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org X-Spam-Score: -2.7 (--) severity 135 minor tags 710 + moreinfo unreproducible close 756 tags 844 + moreinfo unreproducible close 917 close 1000 tags 1125 + moreinfo unreproducible close 1159 severity 1238 wishlist close 1247 close 1381 close 1382 tags 1708 + moreinfo unreproducible close 1993 severity 2024 wishlist close 2236 severity 2299 wishlist tags 2394 + moreinfo unreproducible severity 2507 minor close 2583 tags 2690 + moreinfo unreproducible tags 2812 + moreinfo unreproducible tags 2843 + moreinfo unreproducible tags 2870 + moreinfo unreproducible tags 2877 + moreinfo unreproducible close 3032 close 3273 close 3349 close 4046 close 4358 close 4591 close 4656 thanks
Received: (at control) by debbugs.gnu.org; 25 Dec 2015 23:00:00 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Dec 25 18:00:00 2015 Received: from localhost ([127.0.0.1]:35831 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1aCbL6-0004Xu-HM for submit <at> debbugs.gnu.org; Fri, 25 Dec 2015 18:00:00 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:59344) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from <larsi@HIDDEN>) id 1aCbL5-0004Xn-24 for control <at> debbugs.gnu.org; Fri, 25 Dec 2015 17:59:59 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from <larsi@HIDDEN>) id 1aCbKj-00063r-De for control <at> debbugs.gnu.org; Fri, 25 Dec 2015 23:59:37 +0100 Date: Fri, 25 Dec 2015 23:59:36 +0100 Message-Id: <87si2qt9rb.fsf@HIDDEN> To: control <at> debbugs.gnu.org From: Lars Ingebrigtsen <larsi@HIDDEN> Subject: control message for bug #2706 X-MailScanner-ID: 1aCbKj-00063r-De X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@HIDDEN MailScanner-NULL-Check: 1451689177.65261@iyNgP9xtbZqgAwQpYtIbXQ X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.7 (/) close 2706
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.