emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hash-table-{to, from}-alist


From: Ted Zlatanov
Subject: Re: hash-table-{to, from}-alist
Date: Thu, 30 Jul 2009 14:22:34 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)

On Thu, 30 Jul 2009 15:08:01 -0400 Chong Yidong <address@hidden> wrote: 

CY> Ted Zlatanov <address@hidden> writes:
>> The Gnus registry is my first target since I control that code.  My
>> question is, what's the right way to tell applications that hashtable
>> print/read support is available?  Is it with featurep and provide?  If
>> so, what name should I use and where do I put the provide statement
>> (looks like lisp/bindings.el from a quick look)?

CY> Put the `provide' call in whichever file the code for the hastable
CY> print/read support resides (which I guess will be one of the C files).

OK.  Can I use two names: "hashtable-read" and "hashtable-print" for the
feature?  I can't think of a single name that doesn't sound clumsy
(suggestions welcome, of course).

Ted





reply via email to

[Prev in Thread] Current Thread [Next in Thread]