aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
Commit message (Expand)AuthorAge
...
* fix wrapping PROPS around args to DEFPROPLISTSean Whitton2021-03-18
* fix calls GET -> GETFSean Whitton2021-03-18
* quote lambda list passed to STORE-INDENTATION-INFO-FOR-EMACSSean Whitton2021-03-18
* revert to (&REST ARGS) when setting the FDEFINITION of propertiesSean Whitton2021-03-18
* more docs on hostattrs in unevaluated propspecs and in DEFPROPSPECSean Whitton2021-03-18
* don't store indentation information for gensym propertiesSean Whitton2021-03-16
* attempt to tidy up DEFPROP & DEFPROPLIST and add DEFPROPSPECSean Whitton2021-03-16
* rename some symbols to avoid using names defined by CL packageSean Whitton2021-03-16
* tidy up the basic mechanics of defining propertiesSean Whitton2021-03-16
* update DEFPROPLIST for reworked preprocessing & use PARSE-BODYSean Whitton2021-03-15
* fix typoSean Whitton2021-03-15
* rework DEFPROP to use ALEXANDRIA:PARSE-BODYSean Whitton2021-03-15
* MAP-PROPSPEC-PROPAPPS: handle more possible expansion failuresSean Whitton2021-03-15
* store all known properties in a listSean Whitton2021-03-15
* attempt to implement revised propspecs specSean Whitton2021-03-15
* DEFINE-DOTTED-PROPERTY-MACRO: add some IGNORE declarationsSean Whitton2021-03-15
* check connection type right before executing property codeSean Whitton2021-03-15
* use LIST* in various placesSean Whitton2021-03-15
* SETPROP: TYPE is keyword argument & rename ARGS->LAMBDASean Whitton2021-03-15
* rename (E)PROPSEQ->(E)SEQPROPS & drop some parens in dotted propappsSean Whitton2021-03-15
* add & call DEFINE-DOTTED-PROPERTY-MACROSean Whitton2021-03-13
* don't qualify any Emacs indentation hints with "consfigurator:"Sean Whitton2021-03-13
* build consfigurator.el entirely from LispSean Whitton2021-03-13
* tweak output text formatting to match existing styleSean Whitton2021-03-13
* add ASSERT-CONNECTION-SUPPORTSSean Whitton2021-03-13
* comment regarding two error typesSean Whitton2021-03-13
* add assert-euid-rootDavid Bremner2021-03-13
* factor out, and fix, ORDINARY-LL-WITHOUT-&AUXSean Whitton2021-03-11
* dynamically regenerate emacs/put-forms.el at package build timeSean Whitton2021-03-10
* note limitations of DEFPROPLIST w.r.t. hostattrsSean Whitton2021-03-10
* add APT:MIRROR and APT:STANDARD-SOURCES.LISTSean Whitton2021-03-10
* introduce PUSHNEW-HOSTATTRSSean Whitton2021-03-09
* store and export some indentation information for EmacsSean Whitton2021-03-09
* reindentSean Whitton2021-03-09
* wrap calls to SETPROP in EVAL-WHENSean Whitton2021-03-09
* fix copy/paste errorSean Whitton2021-03-08
* define FAILED-CHANGESean Whitton2021-03-08
* introduce GET-HOSTATTRS-CARSean Whitton2021-03-06
* in SETPROP function cell, return :NO-CHANGE where appropriateSean Whitton2021-03-05
* EVAL-PROPSPEC prints as it works through propertiesSean Whitton2021-03-05
* always set property function cells, to keep other code simpleSean Whitton2021-03-05
* define INAPPLICABLE-PROPERTYSean Whitton2021-03-05
* attempt to implement DEFPROPLISTSean Whitton2021-03-04
* distinguish between :DESC subroutines and docstrines in DEFPROPSean Whitton2021-03-04
* make it possible to use CL-INTERPOL strings when defining propertiesSean Whitton2021-03-04
* actually define the functionSean Whitton2021-03-01
* attempt to avoid redefinition warnings in consfigsSean Whitton2021-03-01
* use DOLISTSean Whitton2021-03-01
* rework executing :HOSTATTRS subroutinesSean Whitton2021-03-01
* add :PREPROCESS property subroutinesSean Whitton2021-03-01