emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse-copy.el
Date: Tue, 04 Feb 2003 06:48:28 -0500

Index: emacs/lisp/mouse-copy.el
diff -c emacs/lisp/mouse-copy.el:1.4 emacs/lisp/mouse-copy.el:1.5
*** emacs/lisp/mouse-copy.el:1.4        Fri Aug 30 07:01:29 2002
--- emacs/lisp/mouse-copy.el    Tue Feb  4 06:48:26 2003
***************
*** 151,157 ****
        (set-buffer end-buffer)
        (x-set-selection 'SECONDARY (buffer-substring beg end)))))
  
!     
  (defun mouse-drag-secondary-pasting (start-event)
    "Drag out a secondary selection, then paste it at the current point.
  
--- 151,157 ----
        (set-buffer end-buffer)
        (x-set-selection 'SECONDARY (buffer-substring beg end)))))
  
! 
  (defun mouse-drag-secondary-pasting (start-event)
    "Drag out a secondary selection, then paste it at the current point.
  
***************
*** 182,188 ****
        (insert (x-get-selection 'SECONDARY))
        (setq mouse-copy-last-paste-end (point)))
      (setq mouse-copy-last-paste-start nil)))
!   
  
  (defun mouse-kill-preserving-secondary ()
    "Kill the text in the secondary selection, but leave the selection set.
--- 182,188 ----
        (insert (x-get-selection 'SECONDARY))
        (setq mouse-copy-last-paste-end (point)))
      (setq mouse-copy-last-paste-start nil)))
! 
  
  (defun mouse-kill-preserving-secondary ()
    "Kill the text in the secondary selection, but leave the selection set.




reply via email to

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