view etc/MORE.STUFF @ 31383:860d7ac182e3

(vc-rcs-show-log-entry): New function. (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties. (vc-rcs-register): If there is no RCS subdir, ask the user whether to create one. (vc-rcs-state-heuristic): Use file-ownership-preserved-p. (vc-rcs-checkout): Remove the error-handling for missing-rcs. (vc-rcs-state-heuristic): Don't use file-writable-p. (vc-rcs-print-log): Insert in the current buffer. (vc-rcs-diff): Insert in the current buffer and remove unused arg CMP. (vc-rcs-workfile-unchanged-p): Use vc-do-command instead of vc-simple-command. (vc-rcs-fetch-master-state): Removed check for unlocked-changes to avoid doing a diff when opening a file. (vc-rcs-state): Added check for unlocked-changes. (vc-rcs-header): Escape Id. (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION. (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific version. (vc-rcs-state-heuristic): Use file-writable-p instead of comparing userids. (vc-rcs-fetch-master-state): Handle the case where rcs is missing. Simplify the logic by eliminating unreachable code. (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and just do a recursive call if we need to retry. (vc-rcs-checkout): Handle the case where rcs is missing by making the buffer read-write if requested and re-signalling the error. (vc-rcs-find-most-recent-rev): New function. The code derives from the old vc-parse-buffer but uses the revision number rather than the date (much easier to compare robustly). (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the locking-user more directly. Check strict locking and set checkout-model appropriately. (vc-rcs-parse-locks): Remove. (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the new vc-parse-buffer (and vc-rcs-find-most-recent-rev). (vc-rcs-system-release): Use with-current-buffer and vc-parse-buffer. (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer. Merge in code from vc-rcs-hooks.el. Don't require 'vc anymore. (vc-rcs-responsible-p): Use expand-file-name instead of concat and file-directory-p instead of file-exists-p. (vc-rcs-exists): Remove. (vc-rcs-header): New var. Update Copyright. (vc-rcs-rename-file): New function. (vc-rcs-diff): Remove unused `backend' variable. (vc-rcs-clear-headers): New function; code moved here from vc-clear-headers in vc.el. (tail): Provide vc-rcs and remove vc-rcs-logentry-check. (vc-rcs-register): Parse command output to find master file name and workfile version. (vc-rcs-checkout): Removed call to vc-file-clear-masterprops. Require vc and vc-rcs-hooks. (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks. (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p). (vc-release-greater-or-equal-p): Move from vc. (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates. (vc-rcs-checkout): Add a missing `new-version' argument in the call to vc-rcs-latest-on-branch-p. Hopefully that was the right one. (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'. Updated everything to use `vc-checkout-model'. (vc-rcs-backend-release-p): function added. other stuff updated to reference this function instead of the old `vc-backend-release-p'. (vc-rcs-logentry-check): Function added. (vc-rcs-checkin, vc-rcs-previous-version) (vc-rcs-checkout): Name space cleaned up. No more revision number crunching function names that are not prefixed with vc-rcs. (vc-rcs-checkout-model): Function added. References to `vc-checkout-model' replaced. (vc-rcs-admin): Added the query-only option as required by the vc.el file. (vc-rcs-exists): Function added. (vc-*-checkout): Use with-temp-file instead of /bin/sh. Merged from mainline (vc-rcs-latest-on-branch-p): Moved to vc-rcs-hooks.el. (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p) (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part) (vc-rcs-previous-version): Functions added. (vc-rcs-diff): Function added. (vc-rcs-checkout) Bug (typo) found and fixed. (vc-rcs-register-switches) Variable `vc-rcs-register-switches' added. Require vc when compiling. (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge) (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert) (vc-rcs-checkin): New functions (code from vc.el). (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout): Doc fix. (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release). (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part) (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release) (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions from vc.el. (vc-rcs-system-release): Renamed from vc-rcs-backend-release.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 04 Sep 2000 19:47:43 +0000
parents fcfb193a2a39
children 0d78af57cddd
line wrap: on
line source

More Neat Stuff for your Emacs

This file describes GNU Emacs programs and resources that are
maintained by other people.  Some of these may become part of the
Emacs distribution in the future.  Others we unfortunately can't
distribute, even though they are free software, because we lack legal
papers for copyright purposes.  Also included are sites where
development versions of some packages distributed with Emacs may be
found.

You might also look at the Emacs web page
<URL:http://www.gnu.org/software/emacs/emacs.html>.  If you use the
Windows-32 version of Emacs, see the NTEmacs sites listed in the FAQ.

Please submit a but report if you find that any of the addresses
listed here fail.

* The LCD archive

There is a large collection of Emacs Lisp code available for FTP at
ftp.cis.ohio-state.edu and various mirrors.  Unfortunately its
maintenance is currently very slow.  A project to replace it is
underway; see <URL:http://www.emacs.org/>.

To get started using this archive, do:

	ftp ftp.cis.ohio-state.edu

Once you're in FTP, do

	cd pub/emacs-lisp
	bin
	get lispdir.el.Z
	get LCD-datafile.Z

and exit.  Then do:

	gunzip *.Z

The lispdir.el package will help you search for useful packages in the
LCD-datafile, which is a list of the archive constants.  It will even
fetch them for you on command.

* The `Emacs Lisp List' at
  <URL:http://www.anc.ed.ac.uk/~stephen/emacs/ell.html> has pointers
  to sources of a large number of packages.

* gnu.emacs.sources

Packages posted to the gnu.emacs.sources newsgroup (see
etc/MAILINGLISTS) might be archived specifically (try a web search
engine) or retrievable from general Usenet archive services.

* Maintenance versions of some packages distributed with Emacs

You might find bug-fixes or enhancements in these places.

 * Ada: <URL:http://ada.eu.org/ada-mode/>

 * Autorevert, CWarn and Follow:
   <URL:http://www.andersl.com/emacs/>

 * Battery and Info Look: <URL:ftp://ftp.ul.bawue.de/pub/purple/emacs>

 * BibTeX:
   <URL:http://www.ida.ing.tu-bs.de/people/dirk/bibtex/index.html>

 * BS: <URL:http://home.netsurf.de/olaf.sylvester/emacs>

 * Calculator: <URL:http://www.cs.cornell.edu/eli/misc/calculator.el>

 * CC mode: <URL:http://cc-mode.sourceforge.net/>

 * CPerl: <URL:ftp://ftp.math.ohio-state.edu/pub/users/ilya>

 * Ediff and Viper: <URL:ftp://ftp.ca.sunysb.edu/pub/techreports/kifer/>

 * Eldoc, Rlogin and Rsz-mini:
   <URL:ftp://ftp.splode.com/pub/users/friedman/packages/>

 * EUDC: <URL:http://lspwww.epfl.ch/~figueire/Software/eudc/>

 * Expand: <URL:http://w3.teaser.fr/%7Eflepied/expand.el.gz>

 * Etags: <URL:ftp://fly.cnuce.cnr.it/pub/>

 * Find Func:
   <URL:http://www.kurims.kyoto-u.ac.jp/%7Epetersen/emacs/find-func.el>

 * Flyspell: <URL:http://kaolin.unice.fr/%7Eserrano/emacs/flyspell>

 * Fortune: <URL:http://www.coling.uni-freiburg.de/~%7Eschauer/emacs.html>

 * Gnus home page: <URL:http://www.gnus.org/>
   Native MIME support is in development at the time of writing.

 * Ffap: <URL:http://www.mathcs.emory.edu/%7Emic/ftp/emacs/>
   (And some addons for it.)

 * Hideshow: <URL:http://www.glug.org/people/ttn/software/hideshow/>

 * Ispell: <URL:http://www.kdstevens.com/%7Estevens/ispell-page.html>

 * Iswitchb: <URL:http://www.anc.ed.ac.uk/%7Estephen/emacs/iswitchb.el>

 * PC Selection: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/>

 * PCL-CVS: <URL:ftp://rum.cs.yale.edu/pub/monnier/pcl-cvs>

 * PS mode: <URL:http://odur.let.rug.nl/~kleiweg/postscript/>

 * PS-print: <URL:ftp://ftp.cpqd.com.br/pub/users/vinicius/>

 * QuickURL: <URL:http://www.acemake.com/hagbard/archives/quickurl.el>

 * RefTeX: <URL:http://www.strw.leidenuniv.nl/%7Edominik/Tools/>

 * Speedbar, Checkdoc etc: <URL:ftp://www.ultranet.com/pub/zappo/>

 * SQL: <URL:http://www.geocities.com/TimesSquare/6120/emacs.html>

 * Sregex: <URL:http://www.zanshin.com/%7Ebobg/sregex.html>

 * Webjump: <URL:http://nwv.www.media.mit.edu/people/nwv/projects/webjump>

 * Whitespace; <URL:http://www.dsmit.com/lisp/>

* Auxilliary files

 * (Tex)info files for use with Info-look that don't come from GNU
   packages:
   * Scheme: <URL:ftp://ftp-swiss.ai.mit.edu/pub/scm/r5rs.info.tar.gz>
   * LaTeX: <URL:ftp://ctan.tug.org/tex-archive/info/latex2e-help-texinfo/
       latex2e.texi> (or CTAN mirrors)
   * Perl: <URL:ftp://ftp.funet.fi/pub/languages/perl/CPAN/doc/manual/
       texinfo/perl5/> (or CPAN mirrors)

* Packages and add-ons not bundled with Emacs

Various major packages or useful additions aren't distributed as part of
Emacs for various reasons, sometimes because their authors haven't made
a copyright assignment to the FSF.  Some of them may be integrated in
the future.

 * AUCTeX: fancy (La)TeX support: <URL:http://sunsite.auc.dk/auctex/>
   There's an AUCTeX mail list/newsgroup:
   <URL:news://sunsite.auc.dk/emacs.auctex>.

 * BBDB: personal Info Rolodex integrated with mail/news:
   <URL:http://bbdb.sourceforge.net/>

 * Calc: computer algebra and numerical calculations:
   <URL:http:www.gnu.org/software/calc/calc.html>
   From GNU distribution mirrors.

 * CJK-emacs: Converting MULE-encoded text to TeX:
   <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and
   mirrors of the `CTAN' TeX archives.

 * Dismal: spreadsheet:
   <URL:http://www.psychology.nottingham.ac.uk/staff/ritter/papers/dismal/
   dismal.html>
	  
 * EDB: database: <URL:ftp://theory.lcs.mit.edu/pub/emacs/edb>
   No longer maintained?

 * EIEIO (object system), ETalk (interface to Internet talk):
   <URL:ftp://www.ultranet.com/pub/zappo/>

 * EFS: enhanced version of ange-ftp:
   <URL:http://www-uk.hpl.hp.com/people/ange/efs>
   Version 1.16 is said not to work properly with Emacs 20.

 * Elib library: <URL:http://www.gnu.org/software/elib/elib.html>
   From GNU distribution mirrors.

 * Emacspeak -- A Speech Output Subsystem For Emacs:
   <URL:http://emacspeak.sourceforge.net/>

 * Gnuserv:
   <URL:ftp://ftp.splode.com/pub/users/friedman/packages/fgnuserv-1.0.tar.gz>
   Enhanced emacsclient/emacsserver.  See also
   <URL:http://www.splode.com/users/friedman/software/emacs-lisp/> for
   other Friedman Emacs hacks.

 * hm--html-menus:
   <URL:ftp://ftp.tnt.uni-hannover.de/pub/editors/xemacs/contrib>
   HTML-specific editing.  Can work with PSGML.

 * Hyperbole: `Hyperbole is an open, efficient, programmable
   information management and hypertext system.'
   From GNU distribution mirrors.

 * ILISP: <URL:http://ilisp.cons.org/>
   Provides an interactive environment for manipulating an inferior
   process running some form of Lisp.

 * JDE: <URL:http://sunsite.auc.dk/jde/>
   Wrapper around Java development tools.

 * MULE-UCS: Universal enCoding System:
   <URL:ftp://ftp.m17n.org/pub/mule/Mule-UCS/>
   Extended coding systems for MULE, specifically for reading and
   writing UTF-8 encoded Unicode.

   An alternative system for using UTF-8 is at
   <URL:http://www.cs.ust.hk/%7Eotfried/Mule/>.  This includes an
   external program for (partial) inter-conversion of UTF-8.

 * Mailcrypt:
   <URL:http://www.pobox.com/%7Elbudney/linux/software/mailcrypt.html>
   PGP and GPG support.  PGP isn't free software, but GPG, the GNU
   Privacy Guard, is under development as a free replacement
   <URL:http://www.gnupg.org/>.

 * Pointers to MIME packages:
   <URL:http://bmrc.berkeley.edu/%7Etrey/emacs/mime.html>

 * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html>
   DTD-aware serious SGML/XML editing.

 * Tamago: Chinese/Japanese/Korean input method
   <URL:ftp://m17n.org/pub/tamago/>
   Emacs Lisp package to provide input methods for CJK characters.
   It can use these background conversion servers:
	FreeWnn (jserver, cserver, tserver),
	Wnn6,
	SJ3 Ver.2

 * VM (View Mail): <URL:http://www.wonderworks.com/vm/> Alternative
   mail reader.  There is a VM newsgroup: <URL:news:gnu.emacs.vm.info>

 * W3: <URL:http://www.cs.indiana.edu/elisp/w3/docs.html>
   Web browser.  There's a W3 mail list/newsgroup
   <URL:news://sunsite.auc.dk/emacs.w3> and a W3 development mail
   list/newsgroup <URL:news://sunsite.auc.dk/emacs.w3.dev>.

* Unpacked Emacs sources

An unpacked current source tree may be available from
<URL:ftp://ftp.emacs.org/pub/>.


Local Variables:
mode: text
mode: view
eval: (goto-address)
End: