Michael Hoffman

Results 56 comments of Michael Hoffman

This workaround successfully installs epdfinfo for me without editing any files: ```elisp (with-environment-variables (("CFLAGS" (mapconcat #'identity `("-D_GNU_SOURCE" ,(getenv "CFLAGS")) " "))) (pdf-tools-install)) ```

Hi @dbarnett, I have not been able to look at this until now. Two things of note that I added earlier are: - new `agendaupdate` subcommand (#550/#557/#577): this allows bulk...

Also, please accept my personal thanks for taking on the leadership of this project. Very much appreciated.

I am much more responsive over email. My GitHub notifications are overwhelming, frankly.

I see two separable features here: 1. Adding to `agenda` and `search` subcommands the ability to search by `eventTypes` 2. Adding details handlers in `gcalcli.details` to expose the `eventType` data...

The `unicode_escape` codec will do these replacements, but it will also replace other non-Latin-1 codepoints with escapes. That seems undesirable, so better to do our own replacement when producing output....