all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@gmail.com>
To: Suvayu Ali <fatkasuvayu+linux@gmail.com>
Cc: Emacs help <help-gnu-emacs@gnu.org>
Subject: Re: Changing file end-of-line style
Date: Mon, 05 Nov 2012 19:28:13 +0530	[thread overview]
Message-ID: <87pq3sgnii.fsf@gmail.com> (raw)
In-Reply-To: <20121105132410.GG10005@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Mon, 5 Nov 2012 14:24:10 +0100")

Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:

> Hi Jambunathan,
>
> On Mon, Nov 05, 2012 at 06:38:31PM +0530, Jambunathan K wrote:
>> Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
>> 
>> > Hi,
>> >
>> > I sometimes have to deal with files created on Windows or Mac OSX.  When
>> > using emacs with X windows, I can click on the `(Mac)' or `(MS-DOS)'
>> > marker on the bottom left corner of the frame to switch to whichever
>> > style I want at the moment.
>> >
>> > How do I do this when running emacs as `emacs -nw'?  I tried looking for
>> > end-of-line with apropos, but could not find anything that seemed
>> > relevant.  Any ideas?
>> 
>> From (info "(emacs) Text and Binary")
>> 
>> ,---- 
>> |    To visit a file and specify whether it uses DOS-style or Unix-style
>> | end-of-line, specify a coding system (*note Text Coding::).  For
>> | example, `C-x <RET> c unix <RET> C-x C-f foobar.txt' visits the file
>> | `foobar.txt' without converting the EOLs; if some line ends with a
>> | carriage-return linefeed pair, Emacs will display `^M' at the end of
>> | that line.  Similarly, you can direct Emacs to save a buffer in a
>> | specified EOL format with the `C-x <RET> f' command.  For example, to
>> | save a buffer with Unix EOL format, type `C-x <RET> f unix <RET> C-x
>> | C-s'.  If you visit a file with DOS EOL conversion, then save it with
>> | Unix EOL format, that effectively converts the file to Unix EOL style,
>> | like `dos2unix'.
>> `----
>> 
>
> This works great!  I have a question though.  I was aware of the
> set-buffer-file-coding-system command; when I tried it I was prompted
> with utf-8[1] which did not seem to do anything.  What confuses me is
> this prompt along with separate markers on the modeline for charset and
> line ending style[2] led me to believe the coding system of the file is
> the charset (as in the characters used in the text) it is using, whereas
> line endings are set by something else.
>
> From your answer it seems that is not the case.  Does that mean there
> can be several coding system associated to a buffer?  Am I talking
> gibberish or does my question make any sense?

> Footnotes:
>
> [1] I use utf-8 for all text files.
>
> [2] There is a U for files with UTF-8 characters and DOS for files with
>     DOS style line endings at separate places on the bottom left of the
>     modeline.

At C-x C-m f prompt, you can choose utf-8-unix, utf-8-dos, utf-8-mac
apart from other options that start with utf-8.  The two things -
encoding and what constitues a eol character - are orthogonal to each
other.

Frankly, I don't know any more that what the manual suggests.



  reply	other threads:[~2012-11-05 13:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-05 11:57 Changing file end-of-line style Suvayu Ali
2012-11-05 13:08 ` Jambunathan K
2012-11-05 13:24   ` Suvayu Ali
2012-11-05 13:58     ` Jambunathan K [this message]
2012-11-05 14:05       ` Suvayu Ali
2012-11-06 18:08         ` Oleksandr Gavenko
2012-11-05 16:41     ` Eli Zaretskii
2012-11-06 16:48       ` Suvayu Ali

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pq3sgnii.fsf@gmail.com \
    --to=kjambunathan@gmail.com \
    --cc=fatkasuvayu+linux@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.