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

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

bug#53321: closed (28.0.91; Add a defcustom option to ruby-do-end-to-bra


From: GNU bug Tracking System
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

Your message dated Fri, 21 Jan 2022 05:00:55 +0200
with message-id <ff0ce64d-1aeb-7499-446f-5092b38667d7@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@gnu.org.)


-- 
53321: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53321
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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 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



--- End Message ---
--- Begin Message --- 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 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.


--- End Message ---

reply via email to

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