From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Aaron Goodman Newsgroups: gmane.emacs.help Subject: Problem with line wrapping in term with no fringe Date: Wed, 4 May 2011 11:37:18 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=00235429cfcc52ce9304a275098c X-Trace: dough.gmane.org 1304574771 15245 80.91.229.12 (5 May 2011 05:52:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 May 2011 05:52:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 05 07:52:47 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QHrUS-00006b-Ay for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2011 07:52:44 +0200 Original-Received: from localhost ([::1]:44015 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHrUR-0004W0-SA for geh-help-gnu-emacs@m.gmane.org; Thu, 05 May 2011 01:52:43 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHe8y-0007BU-DG for help-gnu-emacs@gnu.org; Wed, 04 May 2011 11:37:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHe8x-0006iG-G4 for help-gnu-emacs@gnu.org; Wed, 04 May 2011 11:37:40 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:33462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHe8x-0006i8-Dl for help-gnu-emacs@gnu.org; Wed, 04 May 2011 11:37:39 -0400 Original-Received: by qwa26 with SMTP id 26so1084393qwa.0 for ; Wed, 04 May 2011 08:37:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=185gpFn7krmHZl5XBnZPyecdNcOF8/AEhQYlndADQJI=; b=NQ59CafUvmM578KWwp/vgqYpOzvQwpdXL8r9rvINGgbdoQqcCL6SgWThNcDdPZVHP4 oEk9ReuQFpvvHua2WkjfcA3wp4HzDG8Q6TvuR4BJc9gR+gmMa921ofbshTbUtr7MPSBE o6b1OCiNd57sXPhhC37BDl+3tef4bvYF65kaY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=qttYrVVRuj61/cyNiA3JKfTDOIfJuhM8pUA/JYHBtNs5mCW4sOSPvcz0Hih0t1yJXg UynFA1E63/di9EYcDfb0BR9dIpfcVIh8uIhn5hEaEWYc0LlH2yxvyZB51pO56jTDly8M yd5rYyY9gwO76YCV2uoBo4b1K/uR8Xme+iAEw= Original-Received: by 10.229.106.5 with SMTP id v5mr942025qco.12.1304523458137; Wed, 04 May 2011 08:37:38 -0700 (PDT) Original-Received: by 10.229.212.212 with HTTP; Wed, 4 May 2011 08:37:18 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.41 X-Mailman-Approved-At: Thu, 05 May 2011 01:52:30 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80913 Archived-At: --00235429cfcc52ce9304a275098c Content-Type: text/plain; charset=ISO-8859-1 Hello, I'm having an issue with line wrapping when I am in term mode, and have fringe set to off. Basically, long lines will wrap over on themselves. The issue seems to be specific to term mode, and goes away when I turn fringes back on. I run: aaronjg@aaronjg-desk:~$ echo $PATH and get. aaronjg@aaronjg-desk:~$ usr/bin:/sbin:/bin:/usr/games:/home/aaronjg/kde/bin:/usr So it puts the text on one line, without wrapping, and puts my command directly on top. --00235429cfcc52ce9304a275098c Content-Type: text/html; charset=ISO-8859-1 Hello,
I'm having an issue with line wrapping when I am in term mode, and have fringe set to off. Basically, long lines will wrap over on themselves. The issue seems to be specific to term mode, and goes away when I turn fringes back on.

I run:

aaronjg@aaronjg-desk:~$ echo $PATH

and get.

aaronjg@aaronjg-desk:~$ usr/bin:/sbin:/bin:/usr/games:/home/aaronjg/kde/bin:/usr

So it puts the text on one line, without wrapping, and puts my command directly on top.
--00235429cfcc52ce9304a275098c--