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

Re: config et man



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 debian-user-french-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: