1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
emacs/doc/lispref
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
..
abbrevs.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
anti.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
back.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
backups.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
ChangeLog.1 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
commands.texi Document 'funcall-interactively' 2016-01-16 16:54:35 +02:00
compile.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
control.texi Minor improvements to 'pcase' documentation 2016-01-29 11:40:31 +02:00
customize.texi * lisp/custom.el (defcustom): Doc fix. 2016-01-28 17:45:50 -05:00
debugging.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
display.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
doclicense.texi
edebug.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
elisp.texi Document cl-generic.el 2016-01-22 23:06:22 +02:00
errors.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
eval.texi Update documentation of 'indirect-function' 2016-01-10 20:22:01 +02:00
files.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
frames.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
functions.texi Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
gpl.texi
hash.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
help.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
hooks.texi Document 'pre-redisplay-functions' 2016-01-13 20:29:36 +02:00
index.texi
internals.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
intro.texi Correct a use of "which" in intro.texi 2016-01-23 11:55:31 -08:00
keymaps.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
lay-flat.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
lists.texi * doc/lispref/lists.texi (Association Lists): Document 'alist-get'. 2016-01-16 16:32:05 +02:00
loading.texi Improve documentation of dynamic modules 2016-01-16 17:30:11 +02:00
macros.texi * doc/lispref/macros.texi (Expansion): Document 'macroexpand-1'. 2016-01-16 15:40:58 +02:00
Makefile.in Update copyright year to 2016 2016-01-01 01:34:24 -08:00
maps.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
markers.texi Update documentation of 'deactivate-mark'. 2016-01-12 21:21:12 +02:00
minibuf.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
modes.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
nonascii.texi Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
numbers.texi Minor improvements to (random t) documentation 2016-01-18 21:33:31 -08:00
objects.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
os.texi Improve elisp “Security Considerations” doc 2016-01-31 15:51:19 -08:00
package.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
positions.texi Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
processes.texi Update documentation of 'process-running-child-p' 2016-01-12 21:29:28 +02:00
README Update copyright year to 2016 2016-01-01 01:34:24 -08:00
searching.texi Updater documentation of 'looking-back' 2016-01-13 20:36:11 +02:00
sequences.texi Update copyright year to 2016 2016-01-01 01:34:24 -08:00
spellfile
streams.texi Expunge "allow" + infinitive without direct object from source and doc. 2016-01-24 20:30:39 +00:00
strings.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
symbols.texi Document 'function-put' 2016-01-16 17:13:16 +02:00
syntax.texi Update documentation for obsoleting 'syntax-begin-function' 2016-01-10 20:05:46 +02:00
text.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00
tips.texi Fix copyright years by hand 2016-01-01 01:38:07 -08:00
two-volume-cross-refs.txt Update copyright year to 2016 2016-01-01 01:34:24 -08:00
two-volume.make Update copyright year to 2016 2016-01-01 01:34:24 -08:00
variables.texi * lisp/files.el: Use a fixed file name for the second dir-locals file 2016-01-25 23:42:41 +00:00
windows.texi Some corrections in Elisp manual 2016-02-01 19:01:34 +01:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2016 Free Software Foundation, Inc.  -*- outline -*-
See the end of the file for license conditions.


README for the Emacs Lisp Reference Manual.

* This directory contains the texinfo source files for the Emacs Lisp
Reference Manual.

* Report bugs in the Lisp Manual (or in Emacs) using M-x report-emacs-bug.
To ask questions, use the help-gnu-emacs mailing list.

* The Emacs Lisp Reference Manual is quite large.  It totals around
1100 pages in smallbook format; the info files total around 3.0 megabytes.

* You can format this manual for Info, for printing hardcopy using TeX,
or for HTML.

* You can buy nicely printed copies from the Free Software Foundation.
Buying a manual from the Free Software Foundation helps support our GNU
development work.  See <http://shop.fsf.org/>.
(At time of writing, this manual is out of print.)

* The master file for formatting this manual for Tex is called 'elisp.texi'.
It contains @include commands to include all the chapters that make up
the manual.

* This distribution contains a Makefile that you can use with GNU Make.

** To make an Info file, you need to install Texinfo, then run 'make info'.

** Use 'make elisp.pdf' or 'make elisp.html' to create PDF or HTML versions.


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/>.