Special Emacs modes
Here we document special Emacs modes relevant to our project.
The Emacs mode definitions are located in project directory
gt/scripts/emacs
under cvs. Copy the relevant files to
your emacs
directory in your home directory (or use direct
path). Load the file by adding the command
(load "~/emacs/file-name")
to your .emacs
file.
correct-corpus-mode
The file containing the mode definitions is
correct.el
. Command to add to your .emacs
file:
(load "~/emacs/correct")
Invoke the mode with the command:
M-x correct-corpus-mode
The keystrokes are:
- C-c f
- Looks for the next cohort with several readings
- C-c c
- Adds a correct tag and proceeds to the next cohort
- C-c x
- Adds a correct tag and proceeds to the next line in the same cohort
- C-c t
- Passes by already marked cohorts (not fully working)
Trond Trosterud trond.trosterud@hum.uit.no
Last modified: Wed Jul 28 12:15:06 2004