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

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

Re: Hard to debug with (load nomessage)


From: Kevin Rodgers
Subject: Re: Hard to debug with (load nomessage)
Date: Wed, 20 Mar 2002 17:45:17 -0700

Kevin Rodgers wrote:
> 
> Järneström Jonas wrote:
> > My point is thus that using (load nomessage) if you do a lot of
> > loading in your application is potentially dangerous from a debugging
> > point of view. I think this should be stated in the on-line doc for (load)
> 
> If you set things up like this:
> 
> (defvar load-nomessage nil)

Oops, that should be: (defvar load-nomessage t)

> (load "library-1" nil load-nomessage)
> ..
> (load "library-N" nil load-nomessage)
> 
> Then your users get the behavior you want, and you can debug by setq'ing
> load-nomessage.

To nil, of course.

-- 
Kevin Rodgers <kevinr@ihs.com>



reply via email to

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