Results 95 comments of Tu Do

The original sentence is meant to emphasize abstraction since a modern complex device, such as a CPU, is implemented by multiple different teams, so it's unlikely someone understands the implementation...

Hmm it's true. `0x7c00` is in [my linker script](https://github.com/tuhdo/sample-os/blob/master/bootloader/bootloader.lds) though. Probably I forgot to add it.

Yes, I will need to update the book. Thanks for the report.

I agree. It would free many key bindings. It also makes it more consistent and completely solves this issue: https://github.com/leoliu/easy-kill/issues/16

Yes, give them prefix `M-w` as other easy-kill objects.

Hi Leo, Thanks for the info and I tried on C/C++ modes. It works nicely except for strings. Is it possible to add string selection (whole string content between `"...

New change is nice, except that it should select the inner content of the string first, not the whole string including double quotes. Then, you can expand it to include...

Also, in an s-expr which contains a string, when the cursor is on the string, `M-w l` should first select content of the string; subsequent pressing `l` will expands to...

`easy-kill` is a nice package. If it has the above features, I will replace `expand-region` with this package.

Actually, it's just list `M-w l` that can't be selected. In the org table, you look at any row that has a list (currently, the first row contains a lambda),...