GNU bug report logs - #857
Fwd: term-mode broken in CVS

Previous Next

Package: emacs;

Reported by: "Vin Shelton" <acs <at> xemacs.org>

Date: Mon, 1 Sep 2008 22:40:05 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

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

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

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


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#857; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "Vin Shelton" <acs <at> xemacs.org>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Vin Shelton" <acs <at> xemacs.org>
To: emacs-pretest-bug <at> gnu.org
Subject: Fwd: term-mode broken in CVS
Date: Mon, 1 Sep 2008 18:31:20 -0400
BTW, README refers to emacs-pretest-bugs <at> gnu.org, but that address bounced.

---------- Forwarded message ----------
From: Vin Shelton <acs <at> xemacs.org>
Date: Mon, Sep 1, 2008 at 6:28 PM
Subject: term-mode broken in CVS
To: emacs-pretest-bugs <at> gnu.org


Greetings,

term-mode is substantially broken on my system on an emacs built from
the latest CVS sources.  Try the following formula:

emacs -q
M-x term
run the command 'ls' in the terminal.  On my system, no output
appears; the succeeding prompt is written on-screen and some filenames
appear on that line.  Other than that, no output is written.

This is a kubuntu system.  uname -a reports:

Linux samwise 2.6.24-19-generic #1 SMP Wed Aug 20 22:56:21 UTC 2008
i686 GNU/Linux


Please let me know if you need more help diagnosing this problem.

Regards,
 Vin Shelton




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#857; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Chong Yidong <cyd <at> stupidchicken.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #10 received at 857 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Vin Shelton" <acs <at> xemacs.org>
Cc: 857 <at> debbugs.gnu.org
Subject: Re: term-mode broken in CVS
Date: Tue, 02 Sep 2008 13:21:55 -0400
> BTW, README refers to emacs-pretest-bugs <at> gnu.org, but that address
> bounced.

It's emacs-pretest-bug (no plural).  I don't see any reference to
emacs-pretest-bugs <at> gnu.org in README, tho.

> term-mode is substantially broken on my system on an emacs built from
> the latest CVS sources.

Looks like my change to vertical-motion broke it:

  2008-08-27  Chong Yidong  <cyd <at> stupidchicken.com>

    * indent.c (Fvertical_motion): Revert last change.  Handle the
    general case where we are moving forward, and PT spans multiple
    screen lines.

I'll take a look.




Reply sent to Chong Yidong <cyd <at> stupidchicken.com>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to "Vin Shelton" <acs <at> xemacs.org>:
bug acknowledged by developer. Full text and rfc822 format available.

Message #15 received at 857-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Vin Shelton" <acs <at> xemacs.org>
Cc: 857-done <at> debbugs.gnu.org
Subject: Re: term-mode broken in CVS
Date: Tue, 02 Sep 2008 13:32:38 -0400
> term-mode is substantially broken on my system on an emacs built from
> the latest CVS sources.

Okay, I've checked in a fix.  Thanks for the bug report.




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#857; Package emacs. Full text and rfc822 format available.

Message #18 received at 857 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: 857 <at> debbugs.gnu.org
Subject: Re: bug#857: term-mode broken in CVS
Date: Tue, 02 Sep 2008 13:55:47 -0400
Chong Yidong wrote:

>> BTW, README refers to emacs-pretest-bugs <at> gnu.org, but that address
>> bounced.
>
> It's emacs-pretest-bug (no plural).  I don't see any reference to
> emacs-pretest-bugs <at> gnu.org in README, tho.

'Cos I changed it following this report. :)




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#857; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "Vin Shelton" <acs <at> xemacs.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #23 received at 857 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Vin Shelton" <acs <at> xemacs.org>
To: "Chong Yidong" <cyd <at> stupidchicken.com>
Cc: 857 <at> debbugs.gnu.org
Subject: Re: term-mode broken in CVS
Date: Tue, 2 Sep 2008 17:02:25 -0400
On Tue, Sep 2, 2008 at 1:21 PM, Chong Yidong <cyd <at> stupidchicken.com> wrote:
>> BTW, README refers to emacs-pretest-bugs <at> gnu.org, but that address
>> bounced.
>
> It's emacs-pretest-bug (no plural).  I don't see any reference to
> emacs-pretest-bugs <at> gnu.org in README, tho.

Is my repo out of date?

grep '@gnu.org' scmroot/emacs/README  -->
   versions of Emacs sent to the mailing list bug-gnu-emacs <at> gnu.org.
   from the Savannah.gnu.org repository, to emacs-pretest-bugs <at> gnu.org.

>
>> term-mode is substantially broken on my system on an emacs built from
>> the latest CVS sources.
>
> Looks like my change to vertical-motion broke it:
>
>  2008-08-27  Chong Yidong  <cyd <at> stupidchicken.com>
>
>    * indent.c (Fvertical_motion): Revert last change.  Handle the
>    general case where we are moving forward, and PT spans multiple
>    screen lines.
>

Your fix worked.

Thank you,
  Vin




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#857; Package emacs. Full text and rfc822 format available.

Message #26 received at 857 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Vin Shelton <acs <at> xemacs.org>
Cc: 857 <at> debbugs.gnu.org
Subject: Re: bug#857: term-mode broken in CVS
Date: Tue, 02 Sep 2008 17:40:04 -0400
"Vin Shelton" wrote:

> Is my repo out of date?

yes.




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#857; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to "Vin Shelton" <acs <at> xemacs.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #31 received at 857 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Vin Shelton" <acs <at> xemacs.org>
To: "Glenn Morris" <rgm <at> gnu.org>
Cc: 857 <at> debbugs.gnu.org
Subject: Re: bug#857: term-mode broken in CVS
Date: Tue, 2 Sep 2008 20:28:19 -0400
OK - I see that this was fixed today.

On Tue, Sep 2, 2008 at 5:40 PM, Glenn Morris <rgm <at> gnu.org> wrote:
> "Vin Shelton" wrote:
>
>> Is my repo out of date?
>
> yes.
>




bug archived. Request was from Debbugs Internal Request <don <at> donarmstrong.com> to internal_control <at> emacsbugs.donarmstrong.com. (Wed, 01 Oct 2008 14:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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