Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com Path: not-for-mail From: Joe Buehler Subject: Re: Quirky Emacs behavior -- any ideas? Date: Fri, 03 Jan 2003 12:04:15 -0500 Lines: 28 Message-ID: <3E15C28F.7030208@hekimian.com> References: <20021231222629 DOT 81483 DOT qmail AT web40404 DOT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en In-Reply-To: <20021231222629.81483.qmail@web40404.mail.yahoo.com> Dr. Andrew Mayer wrote: > ** ad-Orig-documentation called with 5 arguments, but > accepts only 1-2 I recall some problem of this sort in the near past, but cannot remember exactly what it was. Code in advice.el creates a wrapper for the "documentation" function, which it renames to ad-Orig-documentation. For some reason 5 arguments are being passed when the original function expects only 1 or 2. Are you running the very latest version of Cygwin emacs? It has all the LISP files recompiled, which I believed fixed some sort of problem of this kind. You might try running the elisp expression (ad-Orig-documentation 'documentation-property t) and see if you get back the documentation string for the named function. > When I exit Emacs (and return to a bash shell) I see > this error > > lstat(./kpsewhich) failed ... > ./kpsewhich: No such file or directory Never heard of this. The name appears in the emacs lisp source as part of some sort of TeX support software. Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/