unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Lennart Borgman" <lennart.borgman.073@student.lu.se>
Cc: guy@wyrdrune.com, Tak Ota <Takaaki.Ota@am.sony.com>, emacs-devel@gnu.org
Subject: Re: autoload failure
Date: Sat, 30 Oct 2004 22:34:19 +0200	[thread overview]
Message-ID: <074201c4bebf$dce3e3d0$0200a8c0@sedrcw11488> (raw)
In-Reply-To: ubrekqbmf.fsf@jasonrumney.net

----- Original Message ----- 
From: "Jason Rumney" <jasonr@gnu.org>
To: "Stefan" <monnier@iro.umontreal.ca>
Cc: <guy@wyrdrune.com>; "Tak Ota" <Takaaki.Ota@am.sony.com>;
<emacs-devel@gnu.org>
Sent: Saturday, October 30, 2004 8:55 PM
Subject: Re: autoload failure


: Stefan <monnier@iro.umontreal.ca> writes:
:
: >> The path "/cygdrive/d/pub/emacs" is not valid on Windows.  It is an
: >> indication that you are using Cygwin make, which the docs explicitly
: >> say to avoid for this reason.
: >
: > I really think it would be more constructive to add a file-name-handler
: > for "/cygdrive/" seeing how common this kind of problem is (it might at
: > least save us some time replying to such email).
:
: Its there already I beleive:
:
: 2001-10-29  Sam Steingold  <sds@gnu.org>
:
: * w32-fns.el (convert-standard-filename): Handle cygwin-specific
: "/cygdrive/LETTER/" pathnames.
:
:
: The problem is that this is happening during bootstrap, when
: w32-fns.el is not loaded yet.

Stefans idea sounded like a very good one to me
- and it probably is since it is already used ;-)

I do not know the limitations here since I have no clear picture of the
bootstrap process yet, but could not w32-fns.el be explicitly loaded on w32?
What we are talking about is maybe only one call in lisp\makefile:

autoloads: loaddefs.el doit
 @echo Directories: $(WINS)
 $(emacs) -l autoload \
  --eval $(ARGQUOTE)(setq find-file-hooks nil \
   find-file-suppress-same-file-warnings t \
   generated-autoload-file \
     $(DQUOTE)$(lisp)/loaddefs.el$(DQUOTE))$(ARGQUOTE) \
  -f batch-update-autoloads $(lisp) $(WINS)

I think that fixing this would make people much less confused when they are
trying to build on w32. And this gives more time to do useful work.

I believe that with a small change in convert-standard-filename we could
also make it possible to use MSYS to build Emacs. (Just look for
"/\\(a-zA-Z\\)/".)

A message from Earnie Boyd (MSYS maintainer?) convinced me that it might be
worth the time to look a bit deeper into the problems with using MSYS so I
did this. I again now believe that MSYS also could be an easy to use build
environment for Emacs. I will come back on this later.

- Lennart

  reply	other threads:[~2004-10-30 20:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-27 22:39 autoload failure Tak Ota
2004-10-27 22:44 ` Guy Gascoigne - Piggford
2004-10-27 23:11   ` Tak Ota
2004-10-29  4:32   ` Richard Stallman
2004-10-29 16:37     ` Tak Ota
2004-10-30 14:20       ` Richard Stallman
2004-10-30 16:39         ` Jason Rumney
2004-10-30 17:42           ` Stefan
2004-10-30 18:55             ` Jason Rumney
2004-10-30 20:34               ` Lennart Borgman [this message]
2004-10-30 21:10                 ` Jason Rumney
2004-10-30 21:56                   ` Lennart Borgman
2004-10-31  0:25               ` Stefan
2004-10-31  4:52                 ` Eli Zaretskii
2004-10-31 23:15             ` Stefan
2004-11-01  1:46               ` Lennart Borgman
2004-11-01 17:28           ` Tak Ota
2004-11-01 17:52             ` Jason Rumney

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='074201c4bebf$dce3e3d0$0200a8c0@sedrcw11488' \
    --to=lennart.borgman.073@student.lu.se \
    --cc=Takaaki.Ota@am.sony.com \
    --cc=emacs-devel@gnu.org \
    --cc=guy@wyrdrune.com \
    /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).