emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emulation/pc-select.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/pc-select.el
Date: Fri, 10 Jun 2005 10:10:52 -0400

Index: emacs/lisp/emulation/pc-select.el
diff -c emacs/lisp/emulation/pc-select.el:1.27 
emacs/lisp/emulation/pc-select.el:1.28
*** emacs/lisp/emulation/pc-select.el:1.27      Tue May 17 17:29:06 2005
--- emacs/lisp/emulation/pc-select.el   Fri Jun 10 14:10:52 2005
***************
*** 99,105 ****
  (defcustom pc-select-selection-keys-only nil
    "*Non-nil means only bind the basic selection keys when started.
  Other keys that emulate pc-behavior will be untouched.
! This gives mostly Emacs-like behaviour with only the selection keys enabled."
    :type 'boolean
    :group 'pc-select)
  
--- 99,105 ----
  (defcustom pc-select-selection-keys-only nil
    "*Non-nil means only bind the basic selection keys when started.
  Other keys that emulate pc-behavior will be untouched.
! This gives mostly Emacs-like behavior with only the selection keys enabled."
    :type 'boolean
    :group 'pc-select)
  
***************
*** 825,831 ****
  
  ;;;###autoload
  (define-minor-mode pc-selection-mode
!   "Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste 
style.
  
  This mode enables Delete Selection mode and Transient Mark mode.
  
--- 825,831 ----
  
  ;;;###autoload
  (define-minor-mode pc-selection-mode
!   "Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste 
style.
  
  This mode enables Delete Selection mode and Transient Mark mode.
  
***************
*** 971,977 ****
  ;;;###autoload
  (defcustom pc-selection-mode nil
    "Toggle PC Selection mode.
! Change mark behaviour to emulate Motif, MAC or MS-Windows cut and paste style,
  and cursor movement commands.
  This mode enables Delete Selection mode and Transient Mark mode.
  Setting this variable directly does not take effect;
--- 971,977 ----
  ;;;###autoload
  (defcustom pc-selection-mode nil
    "Toggle PC Selection mode.
! Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style,
  and cursor movement commands.
  This mode enables Delete Selection mode and Transient Mark mode.
  Setting this variable directly does not take effect;




reply via email to

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