Re: Problem with cygwin

2002-10-31 Thread Niklas Morberg
Sridhar Boovaraghavan [EMAIL PROTECTED] writes: On Wednesday October 30, 2002 11:29:59 +0100, Niklas Morberg wrote: Finally, it wasn't possible to save the BBDB with the CVS version. I am using a fairly recent BBDB from CVS and I don't seem to have this problem. Maybe this is because

Re: Problem with cygwin (Was: Re: How can I customize phonelocation?)

2002-10-30 Thread Niklas Morberg
Niklas Morberg [EMAIL PROTECTED] writes: And now it magically works building BBDB. I don't understand why. I still think something is broken somewhere, but BBDB is working on my location now. Thanks! Although it works to compile, I saw far too many problems so I went back to 2.34. To begin

How can I customize phone location?

2002-10-24 Thread Niklas Morberg
When I press `C-o' and then enter `phone' to enter a new phone field, BBDB defaults to Home as the location. Is it possible to have BBDB say something else instead by default? Almost all phone numbers I enter are people's office numbers. Niklas

Re: How can I customize phone location?

2002-10-24 Thread Niklas Morberg
Robert Fenk [EMAIL PROTECTED] writes: With recent BBDB-versions: (setq bbdb-default-phones-label office) Ah. I tried upgrading a while ago, but couldn't get bbdb to compile with cygwin so I gave up. Maybe I should give it another try... Niklas

Re: How can I customize phone location?

2002-10-24 Thread Niklas Morberg
Jochen Küpper [EMAIL PROTECTED] writes: It does work... (using cvs) Hm. I get the same error as the last time I tried to compile bbdb under cygwin: While compiling toplevel forms in file h:/bbdb/lisp/bbdb-gnus.el: !! File error ((Searching for program no such file or directory /bin/sh.exe))

Re: completion

2002-10-23 Thread Niklas Morberg
Walter C. Pelissero [EMAIL PROTECTED] writes: I would be anyway able to cycle through the alternatives if I need the other address. `bbdb-complete-name-allow-cycling' is your friend. Set it to `t' to allow for cycling through email addresses. Niklas

Re: Labelled email addresses?

2002-07-22 Thread Niklas Morberg
[EMAIL PROTECTED] (Bjørn-Helge Mevik) writes: Many people have several email addresses, for instance one for work mail and one for private mail. I would like an easy way of choosing which one to expand to when I'm sending mail. I guess this means the email addresses have to be labelled or

Re: bbdb-complete-name-allow-cycling

2002-07-02 Thread Niklas Morberg
Ronan Waide [EMAIL PROTECTED] writes: Can you describe what doesn't work? Does it complete to the wrong address? The manual says that is doesn't work. Francesco is not reporting this as a bug, he is trying to figure out why this isn't working in Gnu Emacs (as stated in the manual). I just

Re: Problems with names containing non-english characters

2002-02-05 Thread Niklas Morberg
Urban Boquist [EMAIL PROTECTED] writes: ;;; Avoid BBDB getting confused by 8 bit characters: (if (= emacs-major-version 20) (add-to-list 'file-coding-system-alist '(/\\.bbdb\\' iso-8859-1 . iso-8859-1))) Unfortunately I think that you need to clean up your .bbdb file by

Re: Problems with names containing non-english characters

2002-02-05 Thread Niklas Morberg
Alex Schroeder [EMAIL PROTECTED] writes: So I expect that once you remove all the problematic characters, and keep using e20.7 or e21, the problem should disappear. Does it? I've never been using anything _but_ 20.7 and, since its release, 21.1. So the problem is in fact present for those

Problems with names containing non-english characters

2002-02-04 Thread Niklas Morberg
BBDB 2.34 and emacs 21.1 on Win2k. Although people have _not_ changed their name, BBDB thinks that they have. The problem occurs if there are non-english characters in their name which seems to throw BBDB out of whack. To ''solve'' this, I've added: (setq bbdb-quiet-about-name-mismatches t)

bbdb-define-all-aliases breaks local-abbrev-table

2001-09-17 Thread Niklas Morberg
I have for some time successfully used a local-abbrev-table for my message mode. The relevant lines from my .emacs should be: (quietly-read-abbrev-file) (defun turn-on-abbrev-mode () (abbrev-mode 1)) (defun my-message-mode-hook () (setq local-abbrev-table my-message-mode-abbrev-table)