*** empty log message ***
authorFrancois Fleuret <francois@fleuret.org>
Sun, 14 Mar 2010 08:03:53 +0000 (09:03 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Sun, 14 Mar 2010 08:03:53 +0000 (09:03 +0100)
emacs.el

index 1bc1364..3f84c24 100644 (file)
--- a/emacs.el
+++ b/emacs.el
@@ -1368,6 +1368,10 @@ universal argument starts xfig even if the .fig does not exist"
 (when (ff/load-or-alert "lookup-dict" t)
   (define-key global-map [(control \?)] 'lookup-dict))
 
+;; (defun ff/generate-password () (interactive)
+  ;; (let ((c "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-"))
+    ;; (nth (random (length c)) c))
+
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Automatization of things I do often
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;