|--==> "APA" == Adrian Aichner <adrian(a)xemacs.org> writes:
>>>>>"Uwe" == Uwe Brauer
<oub(a)ucmail.ucm.es> writes:
Uwe> Hello
Uwe> Who is now responsible for appt.el
APA> Hi Uwe,
APA> here's how to find out:
APA> M-x locate-library RET appt RET
APA> M-x show-message-log
APA> Library is file c:\Program Files\XEmacs\xemacs-packages\lisp\calendar\appt.elc
APA> Ah, it's part of the calendar package.
APA> If you have that installed you can also do this:
APA> (package-get-package-provider 'appt)
APA> (calendar "1.19")
That will work even if the package isn't installed. And the function
is interactive so you could M-x package-get-package-provider RET appt RET
APA> This finds the maintainer:
APA> (package-get-info-prop
APA> (car (package-get-info-find-package package-get-base 'calendar))
APA> 'maintainer)
APA> "XEmacs Development Team <xemacs-beta(a)xemacs.org>"
In my directory in the xemacs-builds CVS module there is pkg-build.el,
It does the work of rolling packages which wouldn't be of interest to
many people, but it also has...
,----[ C-h f pkg-get-info RET ]
| `pkg-get-info' is an interactive compiled Lisp function
| -- loaded from "pkg-build"
| (pkg-get-info PACKAGE INFORMATION &optional REMOTE)
|
| Documentation:
| Get information about a package.
|
| Argument PACKAGE is the name of an XEmacs package (a symbol). It
| must be a valid package, ie, a member of either `pkg-std-packages' or
| `pkg-mule-packages'.
|
| Argument INFORMATION is a symbol that can be any one of:
|
| standards-version Package system version (not used).
| version Version of the XEmacs package.
| author-version The upstream version of the package.
| date The date the package was last modified.
| build-date The date the package was last built.
| maintainer The maintainer of the package.
| distribution Will always be "xemacs" (not used).
| priority "low", "medium", or "high" (not
used).
| category Either "standard" or "mule".
| dump Is the package dumped (not used).
| description A description of the package.
| filename The filename of the binary tarball of the package.
| md5sum The md5sum of filename.
| size The size in bytes of filename.
| provides A list of symbols that this package provides.
| requires A list of packages that this package requires.
| type Can be either "regular" or "single-file".
|
| If optional argument REMOTE is non-nil use a package list from a
| remote site. For this to work `package-get-remote' must be non-nil.
|
| If this function is called interactively it will display INFORMATION
| in the minibuffer.
`----
Maybe I should put this function into core, it is quite handy.
APA> You could also use
APA> M-x pui-list-packages
APA> and
APA> i runs the command pui-display-info
APA> on the calendar package line
APA> to find that information.
Or just move your rat over the line and rea