• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/emulation/

Lines Matching defs:bindings

36 ;; bindings which closely match those found in EDT.  Support is
38 ;; bindings to their own liking.
130 ;; bindings built into Emacs in `function-key-map', can still be
218 (defcustom edt-use-EDT-control-key-bindings nil
220 Non-nil causes the control key bindings to be replaced with EDT
221 bindings. If set to nil (the default), EDT control key bindings are
222 not used and the current Emacs control key bindings are retained for
311 "Non-nil indicates that default EDT emulation key bindings are active.
312 nil means user-defined custom bindings are active.")
315 "Non-nil indicates that user custom EDT key bindings are configured.
2180 ;; Load user's EDT custom key bindings file, if it exists.
2181 ;; Otherwise, use the default bindings.
2187 "Select original global key bindings, disabling EDT Emulation."
2198 (message "Original key bindings restored; EDT Emulation disabled"))
2204 ;; Setup default EDT global map by copying global map bindings.
2205 ;; This preserves ESC and C-x prefix bindings and other bindings we
2207 ;; customization of these bindings in the EDT global maps without
2208 ;; disturbing the original bindings in global-map.
2215 (edt-setup-default-bindings)
2217 ;; initialization file can assign bindings to them via the optional
2218 ;; function edt-setup-extra-default-bindings.
2219 (if (fboundp 'edt-setup-extra-default-bindings)
2220 (edt-setup-extra-default-bindings))
2242 ;; Initialize EDT default bindings.
2244 ;; Setup user EDT global map by copying default EDT global map bindings.
2251 ;; file can assign bindings to them via the optional
2252 ;; function edt-setup-extra-default-bindings.
2255 (edt-setup-user-bindings)
2259 "Select default EDT emulation key bindings."
2275 "Select user EDT emulation custom key bindings."
2301 ;; Functions used to set up DEFAULT bindings to EDT emulation functions.
2305 "Binds LK-201 function keys to default bindings in the EDT Emulator.
2316 "Bind key sequences to default bindings in the EDT Emulator.
2322 "Binds <GOLD> key sequences to default bindings in the EDT Emulator.
2328 ;; Functions used to set up USER CUSTOM bindings to EDT emulation functions.
2331 "Binds LK-201 function keys to custom bindings in the EDT Emulator.
2342 "Bind standard key sequences to custom bindings in the EDT Emulator.
2351 "Binds <GOLD> standard key sequences to custom bindings in the EDT Emulator.
2356 (defun edt-setup-default-bindings ()
2357 "Assigns default EDT Emulation keyboard bindings."
2395 ;; making default bindings to those keys.
2438 ;; Control key bindings: Regular and GOLD
2440 ;; Standard EDT control key bindings conflict with standard Emacs
2441 ;; control key bindings. Normally, the standard Emacs control key
2442 ;; bindings are left unchanged in the default EDT mode. However, if
2443 ;; the variable edt-use-EDT-control-key-bindings is set to true
2445 ;; standard EDT bindings (with some enhancements) as defined here are
2447 (if edt-use-EDT-control-key-bindings
2479 ;; GOLD bindings for a few keys.
2486 ;; GOLD bindings for regular keys.
2694 "Display default EDT bindings."
2699 "Display user custom EDT bindings."