Results 33 issues of Tu Do

I kept pressing 1 to go to first buffer all the time. It would be more convenient and more consistent with the num key row.

I tried it with a C++ buffer, and `company-capf` cannot complete. It gave 0 candidate.

In `ac-helm`, if you move up/down, the doc buffer will be cancel and go back to the current buffer. In normal Helm, pressing while the doc buffer is opened would...

enhancement

The first chapter in part 3 is intended to teach x86 memory descriptors and the guidelines to implement a simple runtime memory model. In the process, guide the readers how...

enhancement

For consistency.

enhancement

At the moment, the book uses `-m32` and `-m64` and `-m elf_i386` (for `ld`), which is not a proper way to create an operating system image for a target machine....

enhancement

For each chapter in part 3, the readers need to refer to a production implementation to check their code and improve it, so they gain practical knowledge that later can...

enhancement

It would be useful if easy-kill can select content in between a pair. The default pairs should be: - " ... " - ' ... ' - < ... >...

You can download this file: https://github.com/steckerhalter/steckemacs/blob/master/steckemacs.org and try to copy anything under the "Key Bindings" section. Currently, `easy-kill` can only copy a row and nothing else.

It would be nice if company has idle delay per backend, so we can use very small values for fast backends (i.e. 0.0) and large values for slow backends (i.e....

wishlist