Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > b3d9f9c4eb6128986822ae373fd40b44 > files > 1

bbdb-2.36-6.mga5.noarch.rpm

(add-to-list 'load-path "/usr/share/emacs/site-lisp/bbdb")

;(require 'bbdb)

; Since the syntax-checking of phone numbers only works with American
; phone numbers the syntax-checking is disabled by default.
(setq bbdb-north-american-phone-numbers-p nil)

; Set the coding system in order to prevent problems with non-ASCII
; characters.  The available coding systems can be displayed with
; (list-coding-systems).
;(modify-coding-system-alist 'file "\.bbdb" 'emacs-mule)

;(bbdb-initialize 'gnus 'mh-e 'rmail 'sendmail 'message 'sc 'w3)