Results 15 issues of theldoria

I would like to be able to add comments to a pull-request. This might be done with a command of the following signature: ``` az repos pr comment add "My...

Feature

I would like to extend the existing set of icons with a custom icon set. The following properties could be available: - Specify path to custom icons - At least...

If I try to export an org source code block with `literate-calc-mode` and I happen to have a variable in it, I get an lisp error during htmlization. For example,...

The first command (or region) I send using `eir-eval-in-shell` (or `eir-eval-in-shell2`) is not executed. Afterwards, while the buffer `*shell*` exists, the commands work. Tested using windows native shell (`cmd`).

Using mouse to move buffer modeline while completion is active breaks the kebindings. To be more precise, there is absolutely no kebinding left. What I did was using `git-complete`, which...

The completion list seems not to scroll if it is larger than the visual buffer. Indeed it start scrolling if one sellects elements down in the list, triggering the lists...

The idea behind an interactive align function is really great. However, I wished it would be fully compatible to `align-regexp`, that is it should be possible to use the very...

enhancement

Your description on how to build the tool is brocken. There is no `configure` script, only a `configure.ac`, which I do not know what to do with...

I want to be able to put the gourmet database into a specific folder. This is required in order to: 1. share my database across several systems and 2. put...

It is possible to use method_missing, saving you to define the most operators by hand...