"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
It's me FKtPp ;) writes:
> Dear Developers,
>
> Here's my patch for the #'cd problem.. Wish it be helpful~
> + (let ((cdpath-current (getenv "CDPATH")))
> + (interactive
Have you tested this?
Ah.. Sorry, it seemed that I break its interactive-ablity
completely. But I do tested the code, say in eshell-mode..
I don't think it can work correctly, because `interactive'
does
nothing when called. The interactive spec is parsed out of a lambda
form like this:
(assq 'interactive (cddr lambda-form))
but that won't find the interactive form when it's wrapped in a let.
I'll try rework and resend the path, sorry for inconvenience..
Thanks,
FKtPp
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta