Actions
Bug #16014
closedRuby-toggle-block of ruby-mode.el not chomping trialing whitespace
Description
Description¶
Ruby toggle block not chomping trailing whitespace in block
Reproduction guide¶
- Start Emacs
- Create a ruby file
- Write a block such as
(1..10).map { |number| number * 2 }
- Use
ruby-toggle-block
, - T - {
Observed behaviour¶
Command does not chomp off a whitespace after line as follows
(1..10).map do |number|
number * 2
end
Expected behaviour¶
No trailing whitespace
System Info¶
Ruby version: 2.6.3
OS: darwin
Emacs: 26.1
Spacemacs: 0.300.0
Spacemacs branch: develop (rev. 2bef3f6)
Graphic display: t
Distribution: spacemacs
Editing style: vim
Completion: helm
Layers:
(python erlang sql ansible csv racket clojure php javascript html yaml ruby helm auto-completion emacs-lisp git
(markdown :variables markdown-live-preview-engine 'vmd)
org
(shell :variables shell-default-height 30 shell-default-position 'bottom)
spell-checking syntax-checking)
System configuration features: JPEG RSVG IMAGEMAGICK NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS MODULES THREADS LCMS2
This bug duplicates an issue originally reported here Description :octocat:
Actions
Like0
Like0Like0