[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[zile-devel] [ zile-Bugs-1806502 ] Mixed line endings not treated like E
From: |
SourceForge.net |
Subject: |
[zile-devel] [ zile-Bugs-1806502 ] Mixed line endings not treated like Emacs |
Date: |
Tue, 02 Oct 2007 12:20:37 -0700 |
Bugs item #1806502, was opened at 2007-10-02 19:22
Message generated for change (Comment added) made by rrt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=117089&aid=1806502&group_id=17089
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Reuben Thomas (rrt)
Assigned to: Nobody/Anonymous (nobody)
Summary: Mixed line endings not treated like Emacs
Initial Comment:
Try for example opening a file containing "foo^Mbar^M^Jbaz^J" in Emacs:
foo^Mbar^M
baz
and Zile:
foo
bar
^Jbaz^J
----------------------------------------------------------------------
>Comment By: Reuben Thomas (rrt)
Date: 2007-10-02 20:20
Message:
Logged In: YES
user_id=50145
Originator: YES
The coding system is auto-detected by detect_eol_type() in coding.c (in
Emacs!).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=117089&aid=1806502&group_id=17089