;;; Commentary: ;; `cocktail' is a cocktail database with calculator. ;; My personal database is provided as a default, but you can replace ;; it with, or add, your own. ;; The database consists of one or more text files in Refer format and ;; each record defines a cocktail recipe (there are actually other ;; types of records too). Recipes are stated in parts, not any ;; particular units, so you can "make" a given recipe by stating the ;; glass size (in any units) and number of glasses and the calculator ;; will convert the proportions to those units. ;; Main entry points: ;; + cocktail :: display a cocktail recipe from the db by name, with completion ;; + cocktail-list :: show a buffer of all the cocktails in the db ;; + cocktail-history :: show the history of cocktails you've made in the past