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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Dmitry Gutov <dgutov <at> yandex.ru>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#53321: closed (28.0.91; Add a defcustom option to
 ruby-do-end-to-brace function for ruby-mode)
Date: Fri, 21 Jan 2022 03:02:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 21 Jan 2022 05:00:55 +0200
with message-id <ff0ce64d-1aeb-7499-446f-5092b38667d7 <at> yandex.ru>
and subject line Re: bug#53321: 28.0.91; Add a defcustom option to ruby-do-end-to-brace function for ruby-mode
has caused the debbugs.gnu.org bug report #53321,
regarding 28.0.91; Add a defcustom option to ruby-do-end-to-brace function for ruby-mode
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
53321: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53321
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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


[Message part 3 (message/rfc822, inline)]
From: Dmitry Gutov <dgutov <at> yandex.ru>
To: vil963 <at> gmail.com, 53321-done <at> debbugs.gnu.org
Subject: Re: 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
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.


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.