Re: create a new record that inherits info from an extant one

2001-10-24 Thread David S. Goldberg
> This is a very cool function, but you seem to be in the middle of > editing it. Well now that you've corrected it :-) I did crank that out in less than an hour several weeks ago and since it worked I didn't notice > In `interactive', you ask for a record, but you then get the new notes > from

Re: create a new record that inherits info from an extant one

2001-10-24 Thread Colin Rafferty
David S. Goldberg wrote: > (defun dsg-bbdb-duplicate-and-edit-record (record newname) > "Duplicates the current record, prompting for a new value for name." > (interactive (list (bbdb-get-record "Record to start from: ") >(read-string "New Name: "))) > (let ((omit-fields

create a new record that inherits info from an extant one

2001-10-22 Thread David S. Goldberg
I've been using the following for a few weeks now and am posting in case anyone else can use this feature. My motivation for it is that at work I deal with companies who, due for various reasons end up sending me different sales reps, support engineers etc. Entering their records into bbdb by ha