mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 20:41:23 +00:00
* 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'. |
||
|---|---|---|
| .. | ||
| bitmaps | ||
| .dbxinit | ||
| .gdbinit | ||
| alloc.c | ||
| atimer.c | ||
| atimer.h | ||
| bidi.c | ||
| blockinput.h | ||
| buffer.c | ||
| buffer.h | ||
| bytecode.c | ||
| callint.c | ||
| callproc.c | ||
| casefiddle.c | ||
| casetab.c | ||
| category.c | ||
| category.h | ||
| ccl.c | ||
| ccl.h | ||
| ChangeLog.1 | ||
| ChangeLog.2 | ||
| ChangeLog.3 | ||
| ChangeLog.4 | ||
| ChangeLog.5 | ||
| ChangeLog.6 | ||
| ChangeLog.7 | ||
| ChangeLog.8 | ||
| ChangeLog.9 | ||
| ChangeLog.10 | ||
| ChangeLog.11 | ||
| ChangeLog.12 | ||
| ChangeLog.13 | ||
| character.c | ||
| character.h | ||
| charset.c | ||
| charset.h | ||
| chartab.c | ||
| cm.c | ||
| cm.h | ||
| cmds.c | ||
| coding.c | ||
| coding.h | ||
| commands.h | ||
| composite.c | ||
| composite.h | ||
| conf_post.h | ||
| COPYING | ||
| cygw32.c | ||
| cygw32.h | ||
| data.c | ||
| dbusbind.c | ||
| decompress.c | ||
| deps.mk | ||
| dired.c | ||
| dispextern.h | ||
| dispnew.c | ||
| disptab.h | ||
| doc.c | ||
| doprnt.c | ||
| dosfns.c | ||
| dosfns.h | ||
| dynlib.c | ||
| dynlib.h | ||
| editfns.c | ||
| emacs-icon.h | ||
| emacs-module.c | ||
| emacs-module.h | ||
| emacs.c | ||
| emacsgtkfixed.c | ||
| emacsgtkfixed.h | ||
| epaths.in | ||
| eval.c | ||
| fileio.c | ||
| filelock.c | ||
| firstfile.c | ||
| floatfns.c | ||
| fns.c | ||
| font.c | ||
| font.h | ||
| fontset.c | ||
| fontset.h | ||
| frame.c | ||
| frame.h | ||
| fringe.c | ||
| ftcrfont.c | ||
| ftfont.c | ||
| ftfont.h | ||
| ftxfont.c | ||
| getpagesize.h | ||
| gfilenotify.c | ||
| gmalloc.c | ||
| gnutls.c | ||
| gnutls.h | ||
| gtkutil.c | ||
| gtkutil.h | ||
| image.c | ||
| indent.c | ||
| indent.h | ||
| inotify.c | ||
| insdel.c | ||
| intervals.c | ||
| intervals.h | ||
| keyboard.c | ||
| keyboard.h | ||
| keymap.c | ||
| keymap.h | ||
| kqueue.c | ||
| lastfile.c | ||
| lisp.h | ||
| lread.c | ||
| macfont.h | ||
| macfont.m | ||
| macros.c | ||
| macros.h | ||
| macuvs.h | ||
| Makefile.in | ||
| marker.c | ||
| menu.c | ||
| menu.h | ||
| minibuf.c | ||
| msdos.c | ||
| msdos.h | ||
| nsfns.m | ||
| nsfont.m | ||
| nsgui.h | ||
| nsimage.m | ||
| nsmenu.m | ||
| nsselect.m | ||
| nsterm.h | ||
| nsterm.m | ||
| print.c | ||
| process.c | ||
| process.h | ||
| profiler.c | ||
| puresize.h | ||
| ralloc.c | ||
| README | ||
| regex.c | ||
| regex.h | ||
| region-cache.c | ||
| region-cache.h | ||
| scroll.c | ||
| search.c | ||
| sheap.c | ||
| sound.c | ||
| syntax.c | ||
| syntax.h | ||
| sysdep.c | ||
| sysselect.h | ||
| syssignal.h | ||
| sysstdio.h | ||
| systime.h | ||
| systty.h | ||
| syswait.h | ||
| term.c | ||
| termcap.c | ||
| termchar.h | ||
| termhooks.h | ||
| terminal.c | ||
| terminfo.c | ||
| termopts.h | ||
| textprop.c | ||
| tparam.c | ||
| tparam.h | ||
| undo.c | ||
| unexaix.c | ||
| unexcoff.c | ||
| unexcw.c | ||
| unexec.h | ||
| unexelf.c | ||
| unexhp9k800.c | ||
| unexmacosx.c | ||
| unexsol.c | ||
| unexw32.c | ||
| vm-limit.c | ||
| w16select.c | ||
| w32.c | ||
| w32.h | ||
| w32common.h | ||
| w32console.c | ||
| w32fns.c | ||
| w32font.c | ||
| w32font.h | ||
| w32gui.h | ||
| w32heap.c | ||
| w32heap.h | ||
| w32inevt.c | ||
| w32inevt.h | ||
| w32menu.c | ||
| w32notify.c | ||
| w32proc.c | ||
| w32reg.c | ||
| w32select.c | ||
| w32select.h | ||
| w32term.c | ||
| w32term.h | ||
| w32uniscribe.c | ||
| w32xfns.c | ||
| widget.c | ||
| widget.h | ||
| widgetprv.h | ||
| window.c | ||
| window.h | ||
| xdisp.c | ||
| xfaces.c | ||
| xfns.c | ||
| xfont.c | ||
| xftfont.c | ||
| xgselect.c | ||
| xgselect.h | ||
| xmenu.c | ||
| xml.c | ||
| xrdb.c | ||
| xselect.c | ||
| xsettings.c | ||
| xsettings.h | ||
| xsmfns.c | ||
| xterm.c | ||
| xterm.h | ||
| xwidget.c | ||
| xwidget.h | ||
Copyright (C) 2001-2016 Free Software Foundation, Inc.
See the end of the file for license conditions.
This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs is copied elsewhere.
See the files ../README and then ../INSTALL for installation instructions.
The file 'Makefile.in' is used as a template by the script
'../configure' to produce 'Makefile'. This is the file which actually
controls the compilation of Emacs C source files. All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run 'make'.
This file is part of GNU Emacs.
GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.