The following message is a courtesy copy of an article
that has been posted to comp.emacs.xemacs as well.
>>>> "ska" == kamphausen
<kamphausen(a)novelscience.com> writes:
ska> Dear Community,
ska> I finally got into creating my first packages for XEmacs. It would be
ska> very kind if one of the more experienced could do a quick review of
ska> these and point out all the stupid things that I do there.
Hi Stefan,
a single .el file cannot be an XEmacs package.
See
http://www.xemacs.org/Documentation/21.5/html/lispref_4.html#SEC21
for all the details.
http://www.xemacs.org/Documentation/21.5/html/lispref_4.html#SEC23
is most relevant for the package author.
You can apply on xemacs-beta to develop your packages in XEmacs CVS in
the unsupported category until they're ready for inclusion into
XEmacs.
Try this:
cvs -d :pserver:cvs@cvs.xemacs.org:/pack/xemacscvs login
Password (without quotes): "cvs"
cvs -z3 -d :pserver:cvs@cvs.xemacs.org:/pack/xemacscvs checkout packages/unsupported
Best regards,
Adrian
ska> The packages:
ska> 1. texletter.el -- reads a directory of LaTeX templates and puts them
ska> into a menu for fast creation of letters
ska> Webpage:
http://www.skamphausen.de/xemacs/lisp/texletter.html
ska> Download
http://www.skamphausen.de/xemacs/lisp/texletter.el
ska> 2. highlight-context-line.el -- highlights the last visible line when
ska> scrolling a screenfull.
ska> Webpage:
http://www.skamphausen.de/xemacs/lisp/highlight-context.html
ska> Download:
http://www.skamphausen.de/xemacs/lisp/highlight-context-line.el
ska> Thanks for your time and effort.
ska> Respect
ska> Stefan Kamphausen
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/