sacha chua :: enterprise 2.0 consultant, storyteller, geek » elispI help people connect through blogs, wikis, other Web 2.0 tools. I'm also writing a book about Emacs.Crazy Emacs: Personalized signatures with random taglines- October 2, 2006 Of course, that naturally leads to the crazy idea: "What if I can personalize my signatures" Knowing that Paul Lussier is an Emacs geek, I can reward him for reading all the way to the bottom of my message... ;) (defun sachagnus-personalize-signature () "Personalizes signature based on BBDB signature field. BBDB signature field should be a lambda expression. First person with a custom signature field gets used." (let ((bbdb-get-addresses-headers (list (assoc 'recipients...http://sachachua.com/wp/2006/10/02/crazy-emacs-personalized-signatures-with-random-tagline... Crazy idea for Emacs: Random Emacs taglines- October 2, 2006 Would anyone happen to know of a way to select a random symbol with a description Actually. Hmm. (progn (apropos ".") (write-file ".taglines.random-emacs-symbols") (delete-matching-lines "Plist") (delete-matching-lines "not documented") (replace-regexp "n " " - " nil) (delete-non-matching-lines " - ")) Et voila! Random Emacs taglines together with the code: (defun sacharandom-tagline (&038;optional file) "Return a random tagline and put it in the kill ring." ...http://sachachua.com/wp/2006/10/02/crazy-idea-for-emacs-random-emacs-taglines/ |