Questions / Réponses

 Forum List  |  Go to Top  |  Go to Topic  |  Flat View  |  Search   Previous Message  |  Next Message 
 Re: Signet rapide dans xemacs?
Author: Inorog 
Date:   10-17-05 22:10
Documentation: (auto(ex(plic((ca))tif)))
(quand meme... sauvegarde ce code comme un fichier, disons fmbk.el et charge-le avec Meta-x load-file )

(defun fbmk ()
"fbmk"
(interactive)
(bookmark-set "bidon")
)

(defun tofbmk ()
"tofbmk"
(interactive)
(bookmark-jump "bidon")
)

(provide 'fbmk)

(define-key global-map [(f12)] 'fbmk)
(define-key global-map [(f11)] 'tofbmk)

 Forum List  |  Go to Top  |  Go to Topic  |  Flat View  |  Search   Newer Topic  |  Older Topic 

 Topics Author  Date
 Signet rapide dans xemacs?  new
AirBete 10-17-05 20:55 
 Re: Signet rapide dans xemacs?  new
Inorog 10-17-05 21:48 
 Re: Signet rapide dans xemacs?  new
Inorog 10-17-05 22:10 
 Excellent.  new
AirBete 10-17-05 22:14 
 Re: Signet rapide dans xemacs?  new
La_Maudite 10-21-05 01:11 
 Re: Signet rapide dans xemacs?  new
Inorog 10-21-05 20:18