bbdb-attach: Attach bbdb records as vCard, HTML, QR code image etc.

2013-08-20 Thread Leo Liu
As suggested in the subject line. https://github.com/leoliu/bbdb-attach bbdb-attach.el Description: application/emacs-lisp qrencode.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.

`diary-make-entry': insert new entries in order rather than at end

2013-08-20 Thread Joe Corneli
(defun diary-date-to-time (string) (apply #'encode-time (map 'list (lambda (x) (if (null x) 0 x)) (parse-time-string string (defun diary-make-entry (string &optional nonmarking file) "Insert a diary entry STRING which may be NONMARKING in FILE. If omitted, NON

Re: Typewriter input simulation for EMACS

2013-08-20 Thread Joe Corneli
Minor point: At least if you're emulating a manual, spacebar shouldn't play the keypress sound (not sure about electric). ;;; change this part (if (and writer-makenoise-p (> writer-input-charno 32)) (start-process "writer-noise" nil writer-play-command writer-keyclick-noise) ) ;;; _