1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00
emacs/lisp/progmodes
Eli Zaretskii c1d32a6537 Fix problems caused by new implementation of sub-word mode
* lisp/subr.el (forward-word-strictly, backward-word-strictly):
New functions.
(word-move-empty-char-table): New variable.

* etc/NEWS: Mention 'forward-word-strictly' and
'backward-word-strictly'.

* doc/lispref/positions.texi (Word Motion): Document
'find-word-boundary-function-table', 'forward-word-strictly', and
'backward-word-strictly'.  (Bug#22560)

* src/syntax.c (syms_of_syntax)
<find-word-boundary-function-table>: Doc fix.

* lisp/wdired.el (wdired-xcase-word):
* lisp/textmodes/texnfo-upd.el (texinfo-copy-node-name)
(texinfo-copy-section-title, texinfo-start-menu-description)
(texinfo-copy-menu-title, texinfo-specific-section-type)
(texinfo-insert-node-lines, texinfo-copy-next-section-title):
* lisp/textmodes/texinfo.el (texinfo-clone-environment)
(texinfo-insert-@end):
* lisp/textmodes/texinfmt.el (texinfo-format-scan)
(texinfo-anchor, texinfo-multitable-widths)
(texinfo-multitable-item):
* lisp/textmodes/tex-mode.el (latex-env-before-change):
* lisp/textmodes/flyspell.el (texinfo-mode-flyspell-verify):
* lisp/skeleton.el (skeleton-insert):
* lisp/simple.el (count-words):
* lisp/progmodes/vhdl-mode.el (vhdl-beginning-of-libunit)
(vhdl-beginning-of-defun, vhdl-beginning-of-statement-1)
(vhdl-update-sensitivity-list, vhdl-template-block)
(vhdl-template-break, vhdl-template-case, vhdl-template-default)
(vhdl-template-default-indent, vhdl-template-for-loop)
(vhdl-template-if-then-use, vhdl-template-bare-loop)
(vhdl-template-nature, vhdl-template-procedural)
(vhdl-template-process, vhdl-template-selected-signal-asst)
(vhdl-template-type, vhdl-template-variable)
(vhdl-template-while-loop, vhdl-beginning-of-block)
(vhdl-hooked-abbrev, vhdl-port-copy, vhdl-hs-forward-sexp-func):
* lisp/progmodes/verilog-mode.el (verilog-backward-sexp)
(verilog-forward-sexp, verilog-beg-of-statement)
(verilog-set-auto-endcomments, verilog-backward-token)
(verilog-do-indent):
* lisp/progmodes/vera-mode.el (vera-guess-basic-syntax)
(vera-indent-block-closing):
* lisp/progmodes/simula.el (simula-context)
(simula-backward-up-level, simula-forward-down-level)
(simula-previous-statement, simula-next-statement)
(simula-skip-comment-backward, simula-calculate-indent)
(simula-find-if, simula-electric-keyword):
* lisp/progmodes/sh-script.el (sh-smie--rc-newline-semi-p):
* lisp/progmodes/ruby-mode.el (ruby-smie--redundant-do-p)
(ruby-smie--forward-token, ruby-smie--backward-token)
(ruby-singleton-class-p, ruby-calculate-indent)
(ruby-forward-sexp, ruby-backward-sexp):
* lisp/progmodes/ps-mode.el (ps-run-goto-error):
* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function)
(perl-syntax-propertize-special-constructs)
(perl-backward-to-start-of-continued-exp):
* lisp/progmodes/pascal.el (pascal-indent-declaration):
* lisp/progmodes/octave.el (octave-function-file-p):
* lisp/progmodes/mantemp.el (mantemp-insert-cxx-syntax):
* lisp/progmodes/js.el (js--forward-function-decl):
* lisp/progmodes/idlwave.el (idlwave-show-begin-check)
(idlwave-beginning-of-block, idlwave-end-of-block)
(idlwave-block-jump-out, idlwave-determine-class):
* lisp/progmodes/icon.el (icon-is-continuation-line)
(icon-backward-to-start-of-continued-exp, end-of-icon-defun):
* lisp/progmodes/hideif.el (hide-ifdef-define):
* lisp/progmodes/f90.el (f90-change-keywords):
* lisp/progmodes/cperl-mode.el (cperl-electric-pod)
(cperl-linefeed, cperl-electric-terminator)
(cperl-find-pods-heres, cperl-fix-line-spacing)
(cperl-invert-if-unless):
* lisp/progmodes/cc-engine.el (c-forward-<>-arglist-recur):
* lisp/progmodes/cc-align.el (c-lineup-java-inher):
* lisp/progmodes/ada-mode.el (ada-compile-goto-error)
(ada-adjust-case-skeleton, ada-create-case-exception)
(ada-create-case-exception-substring)
(ada-case-read-exceptions-from-file, ada-after-keyword-p)
(ada-scan-paramlist, ada-get-current-indent, ada-get-indent-end)
(ada-get-indent-if, ada-get-indent-block-start)
(ada-get-indent-loop, ada-get-indent-type)
(ada-search-prev-end-stmt, ada-check-defun-name)
(ada-goto-decl-start, ada-goto-matching-start)
(ada-goto-matching-end, ada-looking-at-semi-or)
(ada-looking-at-semi-private, ada-in-paramlist-p)
(ada-search-ignore-complex-boolean, ada-move-to-start)
(ada-move-to-end, ada-which-function, ada-gen-treat-proc):
* lisp/net/quickurl.el (quickurl-grab-url):
* lisp/mail/sendmail.el (mail-do-fcc):
* lisp/mail/rmail.el (rmail-resend):
* lisp/mail/mailabbrev.el (mail-abbrev-complete-alias):
* lisp/mail/mail-extr.el (mail-extract-address-components):
* lisp/json.el (json-read-keyword):
* lisp/files.el (insert-directory):
* lisp/emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
* lisp/completion.el (symbol-under-point, symbol-before-point)
(symbol-before-point-for-complete, next-cdabbrev)
(add-completions-from-c-buffer):
* lisp/cedet/semantic/texi.el (semantic-up-context)
(semantic-beginning-of-context):
* lisp/cedet/semantic/bovine/el.el (semantic-get-local-variables):
use 'forward-word-strictly' and 'backward-word-strictly' instead
of 'forward-word' and 'backward-word'.
2016-02-05 23:54:21 +02:00
..
ada-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
ada-prj.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ada-stmt.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ada-xref.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
antlr-mode.el Spelling fixes 2016-01-25 08:09:09 -08:00
asm-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
autoconf.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
bat-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
bug-reference.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-align.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
cc-awk.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-bytecomp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-cmds.el Apply text properties for <, > in new after-change function (C++ Java Modes). 2016-01-04 22:35:13 +00:00
cc-defs.el Correctly analyze brace arguments in templated C++ function declarations. 2016-01-08 22:42:47 +00:00
cc-engine.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
cc-fonts.el Correctly fontify C++ initializations which "look like" functions. 2016-02-04 19:01:50 +00:00
cc-guess.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-langs.el Distinguish the two meanings of Java's keyword "default". Fixes bug #22358. 2016-01-23 19:38:49 +00:00
cc-menus.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-mode.el Allow the use of `font-lock-extend-region-multiline' in CC Mode. 2016-01-09 15:18:29 +00:00
cc-styles.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-vars.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cfengine.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cmacexp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
compile.el Fix compilation next-error in buffers with selective-display 2016-01-03 17:22:06 +02:00
cperl-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
cpp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cwarn.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dcl-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-abn.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-bnf.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-dtd.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-ebx.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-iso.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-otz.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-yac.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf2ps.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebrowse.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
elisp-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
etags.el ; Spelling fix (American spelling) 2016-01-25 18:26:42 -05:00
executable.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
f90.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
flymake.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
fortran.el * lisp/progmodes/fortran.el (fortran-make-syntax-propertize-function): 2016-01-02 10:16:03 -08:00
gdb-mi.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
glasses.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
grep.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
gud.el Improve the custom type of some user options. 2016-01-30 11:51:10 -08:00
hideif.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
hideshow.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
icon.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
idlw-complete-structtag.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
idlw-help.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
idlw-shell.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
idlw-toolbar.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
idlwave.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
inf-lisp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
js.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
ld-script.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
m4-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
make-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
mantemp.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
meta-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
mixal-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
modula2.el
octave.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
opascal.el * lisp/progmodes/opascal.el (opascal-mode-syntax-table): 2016-01-05 19:17:55 -05:00
pascal.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
perl-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
prog-mode.el Add some missing version tags. 2016-01-12 20:06:49 -05:00
project.el Don't fiddle with DEFAULT 2016-01-30 11:58:17 +03:00
prolog.el ; * lisp/progmodes/prolog.el: Remove some obsolete commentary. 2016-02-01 21:00:58 -05:00
ps-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
python.el Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
ruby-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
scheme.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
sh-script.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
simula.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
sql.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
subword.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tcl.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
vera-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
verilog-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
vhdl-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
which-func.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xref.el Improve project-find-file 2016-01-29 17:46:18 -06:00
xscheme.el * lisp/progmodes/xscheme.el (xscheme-prompt-for-expression-exit): 2016-01-05 18:59:19 -05:00