diff options
| author | Fabián Ezequiel Gallina | 2014-12-27 13:21:17 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-12-27 13:21:17 -0300 |
| commit | 411c1c65313aa4e22730ba9762e073881f4e299a (patch) | |
| tree | 14833e398a5ce64db5124afafe992d47e51b70e8 /doc/lispref/frames.texi | |
| parent | c3c51ec274f423cf8044cd5b9bc0bbc5bda1f6aa (diff) | |
| parent | 216c6aadf22bfb9d209b6ce9a469499fd6e1b78f (diff) | |
| download | emacs-411c1c65313aa4e22730ba9762e073881f4e299a.tar.gz emacs-411c1c65313aa4e22730ba9762e073881f4e299a.zip | |
Merge from origin/emacs-24
216c6aa * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use `tramp-rsh-end-of-line', it ought to be more robust.
20cfd24 Improve indexing on the chapter/section/subsection levels.
14c3739 * lisp/progmodes/js.el (js-syntax-propertize): "return" can't be divided.
ea78112 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use "\n" as end-of-line delimeter for passwords, when running on MS Windows.
012479a * lisp/progmodes/sh-script.el: Don't set global indent-line-function
75e114f Fix line numbers on Python shell.
d0fd23c doc/emacs/buffers.texi (Kill Buffer): Improve indexing.
8e818d1 Keep maximized when going fullscreen.
749813e python.el: Fix electric colon behavior
936d5e5 Fix last patch.
74d3b20 Fixes: debbugs:18623
Conflicts:
doc/emacs/ChangeLog
doc/lispref/ChangeLog
doc/lispref/functions.texi
lisp/ChangeLog
src/ChangeLog
src/xterm.c
test/ChangeLog
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 0bded22eade..c1da337c6cc 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -106,6 +106,7 @@ for @code{framep} above. | |||
| 106 | 106 | ||
| 107 | @node Creating Frames | 107 | @node Creating Frames |
| 108 | @section Creating Frames | 108 | @section Creating Frames |
| 109 | @cindex frame creation | ||
| 109 | 110 | ||
| 110 | To create a new frame, call the function @code{make-frame}. | 111 | To create a new frame, call the function @code{make-frame}. |
| 111 | 112 | ||
| @@ -484,6 +485,7 @@ parameter values to frames that will be created henceforth. | |||
| 484 | 485 | ||
| 485 | @node Initial Parameters | 486 | @node Initial Parameters |
| 486 | @subsection Initial Frame Parameters | 487 | @subsection Initial Frame Parameters |
| 488 | @cindex parameters of initial frame | ||
| 487 | 489 | ||
| 488 | You can specify the parameters for the initial startup frame by | 490 | You can specify the parameters for the initial startup frame by |
| 489 | setting @code{initial-frame-alist} in your init file (@pxref{Init | 491 | setting @code{initial-frame-alist} in your init file (@pxref{Init |
| @@ -623,6 +625,7 @@ named, this parameter will be @code{nil}. | |||
| 623 | @node Position Parameters | 625 | @node Position Parameters |
| 624 | @subsubsection Position Parameters | 626 | @subsubsection Position Parameters |
| 625 | @cindex window position on display | 627 | @cindex window position on display |
| 628 | @cindex frame position | ||
| 626 | 629 | ||
| 627 | Position parameters' values are normally measured in pixels, but on | 630 | Position parameters' values are normally measured in pixels, but on |
| 628 | text terminals they count characters or lines instead. | 631 | text terminals they count characters or lines instead. |
| @@ -833,6 +836,8 @@ integer). @xref{Line Height}, for more information. | |||
| 833 | 836 | ||
| 834 | @node Buffer Parameters | 837 | @node Buffer Parameters |
| 835 | @subsubsection Buffer Parameters | 838 | @subsubsection Buffer Parameters |
| 839 | @cindex frame, which buffers to display | ||
| 840 | @cindex buffers to display on frame | ||
| 836 | 841 | ||
| 837 | These frame parameters, meaningful on all kinds of terminals, deal | 842 | These frame parameters, meaningful on all kinds of terminals, deal |
| 838 | with which buffers have been, or should, be displayed in the frame. | 843 | with which buffers have been, or should, be displayed in the frame. |
| @@ -1663,6 +1668,7 @@ is used whenever that frame is selected. If the frame has a minibuffer, | |||
| 1663 | you can get it with @code{minibuffer-window} (@pxref{Definition of | 1668 | you can get it with @code{minibuffer-window} (@pxref{Definition of |
| 1664 | minibuffer-window}). | 1669 | minibuffer-window}). |
| 1665 | 1670 | ||
| 1671 | @cindex frame without a minibuffer | ||
| 1666 | However, you can also create a frame with no minibuffer. Such a frame | 1672 | However, you can also create a frame with no minibuffer. Such a frame |
| 1667 | must use the minibuffer window of some other frame. When you create the | 1673 | must use the minibuffer window of some other frame. When you create the |
| 1668 | frame, you can explicitly specify the minibuffer window to use (in some | 1674 | frame, you can explicitly specify the minibuffer window to use (in some |
| @@ -2070,6 +2076,7 @@ allows to know if the pointer has been hidden. | |||
| 2070 | 2076 | ||
| 2071 | @node Pop-Up Menus | 2077 | @node Pop-Up Menus |
| 2072 | @section Pop-Up Menus | 2078 | @section Pop-Up Menus |
| 2079 | @cindex menus, popup | ||
| 2073 | 2080 | ||
| 2074 | A Lisp program can pop up a menu so that the user can choose an | 2081 | A Lisp program can pop up a menu so that the user can choose an |
| 2075 | alternative with the mouse. On a text terminal, if the mouse is not | 2082 | alternative with the mouse. On a text terminal, if the mouse is not |
| @@ -2334,6 +2341,7 @@ clipboard as empty. | |||
| 2334 | 2341 | ||
| 2335 | @node Drag and Drop | 2342 | @node Drag and Drop |
| 2336 | @section Drag and Drop | 2343 | @section Drag and Drop |
| 2344 | @cindex drag and drop | ||
| 2337 | 2345 | ||
| 2338 | @vindex x-dnd-test-function | 2346 | @vindex x-dnd-test-function |
| 2339 | @vindex x-dnd-known-types | 2347 | @vindex x-dnd-known-types |