AmaiKinono
AmaiKinono
Several Citre users talked about this idea to me. If we are at: ``` foo.bar| ``` (`|` is the cursor), we could: 1. Find the definitons of `foo` (we could...
Sorter expressions in readtags could do simple sorting, and we could use the Emacs built-in `sort` to further sort it using any compare function. `sort` is stable so it won't...
I'm working on this topic. It's a complicated one, and I feel it's better to implement basic things for v0.1, and explore further possibilities later (inputs from our users will...
I think we need replacing functionalities to make this package complete. Do you already have some thoughts or design on this?
We had some discussion before, see https://github.com/universal-ctags/ctags/issues/2475#issuecomment-621366924. @masatake suggested the following scheme: 1. Drop tag entries for updated files (reported by git?) and write the remaining tag entries to a...
Here's my config of `term-cursor`: ``` emacs-lisp (use-package term-cursor :straight (:host github :repo "h0d/term-cursor.el") :if (not (display-graphic-p)) :config (global-term-cursor-mode)) ``` [`diff-hl`](https://github.com/dgutov/diff-hl) is a package that highlights uncommitted changes on the...
### Versions ConEmu build: 230724 stable x64 OS version: Windows 10 21H2 x64 Used shell version: MSYS2 ucrt shell ### Problem description When using `PasteExplorerPath(1, 0)` to paste a path...
For now, citre stores ctags command line in the tags file itself (using a `CITRE_CMD` pseudo tag), and parses it when updating the tags file. This: - is very, very...
Several changes has been introduced to readtags and the tags file format to solve https://github.com/universal-ctags/ctags/issues/3559, which basically means: 1. The input field has to be parsed differently based on `TAG_OUTPUT_MODE`...
在下是小鹤双拼使用者。在使用 `ace-pinyin`、`find-by-pinyin-dired` 等插件时,碰上 zh、ch、sh 开头的字,总是习惯性按 `v`、`i`、`u`。倒也不是多大个问题,不过确实有点不方便。 一些其他信息: 1. 据我所知,双拼输入法中声母只有 zh、ch、sh 有问题,其他都和全拼一样。 2. 不同双拼方案对韵母字的处理不同。基本有三种(以下假设韵母键位 a - a、an - j、ang - h): - 固定零声母。比如微软双拼使用 o、韵母字都以 o 开始,然后韵母照打:啊 - oa、安 - oj、昂 -...