Feature #872
[PATCH] Add a couple of key bindings to ruby-mode.el
| Status: | Closed | Start date: | 12/14/2008 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | 1.9.2 |
Description
The patch binds C-c C-c and C-c C-c C-u to comment-region and uncomment-region, respectively, in ruby-mode. It may be a matter of personal taste, but since C-c C-c is bound to comment-region in C mode and many derivatives, why not use to it in ruby-mode?
Associated revisions
* misc/ruby-mode.el (ruby-mode-map): binded C-c C-c and C-c C-c C-u
to comment-region and uncomment-region. Thanks Michael Klishin!
[Feature #872] [ruby-core:20552]
* misc/ruby-mode.el (ruby-mode-map): binded C-c C-c and C-c C-c C-u
to comment-region and uncomment-region. Thanks Michael Klishin!
[Feature #872] [ruby-core:20552]
History
Updated by kosaki (Motohiro KOSAKI) about 2 years ago
- Target version set to 1.9.2
Firstly, sorry for the very long delay ;) Recently I've discussed about this feature with some maintainers. Then, now we are plan to merge your patch for 1.9.2 release. It seems reasonable. Thanks.
Updated by kosaki (Motohiro KOSAKI) about 2 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r27251. Michael, thank you for reporting this issue. Your contribution to Ruby is greatly appreciated. May Ruby be with you.