zk-phi

Results 60 comments of zk-phi

@prvteprts fixed. thanks for reports.

@bymoz089, Thanks for reporting! I'll look into later. While sublimity-map is a kind of experimental and not high-priority feature for me, fix may be not very soon, sorry in that...

`magic-latex-buffer` tries not to immediately apply the faces if the cursor is inside a command, thus it seems a strange behavior ... this is the expected behavior: (consider `|` as...

Here's the code (as far as I remember ...) https://github.com/zk-phi/magic-latex-buffer/blob/master/magic-latex-buffer.el#L255 `ml/jit-point` is bound to the current cursor position while jit-lock highlighters are running.

@PythonNut, Thanks, seems not very important but cool feature. `\mathbb` currently renders double-struck letters not by unicode characters but by `compose-char` function, which can make a new character by composing...

Do you mean that you want to hide dollar signs for inline maths like `$\infty$` ? It's possible, but I think it makes less intuitive when editing formulas directly within...

Thanks for reporting. Hmm, it seems working on my environment... ![2017-09-29 10 55 50](https://user-images.githubusercontent.com/3530521/30997738-d6e30d00-a504-11e7-9545-24caed1075a2.png) Is the buffer is in `latex-mode` ? This behavior depends on the `latex-mode` implementation, thus if...

maybe that's it (as I remember). `magic-latex-buffer` does not highlight symbols when the cursor is in (or at the boundary of) the symbol, but it's not applied to symbols inserted...

Hi, @antoine-levitt > magic-latex-buffer is an awesome package thanks :) I notice that searching TeX commands should be much more optimized (since it's possible).

@DrWaleedAYousef, `magic-latex-buffer` currently does not have any (user-friendly) interface to add symbols dynamically. A workaround is to push `'(regexp . symbol)` pairs to `ml/symbols` (`defconst` marks the symbol value to...