HomeSort by: relevance | last modified time | path
    Searched defs:emacs (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
map.h 55 const el_action_t *emacs; /* The default emacs key map */ member in struct:el_map_t
58 int type; /* Emacs or vi */
map.c 53 #include "emacs.h"
909 EL_ABORT((el->el_errfile, "Emacs map incorrect\n"));
922 el->el_map.emacs = el_map_emacs;
962 el->el_map.emacs = NULL;
1062 * Initialize the emacs bindings
1071 const el_action_t *emacs = el->el_map.emacs; local
1078 key[i] = emacs[i];
1104 if (wcscmp(editor, L"emacs") == 0) {
1127 *editor = L"emacs";
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
33 ;; To install, merely put this file somewhere GNU Emacs will find it,
34 ;; then add the following lines to your .emacs file:
41 ;; To use the right coding system automatically under Emacs 20 or newer,
49 ;; '.emacs' file, either directly or through command 'M-x customize'.
57 ;;; Emacs portability matters - part I.
60 ;; Identify which Emacs variety is being used.
63 ;; - GNU Emacs (version 20 and above) -> po-EMACS20 = t,
64 ;; - GNU Emacs (version 19) -> no flag.
66 (cond ((string-match "XEmacs\\|Lucid" emacs-version
    [all...]

Completed in 24 milliseconds