On Wed, 05 Nov 2003, stephen(a)xemacs.org wrote:
>>>>> "Richard" == Richard Ketchersid
<r_ketchers(a)yahoo.com> writes:
Richard> Signaling: (wrong-number-of-arguments (lambda (list) "$ad-doc:
Something you have loaded has in turn advised some functions. The
advice is obsolete or broken. You need to find out what package is
loading 'advice and what exactly is being advised. Binary search
through init.el is one reasonable way.
The other way is to looking in the traceback for a hint.
ad-return-value (ad-Orig-clear-visited-file-modtime list)) (setq
tramp-buffer-file-attributes nil) ad-return-value)) 0)
tramp-buffer-file-attributes is from tramp.el.
-jeff