SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions
Eritrea, Independence Day

History of mon-css-complete.el

2010-08-05
23:35 UTC Revision 1 . . . . mon key:ADDED :FILE This is a highly modified version of Niels Giesen's css-complete.el with following changes: -- Lowers the reliance on the Common Lisp `values' and `destructuring-bind' forms to equivalent dumbed Emacs Lisp using primitives, subrs, and backquote forms instead. -- Adds five new macros and three new aliases which abstract away some redundancies; adds three new functions, and four new variables. -- All constants renamed to variables using unless/bound-and-true-p/setq idiom for instead. -- Adds docstrings where lacking and cross-package xrefs with mon-doc-help-css.el :ADDED :MACRO `css-delete-partial' :ADDED :MACRO `css-complete-menu-generate' :ADDED :MACRO `css-delims-maybe-generate' :ADDED :MACRO `css-popup-generate' :ADDED :MACRO `css-at-p-generate' :ADDED :FUNCTION `css-delims-maybe-part-generic' :ADDED :FUNCTION `css-media-for-point' :ADDED :FUNCTION `mon-css-complete-loadtime' :ADDED :VARIABLE `*css-complete-pseudo-ids*' :ADDED :VARIABLE `*css-complete-property-ids*' :ADDED :VARIABLE `*css-complete-at-ids*' :ADDED :VARIABLE `*css-complete-look-back-regexp*' :CHANGESET 2048