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.
(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
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)
)
;;;
_