unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 14287@debbugs.gnu.org
Subject: bug#14287: 24.3.50; Some *-dos coding systems remove characters before LF for some files.
Date: Sun, 28 Apr 2013 07:19:56 +0900	[thread overview]
Message-ID: <87r4hvfwfn.wl%%xmue@d1.dion.ne.jp> (raw)
In-Reply-To: <83zjwkrv3d.fsf@gnu.org>

> > When I evaluate the below code on trunk, I get different result from 24.3.
> > 
> > (let ((file (expand-file-name "HELLO" data-directory)))
> >   (mapcar
> >    (lambda (coding)
> >      (with-temp-buffer
> >        (let ((coding-system-for-read coding))
> > 	 (insert-file-contents file))
> >        (cons coding
> > 	     (buffer-substring
> > 	      (point-min) (progn (forward-line 1) (point))))))
> >    '(iso-8859-1-unix
> >      iso-8859-1-dos
> >      raw-text-unix
> >      raw-text-dos
> >      sjis-unix
> >      sjis-dos
> >      iso-2022-7bit-unix
> >      iso-2022-7bit-dos)))
> > 
> > ->
> > 
> > ((iso-8859-1-unix . "This is a list of ways to say hello in various languages.
> > ") (iso-8859-1-dos . "This is a list of ways to say hello in various languages
> 
> Does the patch below fix that?

I confirmed your patch fixed the problem.  Thank you.

-- 
Kazuhiro Ito





  reply	other threads:[~2013-04-27 22:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-27 12:03 bug#14287: 24.3.50; Some *-dos coding systems remove characters before LF for some files Kazuhiro Ito
2013-04-27 12:55 ` Eli Zaretskii
2013-04-27 22:19   ` Kazuhiro Ito [this message]
2013-04-28 18:22     ` Eli Zaretskii

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=87r4hvfwfn.wl%%xmue@d1.dion.ne.jp \
    --to=kzhr@d1.dion.ne.jp \
    --cc=14287@debbugs.gnu.org \
    --cc=eliz@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).