From: Angelo Graziosi <angelo.graziosi@alice.it>
To: emacs-devel@gnu.org
Subject: Characters saved mismatch?
Date: Sun, 7 May 2017 01:27:42 +0200 [thread overview]
Message-ID: <f77855b6-9d27-901d-24f7-a7a5f62d43c0@alice.it> (raw)
I notice this in my Emacs master build on MSYS2/MinGW64:
emacs -Q &
C-x C-f foo.text RET
Now in foo.text type
foo RET
bar RET
and then save: C-x C-s. In the mini-buffer (and in Messages) there is
the message:
Wrote ‘c:/msys64/tmp/foo.text’ (8 characters)
but
ls -l foo.text
-rw-r--r-- 1 bingo bongo 10 7 mag 01.07 foo.text
10 bytes! This is right because on Windows, by default, Emacs uses the
DOS style at the end of a line: CR+LF.
Why then it writes that has written 8 characters? It seems it is
remembering what by default occurs on GNU/Linux (only LF).. Or not?
Ciao,
Angelo.
next reply other threads:[~2017-05-06 23:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-06 23:27 Angelo Graziosi [this message]
2017-05-07 1:06 ` Characters saved mismatch? Paul Eggert
2017-05-07 2:53 ` Kaushal Modi
2017-05-07 8:06 ` Angelo Graziosi
2017-05-07 8:52 ` Stephen Berman
2017-05-07 9:02 ` Angelo Graziosi
2017-05-07 8:56 ` Yuri Khan
2017-05-07 9:15 ` Angelo Graziosi
2017-05-07 9:25 ` Yuri Khan
2017-05-07 10:50 ` Angelo Graziosi
2017-05-07 12:41 ` Yuri Khan
2017-05-07 12:46 ` Kaushal Modi
2017-05-07 13:38 ` Angelo Graziosi
2017-05-07 14:07 ` Stefan Monnier
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f77855b6-9d27-901d-24f7-a7a5f62d43c0@alice.it \
--to=angelo.graziosi@alice.it \
--cc=emacs-devel@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).