Next: , Up: Navigation mode   [Contents][Index]


2.1 Record navigation

The following commands jump to other records in the buffer.

n
M-x rec-cmd-goto-next-rec

Display the next record of the same type in the buffer.
‘C-u N n’ will move next N times.

p
M-x rec-cmd-goto-previous-rec

Display the previous record of the same type in the buffer.
‘C-u N p’ will move backwards N times.

d
M-x rec-cmd-show-descriptor

Display the record descriptor applicable to the current record. If the current record is anonymous, i.e. there is not record descriptor. then this command does nothing.

b
M-x rec-cmd-jump-back

Display the record previously displayed in the buffer.

C-c C-t
M-x rec-find-type

Prompt the user for one of the record types present in the recfile and display the first record of the selected type.