Recent Changes

Updates since 2016-07-20 23:53 UTC up to 2016-08-19 23:53 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

2016-08-18

2016-08-15

2016-08-08

2016-08-01

  • 20:03 UTC (new) (history) 2016-08-01 Highly sophisticated engineering . . . . Marcin Borkowski In one of my Emacs libraries, in which I send HTTP requests to a website, I have something like this: (if (string-match "\\?" request) "&" "?") ; this is hackish (the purpose is clear if you know how the URIs are structured). As the comment says, I actually considered this rather a duct-tape approach… …until I found this gem in request.el:

2016-07-25

  • 20:36 UTC (new) (history) 2016-07-25 Making directories on the fly . . . . Marcin Borkowski Today, a friend asked me how to create a directory – or a hierarchy of them – while finding a file in a nonexistent directory. I found some clues on the ‘net, but the best one used the old advice mechanism. So I decided to do it myself, based on the hints found. It turned out to be simpler than I thought; it’s made even easier by the fact that Elisp’s make-directory function acts basically like mkdir -p when given non-nil second (optional) argument.

More...

Filters