Searched +refs:lm +refs:click (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Druler-mode.el324 START-EVENT is the mouse click event."
328 col w lm rm)
329 (when (eq start end) ;; mouse click
338 (setq lm (window-margins)
339 rm (or (cdr lm) 0)
340 lm (or (car lm) 0))
341 (message "Left margin set to %d (was %d)" col lm)
346 START-EVENT is the mouse click event."
350 col w lm r
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dlandmark.el13 ;;; M-x lm-test-run
68 (defgroup lm nil function
70 :prefix "lm-"
80 ;; leftmost topmost square has coords (1,1) and index lm-board-width + 2.
84 (defvar lm-board-width nil
86 (defvar lm-board-height nil
89 (defvar lm-board nil
92 (defvar lm-vector-length nil
93 "Length of lm-board vector.")
95 (defvar lm
1646 (defun lm (parg) function
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtable.el2772 (if (member 'click (event-modifiers last-input-event))
4505 (let* ((lm (- (match-end 1) (match-beginning 1)))
4507 (md (abs (- lm rm))))
4508 (if (> lm left-margin)
4509 (setq left-margin lm))
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim572 call append("$", "mousetime\tmaximum time in msec to recognize a double-click")
616 call <SID>OptionG("langmenu", &lm)

Completed in 150 milliseconds