Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 6d8101cc96e2a0a910ee21556c31ee25 > files > 1

bbdb-2.36-8.mga6.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)