help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Print functions gone


From: Kevin Rodgers
Subject: Re: Print functions gone
Date: Fri, 07 Oct 2005 10:33:39 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Joe Bush wrote:
> I do enable 'auto-compression-mode'. Could that be part of the
> problem?

It is obviously part of the problem, but the bigger part is the
lpr.el.gz file in your site-lisp directory.

When you set debug-on-error to t, the *Backtrace* buffer shows:
  eval-buffer(#<buffer  *load*> nil "lpr" nil t)

Take a look at the buffer named " *load*": C-x b C-q SPC *load* RET
Does it look normal?  If so, go to the beginning of the code: C-M-S ^(
and then repeatedly run `C-M-f C-x e' to see which form is signalling
the error.

Also, try comparing the site-lisp/lpr.el.gz file to lisp/lpr.el, with
M-x ediff-files.  If there are no differences, or if the differences are
not desirable, just delete the site-lisp/lpr.el.gz file.

--
Kevin Rodgers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]