bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53321: 28.0.91; Add a defcustom option to ruby-do-end-to-brace funct


From: Dmitry Gutov
Subject: bug#53321: 28.0.91; Add a defcustom option to ruby-do-end-to-brace function for ruby-mode
Date: Fri, 21 Jan 2022 05:00:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

Version: 29.1

Hi!

On 17.01.2022 16:44, Billy.Zheng wrote:

Hi, I want to report,  add a defcustom option to ruby-do-end-to-brace function 
ruby for
emacs builtin mode, as said in source code line 1725.


```
       (goto-char orig)
       (delete-char 2)
       ;; Maybe this should be customizable, let's see if anyone asks.
       (insert "{ ")
       (setq beg-marker (point-marker))
```

And, please check some discuss on this github link.

https://github.com/dgutov/robe/issues/136#issuecomment-1013910661

I've added a new option ruby-toggle-block-space-before-parameters, check it out.

Commit 9a0842dffe.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]