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
aaef4f91
Commit
aaef4f91
authored
Jan 19, 2010
by
Mark A. Hershberger
Browse files
replace references to obsolete c-subword-mode
parent
bc4b76f1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
11 deletions
+23
-11
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+5
-0
doc/emacs/programs.texi
doc/emacs/programs.texi
+3
-3
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/cc-mode.texi
doc/misc/cc-mode.texi
+6
-7
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/python.el
lisp/progmodes/python.el
+1
-1
No files found.
doc/emacs/ChangeLog
View file @
aaef4f91
2010-01-19 Mark A. Hershberger <mah@everybody.org>
* programs.texi (Other C Commands): Replace reference to obsolete
c-subword-mode.
2010-01-12 Glenn Morris <rgm@gnu.org>
* trouble.texi (Checklist): Use bug-gnu-emacs rather than
...
...
doc/emacs/programs.texi
View file @
aaef4f91
...
...
@@ -1609,13 +1609,13 @@ hungry-delete feature is enabled.
@table @kbd
@item C-c C-w
@itemx M-x
c-
subword-mode
@findex
c-
subword-mode
@itemx M-x subword-mode
@findex subword-mode
Enable (or disable) @dfn{subword mode}. In subword mode, Emacs's word
commands recognize upper case letters in
@samp{StudlyCapsIdentifiers} as word boundaries. This is indicated by
the flag @samp{/w} on the mode line after the mode name
(e.g. @samp{C/law}). You can even use @kbd{M-x
c-
subword-mode} in
(e.g. @samp{C/law}). You can even use @kbd{M-x subword-mode} in
non-CC Mode buffers.
In the GNU project, we recommend using underscores to separate words
...
...
doc/misc/ChangeLog
View file @
aaef4f91
2010-01-19 Mark A. Hershberger <mah@everybody.org>
* cc-mode.texi: Replace references to obsolete c-subword-mode.
2010-01-18 Juanma Barranquero <lekktu@gmail.com>
* ada-mode.texi (Project File Overview): Fix typo.
...
...
doc/misc/cc-mode.texi
View file @
aaef4f91
...
...
@@ -1012,7 +1012,7 @@ capitalized word. With prefix argument @var{n}, move @var{n} times.
If @var
{
n
}
is negative, move in the opposite direction.
Note that these two commands have been superseded by
@code
{
c-
subword-mode
}
, which you should use instead. @xref
{
Subword
@code
{
subword-mode
}
, which you should use instead. @xref
{
Subword
Movement
}
. They might be removed from a future release of @ccmode
{}
.
@end table
...
...
@@ -1194,10 +1194,9 @@ Toggle hungry-delete minor mode.
@findex toggle-auto-hungry-state (c-)
Toggle both auto-newline and hungry delete minor modes.
@item @kbd
{
C-c C-w
}
(@code
{
M-x
c-
subword-mode
}
)
@item @kbd
{
C-c C-w
}
(@code
{
M-x subword-mode
}
)
@kindex C-c C-w
@findex c-subword-mode
@findex subword-mode (c-)
@findex subword-mode
Toggle subword mode.
@item @kbd
{
M-x c-toggle-syntactic-indentation
}
...
...
@@ -1694,11 +1693,11 @@ mode turn on automatically, put the following code in your
@example
(add-hook 'c-mode-common-hook
(lambda () (
c-
subword-mode 1)))
(lambda () (subword-mode 1)))
@end example
As a bonus, you can also use @code
{
c-
subword-mode
}
in non-@ccmode
{}
buffers by typing @kbd
{
M-x
c-
subword-mode
}
.
As a bonus, you can also use @code
{
subword-mode
}
in non-@ccmode
{}
buffers by typing @kbd
{
M-x subword-mode
}
.
@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@node Other Commands, , Subword Movement, Commands
...
...
lisp/ChangeLog
View file @
aaef4f91
2010-01-19 Mark A. Hershberger <mah@everybody.org>
* progmodes/python.el: Replace reference to obsolete c-subward-mode.
2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
* lisp/progmodes/ada-mode.el: Fix bug#5400.
...
...
lisp/progmodes/python.el
View file @
aaef4f91
...
...
@@ -45,7 +45,7 @@
;; `forward-into-nomenclature' should be done separately, since it's
;; not specific to Python, and I've installed a minor mode to do the
;; job properly in Emacs 23. [CC mode 5.31 contains an incompatible
;; feature, `
c-
subword-mode' which is intended to have a similar
;; feature, `subword-mode' which is intended to have a similar
;; effect, but actually only affects word-oriented keybindings.]
;; Other things seem more natural or canonical here, e.g. the
...
...
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