1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
emacs/doc/lispref
Alan Mackenzie e8937de554 Replace GROUP argument in six window primitives by new functions.
* doc/lispref/windows.texi (Window Start and End, Textual Scrolling)
* doc/lispref/positions.texi (Screen Lines): Remove optional GROUP argument
from description of six window functions.  Add in description of new functions
window-group-start, window-group-end, set-window-group-start,
pos-visible-in-window-group-p, recenter-group and move-to-window-group-line,
together with the six variables indirecting to the pertinent group
functions.

* src/window.c
* src/keyboard.c: Revert the commit from 2015-11-11 12:02:48, in so far as it
applies to these two files, which added the GROUP argument to six window
primitives.

* lisp/follow.el (follow-mode): Use updated variable names for the indirected
functions.

* lisp/isearch.el (isearch-update, isearch-done, isearch-string-out-of-window)
(isearch-back-into-window, isearch-lazy-highlight-new-loop)
(isearch-lazy-highlight-search, isearch-lazy-highlight-update): Replace calls
to window primitives (e.g. window-start) with a GROUP argument by calls to
new functions (e.g. window-group-start).

* lisp/ispell.el (ispell-command-loop): Replace call to
pos-visible-in-window-p with pos-visible-in-window-group-p.

* lisp/window.el (window-group-start, window-group-end)
(set-window-group-start, recenter-group, pos-visible-in-window-group-p)
(selected-window-group, move-to-window-group-line): New functions.
(window-group-start-function, window-group-end-function)
(set-window-group-start-function, recenter-group-function)
(pos-visible-in-window-group-p-function, selected-window-group-function)
(move-to-window-group-line-function): New variables.
2015-12-14 16:38:07 +00:00
..
abbrevs.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
anti.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
back.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
backups.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi Document 'inhibit-read-only' property 2015-12-01 18:11:11 +02:00
ChangeLog.1 ; ChangeLog fixes 2015-04-17 13:13:04 -04:00
commands.texi Restore some of the quoting in the manuals 2015-09-16 12:56:45 +03:00
compile.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
control.texi Fix a few problems with directed quotes 2015-10-01 21:44:35 -07:00
customize.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
debugging.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
display.texi Document new font-related functionality 2015-12-03 18:03:47 +02:00
doclicense.texi Update licenses to latest version from FSF. 2012-12-06 00:33:32 -08:00
edebug.texi Resurrect edebug-set-initial-mode, repurposing it to set the global mode. 2015-09-25 11:31:50 +00:00
elisp.texi New lispref section “Security Considerations” 2015-10-21 20:26:49 -07:00
errors.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
eval.texi Improve documentation of 'eval-buffer' and 'eval-region' 2015-11-27 12:07:08 +02:00
files.texi Fix documentation and implementation of 'directory-name-p' 2015-12-03 16:59:42 +02:00
frames.texi Correct a documentation error in frames.texi 2015-11-20 11:24:21 -08:00
functions.texi Amend doc of `mapconcat': it can take sequences, not merely strings. 2015-12-07 10:39:07 +00:00
gpl.texi Update licenses to latest version from FSF. 2012-12-06 00:33:32 -08:00
hash.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
help.texi Improve text-quoting-style doc again 2015-11-23 21:49:56 -08:00
hooks.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
index.texi
internals.texi Document that GNU Make >= 3.81 is required to build Emacs 2015-11-14 18:12:25 +02:00
intro.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
keymaps.texi Restore some of the quoting in the manuals 2015-09-16 12:56:45 +03:00
lay-flat.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
lists.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
loading.texi Restore some of the quoting in the manuals 2015-09-16 12:56:45 +03:00
macros.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
Makefile.in Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
maps.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
markers.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
minibuf.texi Improve documentation of COLLECTION in completion functions 2015-10-16 12:38:36 +03:00
modes.texi * lisp/font-lock.el (font-lock-beginning-of-syntax-function): Remove 2015-09-17 20:33:55 -04:00
nonascii.texi Clarify or replace a few \u escapes. 2015-09-21 07:59:16 -07:00
numbers.texi (/ N) now returns the reciprocal of N 2015-10-20 18:22:48 -07:00
objects.texi * doc/lispref/objects.texi (Window Type): Add a cross reference. 2015-10-06 10:52:28 +08:00
os.texi Document 'nacl' value for 'system-type' 2015-12-03 18:36:03 +02:00
package.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
positions.texi Replace GROUP argument in six window primitives by new functions. 2015-12-14 16:38:07 +00:00
processes.texi New lispref section “Security Considerations” 2015-10-21 20:26:49 -07:00
README Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
searching.texi Restore some of the quoting in the manuals 2015-09-16 12:56:45 +03:00
sequences.texi Rename seq-p and map-p to seqp and mapp 2015-11-11 18:20:03 +01:00
spellfile
streams.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
strings.texi Improve documentation of string-collate-* functions 2015-11-29 19:52:16 +02:00
symbols.texi Restore some of the quoting in the manuals 2015-09-16 12:56:45 +03:00
syntax.texi Quote less in manuals 2015-09-15 08:48:44 -07:00
text.texi Externalize some symbols in undo-auto 2015-12-03 21:27:33 +00:00
tips.texi Document new checkdoc features 2015-11-28 14:32:04 +02:00
two-volume-cross-refs.txt Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
two-volume.make Use ‘echo’ safely with ‘\’ or leading ‘-’ 2015-10-10 18:11:27 -07:00
variables.texi Spelling fixes 2015-11-10 10:23:00 -08:00
windows.texi Replace GROUP argument in six window primitives by new functions. 2015-12-14 16:38:07 +00: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-2015 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/>.