Lines Matching defs:DECLARE_INFO_COMMAND

285 DECLARE_INFO_COMMAND (ea_forward, _("Move forward a character"))
297 DECLARE_INFO_COMMAND (ea_backward, _("Move backward a character"))
309 DECLARE_INFO_COMMAND (ea_beg_of_line, _("Move to the start of this line"))
314 DECLARE_INFO_COMMAND (ea_end_of_line, _("Move to the end of this line"))
322 DECLARE_INFO_COMMAND (ea_forward_word, _("Move forward a word"))
362 DECLARE_INFO_COMMAND (ea_backward_word, _("Move backward a word"))
402 DECLARE_INFO_COMMAND (ea_delete, _("Delete the character under the cursor"))
432 DECLARE_INFO_COMMAND (ea_rubout, _("Delete the character behind the cursor"))
453 DECLARE_INFO_COMMAND (ea_abort, _("Cancel or quit operation"))
468 DECLARE_INFO_COMMAND (ea_newline, _("Accept (or force completion of) this line"))
473 DECLARE_INFO_COMMAND (ea_quoted_insert, _("Insert next character verbatim"))
481 DECLARE_INFO_COMMAND (ea_insert, _("Insert this character"))
499 DECLARE_INFO_COMMAND (ea_tab_insert, _("Insert a TAB character"))
506 DECLARE_INFO_COMMAND (ea_transpose_chars, _("Transpose characters at point"))
558 DECLARE_INFO_COMMAND (ea_yank, _("Yank back the contents of the last kill"))
578 DECLARE_INFO_COMMAND (ea_yank_pop, _("Yank back a previous kill"))
611 DECLARE_INFO_COMMAND (ea_kill_line, _("Kill to the end of the line"))
623 DECLARE_INFO_COMMAND (ea_backward_kill_line,
636 DECLARE_INFO_COMMAND (ea_kill_word, _("Kill the word following the cursor"))
654 DECLARE_INFO_COMMAND (ea_backward_kill_word,
914 DECLARE_INFO_COMMAND (ea_possible_completions, _("List possible completions"))
1088 DECLARE_INFO_COMMAND (ea_complete, _("Insert completion"))
1343 DECLARE_INFO_COMMAND (ea_scroll_completions_window, _("Scroll the completions window"))