emacs.h

Go to the documentation of this file.
00001 // @(#)root/editline:$Id: emacs.h 30194 2009-09-16 12:19:46Z axel $
00002 // Author: Mary-Louise Gill, 2009
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2009, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
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 /* _h_emacs_c */

Generated on Tue Jul 5 14:11:38 2011 for ROOT_528-00b_version by  doxygen 1.5.1