Recent Changes

Updates since 2015-07-19 01:37 UTC up to 2015-08-18 01:37 UTC

1 | 3 | 7 | 30 | 90 days
List all changes Include rollbacks Include minor changes
List later changes RSS RSS with pages RSS with pages and diff

2015-08-15

2015-08-08

  • 21:13 UTC (new) (history) 2015-08-08 Concatenation with indentation . . . . Marcin Borkowski Quite recently, I was coding two (independent) Emacs projects involving generating XML files. I found the xmlgen Emacs library, learned to use it (well, it’s trivial: basically, it defines a mapping from the list structure to XML, and lets specify both tags and attributes in a natural way), and dropped it.

2015-08-01

  • 11:53 UTC (new) (history) 2015-08-01 case-intern trick . . . . Marcin Borkowski When coding in Elisp, sometimes it happens that you want to branch depending on the value of some variable, which can hold a few possible values. The C way would be to use an enum; the lispy way is to use symbols and case. However, sometimes you have strings and not symbols.

2015-07-25

  • 10:39 UTC (new) (history) 2015-07-25 Multiple indices in a LaTeX document with splitidx . . . . Marcin Borkowski An often requested feature in a book is multiple indices. Typically, there are separate indices of notions and theorems, of people’s names, and/or of symbols. Unfortunately (and unsurprisingly, I regret to say), standard LaTeX provides only one bare-bones index. There are of course a few tools to solve this problem. One of them is the splitidx package.

More...

Filters