From: Miles Bader <miles@gnu.org>
Cc: emacs-devel@gnu.org, Miles Bader <miles@gnu.org>
Subject: Re: batch-bytecomp backtrace?
Date: Thu, 15 Apr 2004 19:04:06 -0400 [thread overview]
Message-ID: <20040415230406.GA2446@fencepost> (raw)
In-Reply-To: <jwvzn9cdg8j.fsf-monnier+emacs@gnu.org>
On Thu, Apr 15, 2004 at 06:35:27PM -0400, Stefan Monnier wrote:
> Well, the original code was *very* careful to make it virtually impossible
> to get the backtrace. Now it's possible, tho it still requires insistence:
>
> (setq debug-on-error t)
> (setq byte-compile-debug t)
Thanks; that seems to have done something...
For the problems with esh-module.el though, it seems to make it compile!
Without those options, it fails:
$ src/bootstrap-emacs -batch -f batch-byte-compile /usr/local/src/emacs/lisp/eshell/esh-module.el
Loading ange-ftp (source)...
Loading vc-arch (source)...
In toplevel form:
../../src/emacs/lisp/eshell/esh-module.el:29:13:Error: Lisp nesting exceeds
max-lisp-eval-depth
But with them:
$ src/bootstrap-emacs -batch --eval '(setq debug-on-error t byte-compile-debug t)' -f batch-byte-compile /usr/local/src/emacs/lisp/eshell/esh-module.el
Loading ange-ftp (source)...
Loading vc-arch (source)...
Loading defgroup from `em-alias.el'
Loading defgroup from `em-banner.el'
Loading defgroup from `em-basic.el'
Loading defgroup from `em-cmpl.el'
Loading defgroup from `em-dirs.el'
Loading defgroup from `em-glob.el'
Loading defgroup from `em-hist.el'
Loading defgroup from `em-ls.el'
Loading defgroup from `em-pred.el'
Loading defgroup from `em-prompt.el'
Loading defgroup from `em-rebind.el'
Loading defgroup from `em-script.el'
Loading defgroup from `em-smart.el'
Loading defgroup from `em-term.el'
Loading defgroup from `em-unix.el'
Loading defgroup from `em-xtra.el'
Wrote /usr/local/src/emacs/lisp/eshell/esh-groups.el
Loading defgroup from `em-alias.el'
Loading defgroup from `em-banner.el'
Loading defgroup from `em-basic.el'
Loading defgroup from `em-cmpl.el'
Loading defgroup from `em-dirs.el'
Loading defgroup from `em-glob.el'
Loading defgroup from `em-hist.el'
Loading defgroup from `em-ls.el'
Loading defgroup from `em-pred.el'
Loading defgroup from `em-prompt.el'
Loading defgroup from `em-rebind.el'
Loading defgroup from `em-script.el'
Loading defgroup from `em-smart.el'
Loading defgroup from `em-term.el'
Loading defgroup from `em-unix.el'
Loading defgroup from `em-xtra.el'
Wrote /usr/local/src/emacs/lisp/eshell/esh-groups.el
In end of data:
esh-module.el:157:1:Warning: the following functions might not be defined at
runtime: eshell-load-defgroups, eshell-subgroups
esh-module.el:157:1:Warning: the function `msdos-long-file-names' is not
known
to be defined.
Wrote /usr/local/src/emacs/lisp/eshell/esh-module.elc
Someone's doing something funny... esh-module.el is full of nasty-looking
code, but it doesn't seem to have been changed recently, so I'm not sure
what's going on.
Is anyone else having this same problem?
-Miles
--
In New York, most people don't have cars, so if you want to kill a person, you
have to take the subway to their house. And sometimes on the way, the train
is delayed and you get impatient, so you have to kill someone on the subway.
[George Carlin]
next prev parent reply other threads:[~2004-04-15 23:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-15 22:31 batch-bytecomp backtrace? Miles Bader
2004-04-15 22:35 ` Stefan Monnier
2004-04-15 23:04 ` Miles Bader [this message]
2004-04-18 0:58 ` Miles Bader
2004-04-19 16:54 ` Lőrentey Károly
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=20040415230406.GA2446@fencepost \
--to=miles@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 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.