unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* bbdb euronumbers
@ 2004-08-21 21:28 Raimund Kohl-Fuechsle
  2004-08-22 12:38 ` Kai Grossjohann
  0 siblings, 1 reply; 6+ messages in thread
From: Raimund Kohl-Fuechsle @ 2004-08-21 21:28 UTC (permalink / raw)


Hello,

I don't know if this question is asked here appropriately ... if not,
I am sorry:  I try to get used with bbdb, which seems to be a
wonderful tool!  Now I am to try to insert a phone number, and the
manual says:

       "If you are inserting a new phone-number field, you can control
     whether it is a North American or European phone number by
     providing a prefix argument.  A prefix arg of `^U' means it's to
     be a euronumber, and any other prefix arg means it's to be a a
     structured North American number."

hmmm!  Question here: How am I to produce this "kind of" prefix
Argument for euronumbers?  I tried ^U literally, but that didn't
work.  Any hints on that?

Thank you,

ray

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bbdb euronumbers
       [not found] <mailman.2232.1093124143.2011.help-gnu-emacs@gnu.org>
@ 2004-08-22  0:08 ` Vektor
  2004-08-22 21:48   ` ray
  2004-08-22 21:29 ` Ekkehard Görlach
  1 sibling, 1 reply; 6+ messages in thread
From: Vektor @ 2004-08-22  0:08 UTC (permalink / raw)


Raimund Kohl-Fuechsle <Raimund.Kohl@nabuli.de> writes:

> Hello,
>
> I don't know if this question is asked here appropriately ... if not,
> I am sorry:  I try to get used with bbdb, which seems to be a
> wonderful tool!  Now I am to try to insert a phone number, and the
> manual says:
>
>        "If you are inserting a new phone-number field, you can control
>      whether it is a North American or European phone number by
>      providing a prefix argument.  A prefix arg of `^U' means it's to
>      be a euronumber, and any other prefix arg means it's to be a a
>      structured North American number."
>
> hmmm!  Question here: How am I to produce this "kind of" prefix
> Argument for euronumbers?  I tried ^U literally, but that didn't
> work.  Any hints on that?

try C-q C-u in emacs.

>
> Thank you,
>
> ray
>
>

-- 
Remove all XXX from my email to get the real one.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bbdb euronumbers
  2004-08-21 21:28 Raimund Kohl-Fuechsle
@ 2004-08-22 12:38 ` Kai Grossjohann
  0 siblings, 0 replies; 6+ messages in thread
From: Kai Grossjohann @ 2004-08-22 12:38 UTC (permalink / raw)


Raimund Kohl-Fuechsle <Raimund.Kohl@nabuli.de> writes:

> hmmm!  Question here: How am I to produce this "kind of" prefix
> Argument for euronumbers?  I tried ^U literally, but that didn't
> work.  Any hints on that?

Well, ^U means the same as C-u: hold the ctrl key, then hit u.

Kai

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bbdb euronumbers
       [not found] <mailman.2232.1093124143.2011.help-gnu-emacs@gnu.org>
  2004-08-22  0:08 ` bbdb euronumbers Vektor
@ 2004-08-22 21:29 ` Ekkehard Görlach
  2004-08-22 22:18   ` Raimund Kohl-Fuechsle
  1 sibling, 1 reply; 6+ messages in thread
From: Ekkehard Görlach @ 2004-08-22 21:29 UTC (permalink / raw)



I have "customized" the variable bbdb-north-american-phone-numbers-p
to nil. Now phone numbers like +1 213 457 8765 or +49 69 3129871 are
accepted. 

Ekkehard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bbdb euronumbers
  2004-08-22  0:08 ` bbdb euronumbers Vektor
@ 2004-08-22 21:48   ` ray
  0 siblings, 0 replies; 6+ messages in thread
From: ray @ 2004-08-22 21:48 UTC (permalink / raw)
  Cc: help-gnu-emacs

> > hmmm!  Question here: How am I to produce this "kind of" prefix
> > Argument for euronumbers?  I tried ^U literally, but that didn't
> > work.  Any hints on that?
> 
> try C-q C-u in emacs.

Ok, C-q C-u produces ^U ... but the phonenumber will be rejected
... e.g.:

^U +496234928995

produces: Error: phonenumber unparsable

I tried tried with and without whitespace, with and without leading
"+49" I tried all combinations: same result.  What am I doing wrong?

ray

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bbdb euronumbers
  2004-08-22 21:29 ` Ekkehard Görlach
@ 2004-08-22 22:18   ` Raimund Kohl-Fuechsle
  0 siblings, 0 replies; 6+ messages in thread
From: Raimund Kohl-Fuechsle @ 2004-08-22 22:18 UTC (permalink / raw)
  Cc: help-gnu-emacs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

Ekkehard Görlach <e.goerlach@computer.org> wrote:

> 
> I have "customized" the variable bbdb-north-american-phone-numbers-p
> to nil. Now phone numbers like +1 213 457 8765 or +49 69 3129871 are
> accepted. 

Did set that one ... no change in behaviour.  bbdb seems to want to
truncate a number.  Here the message after trying to set:

"phone: 06234929329"

Arithmetic range error: "truncate", 6234929329.0

ray

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-08-22 22:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2232.1093124143.2011.help-gnu-emacs@gnu.org>
2004-08-22  0:08 ` bbdb euronumbers Vektor
2004-08-22 21:48   ` ray
2004-08-22 21:29 ` Ekkehard Görlach
2004-08-22 22:18   ` Raimund Kohl-Fuechsle
2004-08-21 21:28 Raimund Kohl-Fuechsle
2004-08-22 12:38 ` Kai Grossjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).