summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-03Add note about need for using funcallJonas Bernoulli
2024-10-03llama--collect: Support % and & directly following ,unquoteJonas Bernoulli
2024-10-03llama--collect: Support spliceJonas Bernoulli
2024-10-03llama--collect: Optimize unquotingJonas Bernoulli
2024-10-03llama--fontify: Handle nilJonas Bernoulli
2024-10-03Address ##'s identity crisisJonas Bernoulli
2024-10-03llama--{collect,fontify}: Stop at nested llama expressionJonas Bernoulli
2024-10-03Add tests for llama macroJonas Bernoulli
2024-10-03llama-font-lock-keywords-29: Use font-lock-keyword-face for llamaJonas Bernoulli
2024-10-03llama--match-and-fontify: SimplifyJonas Bernoulli
2024-10-02Quote paren in docstringJonas Bernoulli
2024-10-02Complete correction of outdated examplesJonas Bernoulli
2024-10-02Be explicit about % and %N being mandatoryJonas Bernoulli
2024-10-02Fix quoting in primary docstringJonas Bernoulli
2024-09-20Improve font-lock for Emacs >= 29.1Jonas Bernoulli
2024-09-20llama--maybe-face: Handle llama as wellJonas Bernoulli
2024-09-20llama-font-lock-keywords: Also fontify llamaJonas Bernoulli
2024-09-20Add alias that can be completed to in describe-functionMartin Edström
2024-09-20Reword documentation to avoid `%' being linkified in docstringJonas Bernoulli
2024-09-20Remove a style recommendationJonas Bernoulli
2024-09-20gitignore: /*-pkg.elJonas Bernoulli
2024-09-15No longer highlight % and & in function positionJonas Bernoulli
2024-09-15Support backquote construct in place of FNJonas Bernoulli
2024-09-15Add special handling of backquoteJonas Bernoulli
2024-09-15llama--collect: CosmeticsJonas Bernoulli
2024-09-15Handle explicit unused arguments in vectors and dotted-lists tooJonas Bernoulli
2024-09-15Add more testsJonas Bernoulli
2024-09-15llama--collect: Change order of symbols in error messageJonas Bernoulli
2024-09-07No longer support shorthands in function positionJonas Bernoulli
2024-09-07llama--collect: Correct name of internal variableJonas Bernoulli
2024-09-07llama--collect: Fix return value for dotted listsJonas Bernoulli
2024-08-17Remove Package-Version headerJonas Bernoulli
2024-08-15Fix format of Package-Requires headerJonas Bernoulli
2024-08-11Update homepage urlJonas Bernoulli
2024-08-11Convert readme to orgJonas Bernoulli
2024-08-10Add Package-Version and Package-Requires headersJonas Bernoulli
2024-07-23Always advise elisp-mode-syntax-propertizeJonas Bernoulli
2024-06-09elisp--expect-function-p@llama: Add docstringJonas Bernoulli
2024-06-09Use define-advice instead of advice-addJonas Bernoulli
2024-05-30Hide the empty symbol from loaddefs-generate--compute-prefixesJonas Bernoulli
2024-05-20Hide the empty symbol from completing-readJonas Bernoulli
2024-05-20Correct outdated examplesJonas Bernoulli
2024-04-15Update contact informationJonas Bernoulli
2024-04-03llama-erased-argument: Rename to llama-deleted-argumentJonas Bernoulli
2024-04-03llama-erase-argument: Rearrange properties of box attributeJonas Bernoulli
2024-03-23Update documentationJonas Bernoulli
2024-03-23Add testsJonas Bernoulli
2024-03-23llama--collect: Signal error on all argument conflictsJonas Bernoulli
2024-03-23Make unused arguments at mandatoriness border optional by defaultJonas Bernoulli
2024-03-23##: Use while to drop trailing unused argumentsJonas Bernoulli