all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Deleting nameless BBDB Entry
@ 2006-05-08 18:03 Phillip Lord
  2006-05-08 18:36 ` Burton Samograd
  0 siblings, 1 reply; 9+ messages in thread
From: Phillip Lord @ 2006-05-08 18:03 UTC (permalink / raw)






If I try to use the "d" (`bbdb-delete-current-field-or-record')
command to delete a record, it fails if the current record has no
name -- I get the "on an unfield" error.

As this appears to be the only way to delete a record, I don't know
what to do. Well, other than edit the .bbdb file by hand which seems
such a low brow way of doing things.

Any suggestions welcome.

Cheers

Phil

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

* Re: Deleting nameless BBDB Entry
  2006-05-08 18:03 Deleting nameless BBDB Entry Phillip Lord
@ 2006-05-08 18:36 ` Burton Samograd
  2006-05-09 14:38   ` Phillip Lord
  0 siblings, 1 reply; 9+ messages in thread
From: Burton Samograd @ 2006-05-08 18:36 UTC (permalink / raw)


Phillip Lord <phillip.lord@newcastle.ac.uk> writes:

> As this appears to be the only way to delete a record, I don't know
> what to do. Well, other than edit the .bbdb file by hand which seems
> such a low brow way of doing things.

Sometimes that is the only way.  At least you have the choice to do
that if you really need to (as compared to other programs which use
binary files to store simple data).

> Any suggestions welcome.

Edit the file manually or see if you can debug the bbdb code and fix it.

-- 
burton samograd					kruhft .at. gmail
kruhft.blogspot.com	www.myspace.com/kruhft	metashell.blogspot.com

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

* Re: Deleting nameless BBDB Entry
  2006-05-08 18:36 ` Burton Samograd
@ 2006-05-09 14:38   ` Phillip Lord
  2006-05-09 16:27     ` Burton Samograd
  0 siblings, 1 reply; 9+ messages in thread
From: Phillip Lord @ 2006-05-09 14:38 UTC (permalink / raw)




>>>>> "BS" == Burton Samograd <kruhftREMOVE@gmail.com> writes:

  BS> Sometimes that is the only way.  At least you have the choice to
  BS> do that if you really need to (as compared to other programs
  BS> which use binary files to store simple data).

  >> Any suggestions welcome.

  BS> Edit the file manually or see if you can debug the bbdb code and
  BS> fix it.

Clearly "debug the code and fix it" is a solution for any problem ever
(well, at least any computable, decidable problem). I was kind of
hoping for something a bit more specific. IF I decide to fix the bbdb
code, I'd like to do it after I find I have no alternative. 

Cheers

Phil

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

* Re: Deleting nameless BBDB Entry
  2006-05-09 14:38   ` Phillip Lord
@ 2006-05-09 16:27     ` Burton Samograd
  2006-05-10 12:27       ` Phillip Lord
  0 siblings, 1 reply; 9+ messages in thread
From: Burton Samograd @ 2006-05-09 16:27 UTC (permalink / raw)


Phillip Lord <phillip.lord@newcastle.ac.uk> writes:

>>>>>> "BS" == Burton Samograd <kruhftREMOVE@gmail.com> writes:
> Clearly "debug the code and fix it" is a solution for any problem ever
> (well, at least any computable, decidable problem). I was kind of
> hoping for something a bit more specific. IF I decide to fix the bbdb
> code, I'd like to do it after I find I have no alternative.

Add a name field with Ctl-o and see if you can delete it then.

-- 
burton samograd					kruhft .at. gmail
kruhft.blogspot.com	www.myspace.com/kruhft	metashell.blogspot.com

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

* Re: Deleting nameless BBDB Entry
  2006-05-09 16:27     ` Burton Samograd
@ 2006-05-10 12:27       ` Phillip Lord
  2006-05-11  1:35         ` Burton Samograd
  0 siblings, 1 reply; 9+ messages in thread
From: Phillip Lord @ 2006-05-10 12:27 UTC (permalink / raw)


>>>>> "BS" == Burton Samograd <kruhftREMOVE@gmail.com> writes:

  BS> Phillip Lord <phillip.lord@newcastle.ac.uk> writes:

  >>>>>>> "BS" == Burton Samograd <kruhftREMOVE@gmail.com> writes:
  >> Clearly "debug the code and fix it" is a solution for any problem
  >> ever (well, at least any computable, decidable problem). I was
  >> kind of hoping for something a bit more specific. IF I decide to
  >> fix the bbdb code, I'd like to do it after I find I have no
  >> alternative.

  BS> Add a name field with Ctl-o and see if you can delete it then.


Yeah, that works. But for some reason, it sends after the rename it
sends BBDB into a hang, which I have to Ctrl-G out of. 

Editing the BBDB file by hand seems like the best option for the mo...

Cheers

Phil

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

* Re: Deleting nameless BBDB Entry
  2006-05-10 12:27       ` Phillip Lord
@ 2006-05-11  1:35         ` Burton Samograd
  2006-05-11 11:09           ` Phillip Lord
  0 siblings, 1 reply; 9+ messages in thread
From: Burton Samograd @ 2006-05-11  1:35 UTC (permalink / raw)


Phillip Lord <phillip.lord@newcastle.ac.uk> writes:

>>>>>> "BS" == Burton Samograd <kruhftREMOVE@gmail.com> writes:
>   BS> Add a name field with Ctl-o and see if you can delete it then.
>
>
> Yeah, that works. But for some reason, it sends after the rename it
> sends BBDB into a hang, which I have to Ctrl-G out of. 
>
> Editing the BBDB file by hand seems like the best option for the
> mo...

