GNU bug report logs - #53321
28.0.91; Add a defcustom option to ruby-do-end-to-brace function for ruby-mode

Previous Next

Package: emacs;

Reported by: vil963 <at> gmail.com

Date: Mon, 17 Jan 2022 16:38:02 UTC

Severity: wishlist

Found in version 28.0.91

Fixed in version 29.1

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Billy.Zheng" <vil963 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 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
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




This bug report was last modified 3 years and 214 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.