;; maws2007s.el: Set up field values and keybindings for ;; MAWS 2007 protocol, single stations. ;; To use, run emacs with this command line option: ;; emacs -l maws2007s filename ;; (load "ibp.el") (setq ibp-field-list (vector (ibp-field-def 6 "??????") ;; Species code (ibp-field-def 3 "0 " ) ;; Age, how-aged (ibp-field-def 3 "u " ) ;; Sex, how-sexed (ibp-field-def 4 nil ) ;; Skull through fat (ibp-field-def 4 nil ) ;; Four old molt codes (ibp-field-def 4 nil ) ;; Micro-aging: 8 fields... (ibp-field-def 4 nil ) ;; ...(divided 2/4/2 on the sheet) (ibp-field-def 3 nil ) ;; Wing length (ibp-field-def 4 nil ) ;; Mass (used to be weight) (ibp-field-def 5 "3????" ) ;; Status, date (ibp-field-def 3 nil ) ;; Time (ibp-field-def 4 nil ) ) ) ;; Net (global-set-key "\C-i" 'ibp-tab) (global-set-key [?\C-^] 'ibp-ditto) (global-set-key [?\C-6] 'ibp-ditto)