ThibautVerron

Results 16 issues of ThibautVerron

Hi, When calling the smart commands from keybindings with a region selected, `smart-hungry-delete-forward-char` will also delete the char after point, and `smart-hungry-delete-backward-char` also deletes the char before point. If the...

Hi, This is a pull request for the code related to the generic string delimiters ( #1039 ). You might want to squash the history, the last commits were very...

enhancement
needs-verification

Hi, ## Expected behavior Be able to treat "generalized strings" (delimited by characters with the syntax property `string-fence`) as paired expression. ## Actual behavior Such strings are not recognized without...

bug
enhancement
scope:quotes
language:ruby

## Expected behavior Normal, fluid text insertion. ## Actual behavior Typing text in LaTeX buffers feels slow and jumpy. ## Steps to reproduce the problem Open a LaTeX buffer, preferably...

bug
language:latex
scope:performance

Hi, This is a suggestion/question rather than a bug. In LaTeX, `\left( ... \right.` is syntactically correct, and a common occurrence in order to insert an automatically sized open parenthesis,...

enhancement
language:latex

Hi, Before anything, I did read the FAQ, but the solution offered did not work. * **Thunderbird version:** 78.8.1 * **Thunderbird Conversation version:** 3.2.17 * **Operating System:** Ubuntu GNU/Linux 20.04...

thunderbird issue
future

Hello, Judging from [these lines in the package](https://github.com/mickeynp/smart-scan/blob/master/smartscan.el#L133-134), smart-scan should jump over occurrences of the symbol/word in strings or comments. It works for strings, but not for comments. Steps to...

Hi, Thanks for your package! I have run into some minor issues when `i3-client` is nil. I don't know what causes it, but replacing `(boundp 'i3-client)` with `(bound-and-true-p i3-client)` in...

Hi, I'm trying to write a parser for LaTeX more, leveraging the built-in support by outline-minor-mode and tex-fold-mode. So far I've been trying to integrate those parsers myself, but it...

Hello, I have been trying origami-mode with html code. It shouldn't be too hard to write a parser, but I think that indentation-based folding should already be good enough for...