Matthieu Moy a �crit, jeudi 20 juin 2002, � 08:30 :
[...]
> M-x man sous Emacs.

trop de touches :)

(autoload 'manual-entry "man" "appelle une page de manuel")
(autoload 'Man-default-man-entry "man" "choisit une page de manuel")
(setq
   Man-notify-method 'newframe
   Man-frame-parameters
   '((width . 80)
     (tool-bar-lines . 0)))

(global-set-key [(f5)]
      (lambda ()
        (interactive)
        (manual-entry (Man-default-man-entry))))

-- 
Jacques L'helgoualc'h


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à