I'm thinking that bbdb is getting to be a bit of an abandonded project
and it's code is a bit messy and long in tooth, so bug fixes might be
few and far between in the future.  Of course, the beauty is that you
can just edit the file and be done with it...try that with an outlook
bug :)

> Cheers
Indeed.  Glad I could help.

-- 
burton samograd					kruhft .at. gmail
kruhft.blogspot.com	www.myspace.com/kruhft	metashell.blogspot.com

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

* Re: Deleting nameless BBDB Entry
  2006-05-11  1:35         ` Burton Samograd
@ 2006-05-11 11:09           ` Phillip Lord
  2006-05-11 14:34             ` Burton Samograd
  0 siblings, 1 reply; 9+ messages in thread
From: Phillip Lord @ 2006-05-11 11:09 UTC (permalink / raw)


>>>>> "BS" == Burton Samograd <kruhft@gmail.com> writes:

  >> Editing the BBDB file by hand seems like the best option for the
  >> mo...

  BS> I'm thinking that bbdb is getting to be a bit of an abandonded
  BS> project and it's code is a bit messy and long in tooth, so bug
  BS> fixes might be few and far between in the future. 


Yes, I know. It's a bit of a worry, but BBDB could do with some
recoding. The user interface hooks are fairly nice and usable, though,
and I suspect its still quite widely used. Perhaps "feature complete"
rather than abandoned is more appropriate. 

I thought that something based around muse (in the same way that
planner mode is) would be quite nice, even if the searching
capabilities left something to be desired. 


Phil

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

* Re: Deleting nameless BBDB Entry
  2006-05-11 11:09           ` Phillip Lord
@ 2006-05-11 14:34             ` Burton Samograd
  2006-05-11 16:17               ` Phillip Lord
  0 siblings, 1 reply; 9+ messages in thread
From: Burton Samograd @ 2006-05-11 14:34 UTC (permalink / raw)


Phillip Lord <phillip.lord@newcastle.ac.uk> writes:

>>>>>> "BS" == Burton Samograd <kruhft@gmail.com> writes:
> Yes, I know. It's a bit of a worry, but BBDB could do with some
> recoding. The user interface hooks are fairly nice and usable, though,
> and I suspect its still quite widely used. Perhaps "feature complete"
> rather than abandoned is more appropriate. 
>
> I thought that something based around muse (in the same way that
> planner mode is) would be quite nice, even if the searching
> capabilities left something to be desired.

I just found planner a couple of days ago and I have been using it
quite a bit, including starting the contact database that I was
planning on moving into BBDB from various sources.  Planner/wiki is
nice because you can make a pretty nice free form tag or header based
database with embedded links without having to worry about *any* file
format (other than the simple wiki markup in your file), and it works
well with external Unix tools if you follow something like the
email/usenet message structure format.  I'm still in the design
process and trying some ideas, but wiki/muse is a really nice place to
start that doesn't require any coding to get your data in a ... uh
... base :)

-- 
burton samograd					kruhft .at. gmail
kruhft.blogspot.com	www.myspace.com/kruhft	metashell.blogspot.com

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

* Re: Deleting nameless BBDB Entry
  2006-05-11 14:34             ` Burton Samograd
@ 2006-05-11 16:17               ` Phillip Lord
  0 siblings, 0 replies; 9+ messages in thread
From: Phillip Lord @ 2006-05-11 16:17 UTC (permalink / raw)


>>>>> "BS" == Burton Samograd <kruhft@gmail.com> writes:

  BS> Phillip Lord <phillip.lord@newcastle.ac.uk> writes:

  >>>>>>> "BS" == Burton Samograd <kruhft@gmail.com> writes:
  >> Yes, I know. It's a bit of a worry, but BBDB could do with some
  >> recoding. The user interface hooks are fairly nice and usable,
  >> though, and I suspect its still quite widely used. Perhaps
  >> "feature complete" rather than abandoned is more appropriate.
  >> 
  >> I thought that something based around muse (in the same way that
  >> planner mode is) would be quite nice, even if the searching
  >> capabilities left something to be desired.

  BS> I just found planner a couple of days ago and I have been using
  BS> it quite a bit, including starting the contact database that I
  BS> was planning on moving into BBDB from various sources.

It's good, but a bit young yet. I've started using it out of
necessity, but it still lacks features to make it highly
usable. Still, it's good that Emacs is finally trying to move beyond
diary mode, which is a bit too low level for the modern world. 

  BS> Planner/wiki is nice because you can make a pretty nice free
  BS> form tag or header based database with embedded links without
  BS> having to worry about *any* file format (other than the simple
  BS> wiki markup in your file), and it works well with external Unix
  BS> tools if you follow something like the email/usenet message
  BS> structure format.  I'm still in the design process and trying
  BS> some ideas, but wiki/muse is a really nice place to start that
  BS> doesn't require any coding to get your data in a ... uh ... base
  BS> :)

Makes sense. Will look forward to seeing it. 

Cheers

Phil

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

end of thread, other threads:[~2006-05-11 16:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-08 18:03 Deleting nameless BBDB Entry Phillip Lord
2006-05-08 18:36 ` Burton Samograd
2006-05-09 14:38   ` Phillip Lord
2006-05-09 16:27     ` Burton Samograd
2006-05-10 12:27       ` Phillip Lord
2006-05-11  1:35         ` Burton Samograd
2006-05-11 11:09           ` Phillip Lord
2006-05-11 14:34             ` Burton Samograd
2006-05-11 16:17               ` Phillip Lord

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.