Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 6dad36cb60e267f82fe69d929f7a4a46 > files > 75

vanilla-2.9pl7-2mdk.i586.rpm


$Id: README.developers,v 1.1 2000/11/01 04:46:07 cameron Exp $

README for developers

Refer to BUGS for a list of defects
Refer to PROJECTS for a list of future changes

Source Editing Hints

	# hints on using GNU Emacs
	bind "meta-x compile" to a key
	use "control-x `" to move to next error in compilation results window
	use "control-x v v" to commit one file if required
	use "control-x 4 a" while positioned in changed source to fix ChangeLog
	use "control-x v =" to produce a diff on that file vs CVS
	use "etags *.c *.h" to build a tag list of variable names
	use "meta-." to find a definition of a variable or function