@@ -17,40 +17,40 @@ You can read this Org file directly on the [[https://github.com/alphapapa/emacs-
1717:PROPERTIES:
1818:TOC: this
1919:END:
20- - [[#emacs-lisp][Emacs Lisp]]
21- - [[#animations--screencasts][Animations / Screencasts]]
22- - [[#asynchronicity][Asynchronicity]]
23- - [[#binding][Binding]]
24- - [[#buffers][Buffers]]
25- - [[#checkers--linters][Checkers / linters]]
26- - [[#collections-lists-vectors-hash-tables-etc][Collections (lists, vectors, hash-tables, etc.)]]
27- - [[#color][Color]]
28- - [[#data-structure][Data structure]]
29- - [[#date--time][Date / Time]]
30- - [[#debugging][Debugging]]
31- - [[#destructuring][Destructuring]]
32- - [[#documentation][Documentation]]
33- - [[#editing][Editing]]
34- - [[#functions][Functions]]
35- - [[#general][General]]
36- - [[#highlighting--font-locking][Highlighting / font-locking]]
37- - [[#multiprocessing-generators-threads][Multiprocessing (generators, threads)]]
38- - [[#networking][Networking]]
39- - [[#packaging][Packaging]]
40- - [[#pattern-matching][Pattern matching]]
41- - [[#profiling--optimization][Profiling / Optimization]]
42- - [[#refactoring][Refactoring]]
43- - [[#regular-expressions][Regular expressions]]
44- - [[#strings][Strings]]
45- - [[#testing][Testing]]
46- - [[#user-interface][User interface]]
47- - [[#version-control][Version control]]
48- - [[#xml--html][XML / HTML]]
49- - [[#blogs][Blogs]]
50- - [[#people][People]]
51- - [[#contributions][Contributions]]
52- - [[#tasks][Tasks]]
53- - [[#code][Code]]
20+ - [[#emacs-lisp][Emacs Lisp]]
21+ - [[#animations--screencasts][Animations / Screencasts]]
22+ - [[#asynchronicity][Asynchronicity]]
23+ - [[#binding][Binding]]
24+ - [[#buffers][Buffers]]
25+ - [[#checkers--linters][Checkers / linters]]
26+ - [[#collections-lists-vectors-hash-tables-etc][Collections (lists, vectors, hash-tables, etc.)]]
27+ - [[#color][Color]]
28+ - [[#data-structure][Data structure]]
29+ - [[#date--time][Date / Time]]
30+ - [[#debugging][Debugging]]
31+ - [[#destructuring][Destructuring]]
32+ - [[#documentation][Documentation]]
33+ - [[#editing][Editing]]
34+ - [[#functions][Functions]]
35+ - [[#general][General]]
36+ - [[#highlighting--font-locking][Highlighting / font-locking]]
37+ - [[#multiprocessing-generators-threads][Multiprocessing (generators, threads)]]
38+ - [[#networking][Networking]]
39+ - [[#packaging][Packaging]]
40+ - [[#pattern-matching][Pattern matching]]
41+ - [[#profiling--optimization][Profiling / Optimization]]
42+ - [[#refactoring][Refactoring]]
43+ - [[#regular-expressions][Regular expressions]]
44+ - [[#strings][Strings]]
45+ - [[#testing][Testing]]
46+ - [[#user-interface][User interface]]
47+ - [[#version-control][Version control]]
48+ - [[#xml--html][XML / HTML]]
49+ - [[#blogs][Blogs]]
50+ - [[#people][People]]
51+ - [[#contributions][Contributions]]
52+ - [[#tasks][Tasks]]
53+ - [[#code][Code]]
5454
5555* Emacs Lisp :elisp:
5656:PROPERTIES:
@@ -182,10 +182,10 @@ This file also defines macros =thunk-let= and =thunk-let*= that are analogous to
182182:PROPERTIES:
183183:TOC: siblings
184184:END:
185- - [[#best-practices][Best practices]]
186- - [[#accessing-buffer-local-variables][Accessing buffer-local variables]]
187- - [[#inserting-strings][Inserting strings]]
188- - [[#libraries][Libraries]]
185+ - [[#best-practices][Best practices]]
186+ - [[#accessing-buffer-local-variables][Accessing buffer-local variables]]
187+ - [[#inserting-strings][Inserting strings]]
188+ - [[#libraries][Libraries]]
189189
190190*** Best practices :best_practices:
191191:PROPERTIES:
@@ -283,11 +283,11 @@ users, as it provides familiar and intuitive interfaces with usual keys (for mov
283283:PROPERTIES:
284284:TOC: siblings
285285:END:
286- - [[#best-practices][Best practices]]
287- - [[#examples][Examples]]
288- - [[#alists][Alists]]
289- - [[#libraries][Libraries]]
290- - [[#tools][Tools]]
286+ - [[#best-practices][Best practices]]
287+ - [[#examples][Examples]]
288+ - [[#alists][Alists]]
289+ - [[#libraries][Libraries]]
290+ - [[#tools][Tools]]
291291
292292*** Best practices :best_practices:
293293:PROPERTIES:
@@ -1210,19 +1210,19 @@ A flexible, featureful =curl= wrapper, last updated in 2015.
12101210:PROPERTIES:
12111211:TOC: siblings
12121212:END:
1213- - [[#best-practices][Best practices]]
1214- - [[#autoloads][Autoloads]]
1215- - [[#integration-with-other-packages][Integration with other packages]]
1216- - [[#httpswwwgnuorgsoftwareemacsmanualhtml_nodeelisplexical-bindinghtmllexical-binding][Lexical binding]]
1217- - [[#template][Template]]
1218- - [[#readme][Readme]]
1219- - [[#version-numbers][Version numbers]]
1220- - [[#libraries][Libraries]]
1221- - [[#reference][Reference]]
1222- - [[#package-headers-and-structure][Package headers and structure]]
1223- - [[#tools][Tools]]
1224- - [[#building--testing][Building / Testing]]
1225- - [[#package-installationmanagement][Package installation/management]]
1213+ - [[#best-practices][Best practices]]
1214+ - [[#autoloads][Autoloads]]
1215+ - [[#integration-with-other-packages][Integration with other packages]]
1216+ - [[#httpswwwgnuorgsoftwareemacsmanualhtml_nodeelisplexical-bindinghtmllexical-binding][Lexical binding]]
1217+ - [[#template][Template]]
1218+ - [[#readme][Readme]]
1219+ - [[#version-numbers][Version numbers]]
1220+ - [[#libraries][Libraries]]
1221+ - [[#reference][Reference]]
1222+ - [[#package-headers-and-structure][Package headers and structure]]
1223+ - [[#tools][Tools]]
1224+ - [[#building--testing][Building / Testing]]
1225+ - [[#package-installationmanagement][Package installation/management]]
12261226
12271227*** Best practices :best_practices:
12281228:PROPERTIES:
@@ -1744,9 +1744,19 @@ Developed by the current maintainer of Emacs, himself, John Wiegley.
17441744:PROPERTIES:
17451745:TOC: siblings
17461746:END:
1747- - [[#articles][Articles]]
1748- - [[#libraries][Libraries]]
1749- - [[#tools][Tools]]
1747+ - [[#best-practices][Best practices]]
1748+ - [[#autoloads][Autoloads]]
1749+ - [[#integration-with-other-packages][Integration with other packages]]
1750+ - [[#httpswwwgnuorgsoftwareemacsmanualhtml_nodeelisplexical-bindinghtmllexical-binding][Lexical binding]]
1751+ - [[#template][Template]]
1752+ - [[#readme][Readme]]
1753+ - [[#version-numbers][Version numbers]]
1754+ - [[#libraries][Libraries]]
1755+ - [[#reference][Reference]]
1756+ - [[#package-headers-and-structure][Package headers and structure]]
1757+ - [[#tools][Tools]]
1758+ - [[#building--testing][Building / Testing]]
1759+ - [[#package-installationmanagement][Package installation/management]]
17501760
17511761*** Articles :articles:
17521762:PROPERTIES:
@@ -1928,14 +1938,19 @@ And:
19281938:PROPERTIES:
19291939:TOC: siblings
19301940:END:
1931- - [[#articles][Articles]]
1932- - [[#macros][Macros]]
1933- - [[#bench][bench]]
1934- - [[#bench-multi-macros][bench-multi macros]]
1935- - [[#bench-multi-lexical][bench-multi-lexical]]
1936- - [[#bench-dynamic-vs-lexical-binding][bench-dynamic-vs-lexical-binding]]
1937- - [[#bench-multi-lets][bench-multi-lets]]
1938- - [[#elp-profile][elp-profile]]
1941+ - [[#best-practices][Best practices]]
1942+ - [[#autoloads][Autoloads]]
1943+ - [[#integration-with-other-packages][Integration with other packages]]
1944+ - [[#httpswwwgnuorgsoftwareemacsmanualhtml_nodeelisplexical-bindinghtmllexical-binding][Lexical binding]]
1945+ - [[#template][Template]]
1946+ - [[#readme][Readme]]
1947+ - [[#version-numbers][Version numbers]]
1948+ - [[#libraries][Libraries]]
1949+ - [[#reference][Reference]]
1950+ - [[#package-headers-and-structure][Package headers and structure]]
1951+ - [[#tools][Tools]]
1952+ - [[#building--testing][Building / Testing]]
1953+ - [[#package-installationmanagement][Package installation/management]]
19391954
19401955*** Articles :articles:
19411956:PROPERTIES:
@@ -2431,9 +2446,9 @@ Emacs Refactor (EMR) is a framework for providing language-specific refactoring
24312446:PROPERTIES:
24322447:TOC: siblings
24332448:END:
2434- - [[#articles][Articles]]
2435- - [[#libraries][Libraries]]
2436- - [[#tools][Tools]]
2449+ - [[#articles][Articles]]
2450+ - [[#libraries][Libraries]]
2451+ - [[#tools][Tools]]
24372452
24382453*** Articles :articles:
24392454:PROPERTIES:
@@ -2539,9 +2554,9 @@ This example shows the use of a function to expand a list of strings into a sequ
25392554:PROPERTIES:
25402555:TOC: siblings
25412556:END:
2542- - [[#libraries][Libraries]]
2543- - [[#tools][Tools]]
2544- - [[#format-macro][format$ macro]]
2557+ - [[#libraries][Libraries]]
2558+ - [[#tools][Tools]]
2559+ - [[#format-macro][format$ macro]]
25452560
25462561*** Libraries :libraries:
25472562:PROPERTIES:
0 commit comments