00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef _h_emacs_c
00013 #define _h_emacs_c
00014 el_protected ElAction_t em_delete_or_list(EditLine_t*, int);
00015 el_protected ElAction_t em_delete_next_word(EditLine_t*, int);
00016 el_protected ElAction_t em_yank(EditLine_t*, int);
00017 el_protected ElAction_t em_kill_line(EditLine_t*, int);
00018 el_protected ElAction_t em_kill_region(EditLine_t*, int);
00019 el_protected ElAction_t em_copy_region(EditLine_t*, int);
00020 el_protected ElAction_t em_gosmacs_traspose(EditLine_t*, int);
00021 el_protected ElAction_t em_next_word(EditLine_t*, int);
00022 el_protected ElAction_t em_upper_case(EditLine_t*, int);
00023 el_protected ElAction_t em_capitol_case(EditLine_t*, int);
00024 el_protected ElAction_t em_lower_case(EditLine_t*, int);
00025 el_protected ElAction_t em_set_mark(EditLine_t*, int);
00026 el_protected ElAction_t em_exchange_mark(EditLine_t*, int);
00027 el_protected ElAction_t em_universal_argument(EditLine_t*, int);
00028 el_protected ElAction_t em_meta_next(EditLine_t*, int);
00029 el_protected ElAction_t em_toggle_overwrite(EditLine_t*, int);
00030 el_protected ElAction_t em_copy_prev_word(EditLine_t*, int);
00031 el_protected ElAction_t em_inc_search_next(EditLine_t*, int);
00032 el_protected ElAction_t em_inc_search_prev(EditLine_t*, int);
00033 el_protected ElAction_t em_undo(EditLine_t*, int);
00034 #endif