Re: Can't create loaddefs.el

2005-12-28 Thread Bill Wohler
Richard M. Stallman [EMAIL PROTECTED] wrote:

 I think I fixed this.  Does it work now?

Yes, thanks!

-- 
Bill Wohler [EMAIL PROTECTED]  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Can't create loaddefs.el

2005-12-27 Thread Tetsuo Tsukamoto
HI,

   [Mon, 26 Dec 2005 14:35:42 -0800]
   Bill Wohler [EMAIL PROTECTED] writes:
 While chasing down a problem with the setting of
 url-configuration-directory, I wanted to update loaddefs.el, but look at
 the error:
[...]
   Wrong type argument: symbolp, 0
   make: *** [autoloads] Error 255

 I see this change. Related?

   2005-12-25  Richard M. Stallman  [EMAIL PROTECTED]

 * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
 to undo a `provide'.

 * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.

The problem will be reproduced as follows.

% cat foo.el
(require 'autoload)
(define-minor-mode foo-mode foo)

% emacs -batch -q -no-site-file -l ./foo.el
Wrong type argument: symbolp, 0

Emacs exits normally when autoload.el is not loaded.

-- 
Tetsuo Tsukamoto


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Can't create loaddefs.el

2005-12-26 Thread Bill Wohler
While chasing down a problem with the setting of
url-configuration-directory, I wanted to update loaddefs.el, but look at
the error:

  [EMAIL PROTECTED]:770]$ make autoloads
  wd=/usr/local/src/mh-e/src/emacs/lisp; subdirs=`(cd $wd; find . -type d 
-print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS | 
*/CVS/* | */.* | */.*/* | */=* ) ;; *) wins=$wins $wd/$file ;; esac; done; \
  echo Directories: $wins; \
  ../src/emacs -batch --no-site-file --multibyte -l autoload --eval '(setq 
generated-autoload-file /usr/local/src/mh-e/src/emacs/lisp/loaddefs.el)' -f 
batch-update-autoloads $wins
  Directories: /usr/local/src/mh-e/src/emacs/lisp/. 
/usr/local/src/mh-e/src/emacs/lisp/./calc 
/usr/local/src/mh-e/src/emacs/lisp/./gnus 
/usr/local/src/mh-e/src/emacs/lisp/./mail 
/usr/local/src/mh-e/src/emacs/lisp/./calendar 
/usr/local/src/mh-e/src/emacs/lisp/./emacs-lisp 
/usr/local/src/mh-e/src/emacs/lisp/./emulation 
/usr/local/src/mh-e/src/emacs/lisp/./eshell 
/usr/local/src/mh-e/src/emacs/lisp/./international 
/usr/local/src/mh-e/src/emacs/lisp/./language 
/usr/local/src/mh-e/src/emacs/lisp/./mh-e 
/usr/local/src/mh-e/src/emacs/lisp/./net 
/usr/local/src/mh-e/src/emacs/lisp/./obsolete 
/usr/local/src/mh-e/src/emacs/lisp/./play 
/usr/local/src/mh-e/src/emacs/lisp/./progmodes 
/usr/local/src/mh-e/src/emacs/lisp/./term 
/usr/local/src/mh-e/src/emacs/lisp/./textmodes 
/usr/local/src/mh-e/src/emacs/lisp/./url
  Wrong type argument: symbolp, 0
  make: *** [autoloads] Error 255

I see this change. Related?

  2005-12-25  Richard M. Stallman  [EMAIL PROTECTED]

  * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue
  to undo a `provide'.

  * fns.c (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.

-- 
Bill Wohler [EMAIL PROTECTED]  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Can't create loaddefs.el

2005-12-26 Thread Bill Wohler
I tried to debug the problem by adding an --eval
'(toggle-debug-on-error)' and loaddefs.el were created!

Weird.

-- 
Bill Wohler [EMAIL PROTECTED]  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug