emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/facemenu.el
Date: Sun, 06 Mar 2005 15:44:34 -0500

Index: emacs/lisp/facemenu.el
diff -c emacs/lisp/facemenu.el:1.75 emacs/lisp/facemenu.el:1.76
*** emacs/lisp/facemenu.el:1.75 Wed Jan 12 00:31:50 2005
--- emacs/lisp/facemenu.el      Sun Mar  6 20:44:33 2005
***************
*** 39,46 ****
  ;; modifications before inserting or typing anything.
  ;;
  ;; Faces can be selected from the keyboard as well.
! ;; The standard keybindings are M-g (or ESC g) + letter:
! ;; M-g i = "set italic",  M-g b = "set bold", etc.
  
  ;;; Customization:
  ;; An alternative set of keybindings that may be easier to type can be set up
--- 39,46 ----
  ;; modifications before inserting or typing anything.
  ;;
  ;; Faces can be selected from the keyboard as well.
! ;; The standard keybindings are M-o (or ESC o) + letter:
! ;; M-o i = "set italic",  M-o b = "set bold", etc.
  
  ;;; Customization:
  ;; An alternative set of keybindings that may be easier to type can be set up
***************
*** 91,102 ****
    (require 'button))
  
  ;;; Provide some binding for startup:
! ;;;###autoload (define-key global-map "\M-g" 'facemenu-keymap)
  ;;;###autoload (autoload 'facemenu-keymap "facemenu" "Keymap for 
face-changing commands." t 'keymap)
  
  ;; Global bindings:
  (define-key global-map [C-down-mouse-2] 'facemenu-menu)
! (define-key global-map "\M-g" 'facemenu-keymap)
  
  (defgroup facemenu nil
    "Create a face menu for interactively adding fonts to text"
--- 91,102 ----
    (require 'button))
  
  ;;; Provide some binding for startup:
! ;;;###autoload (define-key global-map "\M-o" 'facemenu-keymap)
  ;;;###autoload (autoload 'facemenu-keymap "facemenu" "Keymap for 
face-changing commands." t 'keymap)
  
  ;; Global bindings:
  (define-key global-map [C-down-mouse-2] 'facemenu-menu)
! (define-key global-map "\M-o" 'facemenu-keymap)
  
  (defgroup facemenu nil
    "Create a face menu for interactively adding fonts to text"




reply via email to

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