>>>> "Uwe" == Uwe Brauer
<oub(a)ucmail.ucm.es> writes:
Uwe> Hello
Uwe> Who is now responsible for appt.el
Hi Uwe,
here's how to find out:
M-x locate-library RET appt RET
M-x show-message-log
Library is file c:\Program Files\XEmacs\xemacs-packages\lisp\calendar\appt.elc
Ah, it's part of the calendar package.
If you have that installed you can also do this:
(package-get-package-provider 'appt)
(calendar "1.19")
This finds the maintainer:
(package-get-info-prop
(car (package-get-info-find-package package-get-base 'calendar))
'maintainer)
"XEmacs Development Team <xemacs-beta(a)xemacs.org>"
You could also use
M-x pui-list-packages
and
i runs the command pui-display-info
on the calendar package line
to find that information.
So, in short, xemacs-beta is the right crowd to ask for this package.
Send your bug reports via
M-x report-xemacs-bug
and your patches to xemacs-patches.
Hope this helps,
Adrian
Uwe> I think I found some bugs, and a small add-on.
Uwe> Thanks
Uwe> Uwe Brauer
--
Adrian Aichner
mailto:adrianï¼ xemacs.org
http://www.xemacs.org/