emacs-devel
[Top][All Lists]
Advanced

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

Re: Customizing faces with `defcustom'


From: Richard M. Stallman
Subject: Re: Customizing faces with `defcustom'
Date: Sat, 31 Dec 2005 14:36:37 -0500

    (defvar Info-mode-line-node-keymap
      (let ((map (make-sparse-keymap)))
        (define-key map [mode-line mouse-1] 'Info-prev)
        (define-key map [mode-line mouse-3] 'Info-next)
        map)
      "Keymap to put on the Info node name in the mode line.")

    ...

It sounds good.  Please install it.




reply via email to

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