emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/dframe.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/dframe.el
Date: Tue, 04 Oct 2005 10:06:47 -0400

Index: emacs/lisp/dframe.el
diff -c emacs/lisp/dframe.el:1.3 emacs/lisp/dframe.el:1.4
*** emacs/lisp/dframe.el:1.3    Sun Oct  2 03:11:03 2005
--- emacs/lisp/dframe.el        Tue Oct  4 14:06:44 2005
***************
*** 257,263 ****
        )
  
      ;; mouse bindings so we can manipulate the items on each line
!     (define-key map [down-mouse-1] 'dframe-double-click)
      (define-key map [mouse-2] 'dframe-click)
      ;; This is the power click for new frames, or refreshing a cache
      (define-key map [S-mouse-2] 'dframe-power-click)
--- 257,264 ----
        )
  
      ;; mouse bindings so we can manipulate the items on each line
!     ;; (define-key map [down-mouse-1] 'dframe-double-click)
!     (define-key map [follow-link] 'mouse-face)
      (define-key map [mouse-2] 'dframe-click)
      ;; This is the power click for new frames, or refreshing a cache
      (define-key map [S-mouse-2] 'dframe-power-click)
***************
*** 921,928 ****
             dframe-help-echo-function)
      (let ((dframe-suppress-message-flag t))
        (with-current-buffer buffer
!       (if position (goto-char position))
!       (funcall dframe-help-echo-function)))))
  
  (defun dframe-mouse-set-point (e)
    "Set POINT based on event E.
--- 922,930 ----
             dframe-help-echo-function)
      (let ((dframe-suppress-message-flag t))
        (with-current-buffer buffer
!       (save-excursion
!         (if position (goto-char position))
!         (funcall dframe-help-echo-function))))))
  
  (defun dframe-mouse-set-point (e)
    "Set POINT based on event E.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]