Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dba3cda3
Commit
dba3cda3
authored
Mar 01, 2013
by
Glenn Morris
Browse files
NEWS copyedits
parent
c19279e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
etc/NEWS
etc/NEWS
+23
-23
No files found.
etc/NEWS
View file @
dba3cda3
...
...
@@ -358,29 +358,6 @@ and python-shell-switch-to-shell
**** python-switch-to-python -> python-shell-switch-to-shell
**** python-describe-symbol -> python-eldoc-at-point
** Ruby mode
*** Support for percent literals and recognition of regular expressions
in method calls without parentheses with more methods, including Cucumber
steps definitions.
*** Better syntax highlighting and indentation in many edge cases.
*** Some keybindings removed, using standard commands with adjusted
behavior where possible.
**** `ruby-electric-brace'
was
removed
in
favor
of
`
electric
-
indent
-
mode
'.
**** `ruby-{beginning,end}-of-defun bindings were replaced with setting
respective `{beginning,end}-of-defun-function'
variables
.
****
`
ruby
-
mark
-
defun
' was removed in favor of `mark-defun'
.
****
Non
-
standard
keybindings
for
`
backward
-
kill
-
word
', `comment-region'
,
`
reindent
-
then
-
newline
-
and
-
indent
' and `newline'
were
simply
removed
.
***
New
command
`
ruby
-
toggle
-
block
', bound to `C-c {'
.
** D-Bus
*** New variables `dbus-compiled-version'
and
`
dbus
-
runtime
-
version
'.
...
...
@@ -456,6 +433,29 @@ Sphinx support has been improved.
***
The
constant
`
rst
-
version
' describes the rst.el package version.
** Ruby mode
*** Support for percent literals and recognition of regular expressions
in method calls without parentheses with more methods, including Cucumber
steps definitions.
*** Improved syntax highlighting and indentation.
*** New command `ruby-toggle-block'
,
bound
to
`
C
-
c
{
'.
*** Some non-standard keybindings/commands have been removed:
**** `ruby-electric-brace'
;
use
`
electric
-
indent
-
mode
' instead.
**** `ruby-mark-defun'
;
use
`
mark
-
defun
'.
**** `ruby-beginning-of-defun'
and
`
ruby
-
end
-
of
-
defun
' are replaced by
appropriate settings for the variables `beginning-of-defun-function'
and
`
end
-
of
-
defun
-
function
'.
**** Non-standard keybindings for `backward-kill-word'
,
`
comment
-
region
',
`reindent-then-newline-and-indent'
and
`
newline
' have been removed.
** Shell Script mode
*** Pairing of parens/quotes uses `electric-pair-mode'
instead
of
skeleton
-
pair
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment