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: Billy.Zheng
Subject: bug#53321: 28.0.91; Add a defcustom option to ruby-do-end-to-brace function for ruby-mode
Date: Mon, 17 Jan 2022 22:44:04 +0800
User-agent: mu4e 1.6.10; emacs 28.0.91

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

-- 
Thanks,
Billy





reply via email to

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