unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Why I cannot byte-compile epop3mail.el?
@ 2003-05-03  6:49 Hongzheng Wang
  2003-05-03 17:39 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Hongzheng Wang @ 2003-05-03  6:49 UTC (permalink / raw)


Hi,all
  Because I wanna leave mails on server after I have downloaded them
through POP, I downloaded ep3m-098.zip from GNU's website.

  According to the commentary in epop3mail.el, I installed elib and
then copy epop3mail.el, biff-mode.el, epop3hash.el and a patched pop3.el
to my emacs directory, ie, /usr/share/emacs/21.2/lisp/gnus/

  But when I byte-compile epop3mail.el, a error occured:
  Variable binding depth exceeds max-specpdl-size

  I have try to setq max-specpdl-size to a larger value, but it doesn't
work and result in a different error: 
  Lisp nesting exceeds `max-lisp-eval-depth

  I'm a newbie to elisp, so I have to post this article here. Can you
help me with this problem?

  Thanks.

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

* Re: Why I cannot byte-compile epop3mail.el?
  2003-05-03  6:49 Why I cannot byte-compile epop3mail.el? Hongzheng Wang
@ 2003-05-03 17:39 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2003-05-03 17:39 UTC (permalink / raw)


Hongzheng Wang <wanghz02@mails.tsinghua.edu.cn> writes:

>   According to the commentary in epop3mail.el, I installed elib and
> then copy epop3mail.el, biff-mode.el, epop3hash.el and a patched pop3.el
> to my emacs directory, ie, /usr/share/emacs/21.2/lisp/gnus/

That's not a good directory.  Is there a directory
/usr/share/emacs/site-lisp?  Choose that.  Type C-h v load-path RET
for a more comprehensive list of candidate directories.

The reason the above is not a good directory is the fact that the
directory will be gone when you upgrade Emacs.  And so you'd have to
install the files again.

>   But when I byte-compile epop3mail.el, a error occured:
>   Variable binding depth exceeds max-specpdl-size
>
>   I have try to setq max-specpdl-size to a larger value, but it doesn't
> work and result in a different error: 
>   Lisp nesting exceeds `max-lisp-eval-depth
>
>   I'm a newbie to elisp, so I have to post this article here. Can you
> help me with this problem?

Try increasing max-lisp-eval-depth, too.  Only if raising both to
real large values doesn't help, then there is a real problem.

-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)

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

end of thread, other threads:[~2003-05-03 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-03  6:49 Why I cannot byte-compile epop3mail.el? Hongzheng Wang
2003-05-03 17:39 ` Kai Großjohann

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).