all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Arni Magnusson <arnima@hafro.is>, 14732@debbugs.gnu.org
Subject: bug#14732: Package dos-mode for ELPA
Date: Wed, 7 Aug 2013 21:49:00 +0200	[thread overview]
Message-ID: <CAAeL0STRVctjA6MP6aoDf0Uq7NR47UC0iHpG7oVWApPE0GMwjg@mail.gmail.com> (raw)
In-Reply-To: <834nb1ux6c.fsf@gnu.org>

On Wed, Aug 7, 2013 at 9:18 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> Why does it work for csh, then?

Windows programs are discriminated. nt/INSTALL has had this comment  for years:

  In addition, using 4NT or TCC as your shell is known to fail the
  build process, at least since 4NT version 3.01.

The only "problem" is in this bit of nt/configure.bat:

  rem   See if the environment is large enough.  We need 43 (?) bytes.
  set $foo$=123456789_123456789_123456789_123456789_123
  if not "%$foo$%" == "123456789_123456789_123456789_123456789_123"
goto SmallEnv
  set $foo$=

because of the "%$foo$" (in 4NT/TCC, %$ is a special variable). Just
changing that test from using $foo$ to foo$ would have allowed 4NT to
run configure.bat just fine. I proposed such a change, years ago, and
was told not to. Which is particularly jarring because, AFAICS, that
check is obsolete; modern CMD has no problem with big environments,
and even if the check still makes sense in old COMMAND.COM, we've been
adding things to configure.bat for a long time without bothering to
check the environment space required.

   J





  reply	other threads:[~2013-08-07 19:49 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-27 16:15 bug#14732: Package dos-mode for ELPA Arni Magnusson
2013-06-27 17:40 ` Eli Zaretskii
2013-07-01  1:00 ` Arni Magnusson
2013-07-01 10:44   ` Arni Magnusson
2013-07-01 16:50   ` Eli Zaretskii
2013-07-01 23:30     ` Stefan Monnier
2013-07-02  0:12       ` Arni Magnusson
2013-08-05  0:16         ` Stefan Monnier
2013-08-05  2:20           ` Arni Magnusson
2013-08-06 21:00             ` Stefan Monnier
2013-08-07 15:54               ` Stefan Monnier
2013-08-07 16:14                 ` Eli Zaretskii
2013-08-07 17:27                   ` Stefan Monnier
2013-08-07 17:26                 ` Juanma Barranquero
2013-08-07 18:11                   ` Stefan Monnier
2013-08-07 19:18                     ` Eli Zaretskii
2013-08-07 19:49                       ` Juanma Barranquero [this message]
2013-08-07 21:12                       ` Stefan Monnier
2013-08-08  2:45                         ` Eli Zaretskii
2013-08-08  3:47                           ` Stefan Monnier
2013-08-08 17:05                             ` Eli Zaretskii
2013-08-08 17:28                               ` Glenn Morris
2013-08-08 17:52                                 ` Eli Zaretskii
2013-08-08 17:48                               ` Stefan Monnier
2013-08-07 19:39                     ` Juanma Barranquero
2013-08-07 21:12                       ` Stefan Monnier
2013-08-07 21:19                         ` Juanma Barranquero
2013-07-07 12:34       ` Arni Magnusson
2013-07-10  0:43         ` Arni Magnusson
2013-08-08  3:40 ` Glenn Morris
2013-08-08 16:59   ` 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

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

  git send-email \
    --in-reply-to=CAAeL0STRVctjA6MP6aoDf0Uq7NR47UC0iHpG7oVWApPE0GMwjg@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=14732@debbugs.gnu.org \
    --cc=arnima@hafro.is \
    --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 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.