The Cookie package--nodal data in a buffer
******************************************
If you want to have structured nodal data in a buffer, the cookie
package can be a help to you.
Cookie is a package that implements a connection between a dll (a
doubly linked list) and the contents of a buffer. Possible uses are
`dired' (have all files in a list, and show them), `buffer-list',
`kom-prioritize' (in the LysKOM elisp client) and others. The CVS
control package `pcl-cvs.el' uses `cookie.el'.
Menu
- Cookie terminology
- Introduction to cookies.
- Cookie conventions
- Coding conventions used in the cookie package.
- Collection
- Manipulating the entire collection.
- Inserting cookies
- Inserting cookies in the collection.
- Tins and cookies
- Tins and cookies.
- Deleting cookies
- Deleting cookies.
- Collection as a DLL
- Treating the collection as a
doubly linked list.
- Scanning the list
- Scanning the list.
- In the buffer
- Operations that affect the buffer.
- Debugging cookie applications
- Debugging cookie applications