Recent Changes

Updates since 2019-01-18 07:08 UTC up to 2019-02-17 07:08 UTC

1 | 3 | 7 | 30 | 90 days
List latest change per page only Include minor changes
List later changes RSS RSS with pages RSS with pages and diff

2019-02-17

2019-02-13

2019-02-10

2019-02-04

  • 20:55 UTC (diff) Comments on 2019-02-04 A simple template mechanism in Elisp . . . . Zimmy Hey just wanted to let you know there is a package called mustache.el (https://github.com/Wilfred/mustache.el) this uses a very similar syntax as . . .
  • 11:03 UTC (new) Comments on 2019-02-04 A simple template mechanism in Elisp . . . . Fuco1 There's `s-format` and `s-format-lex` which can even pick up variables from the current lexical scope, that is so boss! :)
  • 04:46 UTC (new) 2019-02-04 A simple template mechanism in Elisp . . . . Marcin Borkowski A long time ago I asked on the Emacs mailing list about a templating mechanism for Emacs Lisp. Of course, there is format. However, I don’t like it as a template engine, since the entries are identified by their order and not names. Then, there is YASnippet and skeleton.el, but they are (probably) better suited for interactive use. (At least Yasnippet can be used programmatically, but it seemed to be too complicated for my needs anyway back then.) Some people suggested other solutions, none of which really appealed to me. So, I set out to write my own.

2019-01-28

2019-01-20

  • 19:47 UTC (new) 2019-01-20 Filling and version control . . . . Marcin Borkowski It has been said a lot of times that when writing some (natural language) text with version control in Emacs, filling is a bad idea. Any change involving adding or deleting a significant number of characters and then refilling can result in all subsequent lines in a paragraph changed, and the diff looks really ugly then. The solution usually proposed is putting each sentence on a separate line, and then just use visual-line-mode to wrap your lines on the screen without putting any hard newlines in. Well, I sort of dislike this idea.

More...

Filters