Pierre Rouleau

Results 34 issues of Pierre Rouleau

## Expected code behavior The interactive functions that transform code, such as `sp-add-to-previous-sexp` should use the **"*"** character in the interactive form to prevent operation inside a read-only buffer. So...

waiting-for-reporter

I'm new to smartparens and have read the manual/wiki trying to find a way to solve problems the transformation commands (such as `sp-forward-sexp`) leave when applied to Erlang code. -...

bug
waiting-for-reporter

The change diff seems bigger that it really is. The change include: - A new function: `sp-inside-comment` that returns non-nil when point is inside comment - Modification of the sp-forward-symbol`:...

## Expected behavior Starting with following Erlang code:, with point being `|` ``` erlang AList = [0, 1, [2, 3], |4, 5]. ``` I would expect that executing `(sp-backward-slurp-sexp 2)`...

## Expected behavior With located at position marked by ∎ in following Erlang code in erlang-mode buffer: ``` erlang start_app(App) -> % first clause ∎start_app(App, temporary). ``` Executing `M-x sp-backward-symbol`...

- Lispy version: lispy-20210121.926 - Tested on Emacs 26.3 and 27.1 - Wanted behavior description: [lispy-unbind-variable doc](http://oremacs.com/lispy/#lispy-unbind-variable) - Observed behavior: Start with the following code and placing the cursor at...

I tried using using lisp-mode in several REPL including emacs-lisp-inferior-mode, lisp-inferior-mode, sly-mrepl-mode and that works fine. I also tried to us emit in lfe-inferior-mode (for the LFE - Lisp Flavoured...

The overwrite-mode conflicts with the lispy commands. Activating the overwrite-mode is however, useful in some circumstances, when not using lispy commands, to modify comments or strings or even symbols. Is...

I did not create a bug for this simple fix. I figured that it'd be less work for you. If you prefer to have bug reports even for those let...