emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#12017: closed (term-mode: allow reflowable text)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12017: closed (term-mode: allow reflowable text)
Date: Thu, 13 Jun 2013 05:28:02 +0000

Your message dated Thu, 13 Jun 2013 01:27:31 -0400
with message-id <address@hidden>
and subject line Re: bug#12017: term-mode: allow reflowable text
has caused the debbugs.gnu.org bug report #12017,
regarding term-mode: allow reflowable text
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12017: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12017
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: term-mode: allow reflowable text Date: Fri, 20 Jul 2012 15:14:04 -0700 User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:11.0) Gecko/20120312 Thunderbird/11.0 In term-mode, when the terminal process supplies more text than can fit on a line, term-emulate-terminal puts text into the buffer up to the current number of columns, inserts a hard newline, and starts again on the next line.

The included patch modifies term-emulate-terminal to just keep putting text into the buffer without these hard breaks. This allows one to resize the window later and text produced in this way will reflow dynamically, which is very convenient for most programs I run, avoiding new awkward soft line breaks when the window becomes smaller later.

Previously described on emacs-devel:
http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00252.html

2012-07-20  Michael Hoffman  <address@hidden>

        * term.el (term-suppress-hard-newline): New customizable
        variable.
        (term-emulate-terminal): Don't add hard newlines when
        term-suppress-hard-newline is non-nil.

Michael Hoffman

Attachment: term.diff
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#12017: term-mode: allow reflowable text Date: Thu, 13 Jun 2013 01:27:31 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.4

Thanks; applied.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]