all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Latest pretest builds fine on windows but...
@ 2007-04-24 10:52 Eric Lilja
  2007-04-24 21:35 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Lilja @ 2007-04-24 10:52 UTC (permalink / raw)
  To: emacs-devel

...I did notice a couple of these:
Compiling url/url-handlers.el

In toplevel form:
url/url-handlers.el:277:1:Error: Cannot open doc string file 
"c:/cvsemacs/emacs/etc/DOC"

Compiling url/vc-dav.el
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...

In toplevel form:
url/vc-dav.el:30:1:Error: Cannot open doc string file 
"c:/cvsemacs/emacs/etc/DOC"

Anything to worry about?

Also, all those warnings about functions that are not known to be 
defined also worry me sometimes, but I know little of lisp. And those 
have always been around and I've been building cvs versions for three 
years now I think.

Building native windows version on XP using latest MinGW make and the 
cygwin tools. Haven't tried the resulting executable yet.

- Eric

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Latest pretest builds fine on windows but...
  2007-04-24 10:52 Latest pretest builds fine on windows but Eric Lilja
@ 2007-04-24 21:35 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2007-04-24 21:35 UTC (permalink / raw)
  To: Eric Lilja; +Cc: emacs-devel

It looks like the error you got comes from the following kludge:

    (defmacro url-handlers-create-wrapper (method args)
      `(defun ,(intern (format "url-%s" method)) ,args
	 ,(format "URL file-name-handler wrapper for `%s' call.\n---\n%s" method
		  (or (documentation method t) "No original documentation."))
	 (setq url (url-generic-parse-url url))
	 (when (url-type url)
	   (funcall (url-scheme-get-property (url-type url) (quote ,method))
		    ,@(remove '&rest (remove '&optional args))))))

For the long term, we should get rid of that, or else do something
that ensures it will work.

How did it happen that your build recompiled url-handlers.el?
If you were building from CVS, that would be understandable,
but a pretest, like a release, should contain up-to-date .elc files
and building it should not recompile them.

It also puzzles me that you were compiling this with an Emacs
that could not get its DOC file.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-04-24 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-24 10:52 Latest pretest builds fine on windows but Eric Lilja
2007-04-24 21:35 ` Richard Stallman

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.