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

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

term.el does not handle \n.


From: Lute Kamstra
Subject: term.el does not handle \n.
Date: Tue, 10 Jun 2003 11:02:28 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I have the following five line file:

,----[ test.txt ]
| Line one.
| Line two.
| Line three.
| Line four.
| Line five.
`----

When I do "M-x term" and use `/bin/bash', the following happens:

,----[ *terminal* ]
| $ cat test.txt 
|               Line one.
|                        Line two.
|                                 Line three.
|                                            Line four.
|                                                      Line five.
|                                                                $ 
`----

As you can see, \n is not handled.


  Lute.




reply via email to

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