unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Bootstrap fails on w32
Date: Tue, 24 May 2005 02:31:27 +0200	[thread overview]
Message-ID: <u1x7xzcps.fsf@gnu.org> (raw)
In-Reply-To: <85mzqmjpnz.fsf@lola.goethe.zz> (message from David Kastrup on Mon, 23 May 2005 10:46:08 +0200)

> Cc: emacs-devel@gnu.org
> From: David Kastrup <dak@gnu.org>
> Date: Mon, 23 May 2005 10:46:08 +0200
> 
> Since we both read and write the files in question and use \n in the
> patterns for reading and writing, this affects us, and the natural
> consequence would be to recommend using the Windows conventions when
> unpacking.

In practice, I've found this method a nuisance: there's no single
standard on Windows regarding these issues, so EOL conversions
generally produce a mess.

> The error reports we get, however, are suggesting that exactly that
> makes Perl barf.  Maybe it has something to do with what compilation
> of Perl is used (Cygwin could be different?).

It could be.  And then there's more than one port of Perl, even more
than one non-Cygwin port.

> And also "makeinfo" seemingly formats junk when presented with DOS
> line endings, even though it is supposed to be a text tool.

Suggest to submit a bug report.  I made the Info reader cope with both
types of line endings long ago; perhaps it's high time makeinfo did
the same.

> I just don't get it, and that's why I am trying to see what others do.

When faced with a CVS client that adds gratuitous CR characters, I
usually convert them en masse with a tool similar to dos2unix, but one
that can process many files and preserve the time stamp of each one
(so that Make and other utilities are happy).  It's sometimes tedious,
but it works, especially if you have a shell like zsh which supports
recursive wildcards...

  parent reply	other threads:[~2005-05-24  0:31 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-21 22:09 Bootstrap fails on w32 Lennart Borgman
2005-05-22  3:22 ` Eli Zaretskii
2005-05-22 10:06   ` Lennart Borgman
2005-05-22 20:34     ` Eli Zaretskii
2005-05-22 20:07 ` Jason Rumney
2005-05-22 20:38   ` Lennart Borgman
2005-05-22 20:52     ` Michael Cadilhac
2005-05-22 21:29     ` Jason Rumney
2005-05-22 21:52       ` Juanma Barranquero
2005-05-22 22:13         ` Jason Rumney
2005-05-22 22:27           ` Juanma Barranquero
2005-05-22 22:34             ` Juanma Barranquero
2005-05-23  0:26               ` Adrian Aichner
2005-05-23  7:50                 ` Juanma Barranquero
2005-05-23  8:36                 ` Andreas Schwab
2005-05-23  3:59             ` Eli Zaretskii
2005-05-23  8:06               ` Juanma Barranquero
2005-05-24  0:23                 ` Eli Zaretskii
2005-05-23 23:50                   ` David Kastrup
2005-05-24  3:38                     ` Eli Zaretskii
2005-05-24  7:03                       ` Juanma Barranquero
2005-05-24  8:43                         ` David Kastrup
2005-05-24  8:58                           ` Juanma Barranquero
2005-05-24 19:06                           ` Eli Zaretskii
2005-05-24 19:37                             ` Lennart Borgman
2005-05-25  3:55                               ` Eli Zaretskii
2005-05-22 21:54       ` David Kastrup
2005-05-22 22:17         ` Jason Rumney
2005-05-22 22:30           ` David Kastrup
2005-05-22 23:45             ` Jason Rumney
2005-05-23  0:15               ` David Kastrup
2005-05-23  3:49                 ` Eli Zaretskii
2005-05-23  8:46                   ` David Kastrup
2005-05-23 10:56                     ` Juanma Barranquero
2005-05-31 18:10                       ` Juanma Barranquero
2005-05-31 23:02                         ` Lennart Borgman
2005-05-24  0:31                     ` Eli Zaretskii [this message]
2005-05-23  3:51             ` Eli Zaretskii
2005-05-23 13:26               ` Werner LEMBERG
2005-05-25  1:00                 ` Kenichi Handa
2005-05-25  3:45                   ` Werner LEMBERG
2005-05-25  7:08                     ` Jason Rumney
2005-05-25  8:30                       ` Werner LEMBERG
2005-05-25  8:45                       ` Andreas Schwab
2005-05-25 18:23                     ` Eli Zaretskii
2005-05-25 19:36                       ` Daniel Brockman
2005-05-26  5:37                       ` Werner LEMBERG
2005-05-22 22:34           ` Lennart Borgman
2005-05-24 12:55           ` Lennart Borgman
2005-05-24 19:16             ` Eli Zaretskii
2005-05-23  4:03         ` Eli Zaretskii
2005-05-23  8:08           ` Juanma Barranquero
2005-05-24  0:24             ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2005-05-23  9:40 LENNART BORGMAN
2005-05-24  8:33 martin rudalics
2005-05-24  9:47 ` Jason Rumney
2005-05-27  9:25   ` martin rudalics
2005-06-02  8:51     ` jasonr

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=u1x7xzcps.fsf@gnu.org \
    --to=eliz@gnu.org \
    --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).