>>>> "Mikio" == Mikio Nakajima
<minakaji(a)osaka.email.ne.jp> writes:
Mikio> I found that `print_database' does not conform to GDBM flag to use
Mikio> opening database and my code for `Fopen_database' ignores acess_
Mikio> argument to open gdbm file. I will write a new code and post it to
Mikio> xemacs-beta ML soon.
Please post patches to xemacs-patches.
Mikio> From: Mikio Nakajima <minakaji(a)osaka.email.ne.jp>
Mikio> Subject: Re: gdbm support of database.c
Mikio> Date: Mon, 04 Jan 1999 08:11:10 +0900
> > You probably also want to implement database-properties.
>
> Does it return properties which a database opened has?
Mikio> New `print_database' print properly GDBM flag for opening database.
Mikio> Is it possible to print further database properties to an extent of
Mikio> gdbm functions?
Traditionally, print_FOO prints out the most important properties of a
Lisp object type, but usually not all. So it's a matter of judgment
how many properties to print out. I'm not sure what the right answer
is here. Think about it some more. Compare with print_buffer:
(current-buffer)
==> #<buffer "reply to Mikio Nakajima">
Hmmm. Forget about implementing database-properties for now. Think
some more about it later, after implementing your other changes.
I suggested database-properties by analogy with other Lisp object
types, like event-properties and extent-properties.
Martin