Re: Telephone Number Formatting

2013-09-29 Thread Esben Stien
Rasmus ras...@gmx.us writes:

 Here's an example
 (with-eval-after-load 'bbdb
   (add-to-list 'bbdb-address-format-list
'((D D)
  spcC
  @%s\n@%p @%c@ (%S)@\n%C@
  @%c@))

Thanks, but that didn't have any effect at all. Does
bbdb-address-format-list do anything with phone numbers?

I found something which worked, though: 

(setq bbdb-phone-style nil)

Now it doesn't reformat anything.

-- 
Esben Stien is b0ef@e s  a 
 http://www. s tn m
  irc://irc.  b  -  i  .   e/%23contact
   sip:b0ef@   e e 
   jid:b0ef@n n

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: Telephone Number Formatting

2013-09-29 Thread Rasmus
Esben Stien b...@esben-stien.name writes:

 Rasmus ras...@gmx.us writes:

 Here's an example
 (with-eval-after-load 'bbdb
   (add-to-list 'bbdb-address-format-list
'((D D)
  spcC
  @%s\n@%p @%c@ (%S)@\n%C@
  @%c@))

 Thanks, but that didn't have any effect at all. Does
 bbdb-address-format-list do anything with phone numbers?

 I found something which worked, though: 

 (setq bbdb-phone-style nil)

 Now it doesn't reformat anything.

Right, I was to quick when skimming through my init file.  Sorry.  My
lag of phone formatting is indeed a function of bbdb-phone-style.

–Rasmus

-- 
Enough with the bla bla!


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/