|
2010-03-17
, 03:24
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#63
|
|
2010-03-17
, 13:02
|
|
Posts: 74 |
Thanked: 38 times |
Joined on Feb 2010
|
#64
|
Full GNU Emacs solution:
http://sumoudou.org/0/27.html
|
2010-03-17
, 19:15
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#65
|
Could you point me to a work-around for this? In particular, to dial for (123) 456-7890 setup? For some reason, I can't edit bbdb records to add the +1, I have to delete and recreate the record.
|
2010-03-17
, 20:38
|
|
Posts: 74 |
Thanked: 38 times |
Joined on Feb 2010
|
#66
|
Move the point (cursor) to the phone number in the BBDB record you want to edit; hit `e';
It'll bring up the number in the minibuffer and you can edit it.
|
2010-03-17
, 20:48
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#67
|
sure, I know how to edit the numbers. For some reason, adding +1 <RET> does nothing. Number reverts to previous value with no message. I've made the rounds through all of the bbdb variables, I don't see anything.
with SMS - i get:
"Pipe endpoint allocation: Operation not permitted
Process n900-sms-dispatch exited abnormally with code 1"
|
2010-03-17
, 21:04
|
|
Posts: 74 |
Thanked: 38 times |
Joined on Feb 2010
|
#68
|
Oh so that's gotta be something with .emacs setting. I vaguely recall seeing some bbdb-us-number-format or something like that which automatically forces us numbers. If you search for bbdb and us format, I'm sure you'll get to the bottom of it.
Do you have pnatd installed?
|
2010-03-17
, 23:57
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#69
|
I've tried
(setq bbdb-default-north-american-phone-numbers-p nil), didn't help
(setq bbdb-north-american-phone-numbers-p nil)
|
2010-03-17
, 23:58
|
Posts: 451 |
Thanked: 334 times |
Joined on Sep 2009
|
#70
|
http://www.monkeysandrobots.com/archives/207
And one more general question. It seems, that you deal only with standard GSM alphabet. Is it so? So no support for other languages (my operator uses UCS2 encoding for example). May be we can write something more general? As I remember, USSD and SMS are encoded in similar way and I already have code for decoding USSD (excluding repackaging 7bit to 8 bit, because modem does it).