aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
Commit message (Collapse)AuthorAgeFilesLines
* Document changes to windows code.Martin Rudalics2011-09-231-49/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * frames.texi (Frames and Windows): Move section and rename to Windows and Frames in windows.texi. * windows.texi (Windows): Restructure. (Basic Windows): Rewrite. Explain live and internal windows and normalization functions. (Windows and Frames): Move section here from frames.texi. Describe subwindows, window combinations, window tree, and corresponding functions including window-list here. (Window Sizes): Rename section from Size of Window and move it up in chapter. Describe total and body sizes and the corresponding functions. Explain new semantics of window-min-height/-width. (Resizing Windows): Move section up in chapter. Describe new resize functions. (Splitting Windows): Describe new behavior of split-window, split-window-above-each-other and split-window-side-by-side. Provide examples. Describe window-nest and window-splits options. (Deleting Windows): Minor rewrite. (Selecting Windows): Minor rewrite. Describe frame-selected-window and set-frame-selected-window here. (Cyclic Window Ordering): Minor rewrite. Describe window-list-1. (Buffers and Windows): Rewrite. Explain a window's previous and next buffers and the corresponding functions. * elisp.texi (Top): Update node listings for frames and windows sections.
* Fix handling of X resource for window icons.Chong Yidong2011-09-181-4/+4
| | | | | | | | | | | | | | * src/xfns.c (Fx_create_frame): Handle bitmapIcon resource as a boolean. * doc/emacs/cmdargs.texi (Icons X): Fix description of Emacs icon. * doc/emacs/xresources.texi (Table of Resources): Fix documentation of bitmapIcon. * doc/lispref/frames.texi (Management Parameters): Fix description of icon-type parameter. Fixes: debbugs:9154
* Update manuals for some Emacs 24 changes.Chong Yidong2011-08-281-9/+8
| | | | | | | | | | | | | | | * doc/emacs/misc.texi (emacsclient Options): Document server-port. * doc/lispref/display.texi (Progress): Document spinner functionality. * doc/lispref/frames.texi (Layout Parameters): The defaults for the menu-bar-lines and tool-bar-lines parameters depend on the mode. * doc/lispref/objects.texi (Symbol Type): Document ## print representation. * doc/lispref/os.texi (Killing Emacs): Note that kill-emacs can be called by operating system signals. Refer to save-buffers-kill-terminal instead of save-buffers-kill-emacs.
* Remove frame-local vars from Lisp manual; obsolete since Emacs 22.3.Chong Yidong2011-07-121-6/+0
| | | | | | | | | | | | * display.texi (Window Systems): `window-system' is terminal-local. * doc/lispref/frames.texi (Frame Parameters, Parameter Access): Don't mention frame-local variables. * doc/lispref/variables.texi (Buffer-Local Variables): Don't mention obsolete frame-local variables. (Frame-Local Variables): Node deleted. * doc/lispref/elisp.texi (Top): Update node listing.
* More documentation of Emacs 24 X selection changes.Chong Yidong2011-07-111-30/+26
| | | | | | | | | | | | * doc/emacs/frames.texi (Mouse Commands): Document mouse-yank-primary. * doc/emacs/killing.texi (Primary Selection): Document `only' setting for select-active-regions. * doc/emacs/mark.texi (Setting Mark): Reference Shift Selection node. * doc/lispref/frames.texi (Window System Selections): Discussion of x-select-enable-clipboard moved to Emacs manual.
* (Display Feature Testing): Try to explain what all the visual classes meanLars Magne Ingebrigtsen2011-07-111-4/+7
| | | | Fixes: debbugs:3042
* * frames.texi (Basic Parameters): Document the `explicit-name'Lars Magne Ingebrigtsen2011-07-021-0/+5
| | | | parameter (bug#6951).
* Misc small lispref fixes.Nix2011-05-181-3/+3
| | | | | | | | | | | | | | | | | | | | | * windows.texi (Displaying Buffers): pop-to-buffer is not a command. * text.texi (Parsing HTML): Update for function name changes. * syntax.texi (Syntax Flags): Small fix. * keymaps.texi (Active Keymaps): Typo fix. (Changing Key Bindings): Grammar fix. * frames.texi (Minibuffers and Frames): Grammar fix. (Window System Selections): x-select-enable-clipboard now defaults to t. * customize.texi (Common Keywords): * display.texi (Abstract Display): * modes.texi (Auto-Indentation): * nonascii.texi (Converting Representations): Typo fixes. * control.texi (Examples of Catch): Call it "goto" not "go to".
* Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-9/+12
|\
| * Doc fix for left-fringe and right-fringe parameters (Bug#6930)Chong Yidong2011-04-101-9/+12
| | | | | | | | | | | | * doc/lispref/frames.texi (Layout Parameters): Note the difference between querying and setting parameters for left-fringe and right-fringe.
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| |
* | Merge from emacs-23.Glenn Morris2011-01-241-3/+7
|\| | | | | | | Note setting of CANNOT_DUMP on ia64 hpux is still to be merged manually.
| * * frames.texi (Pop-Up Menus): Document where menu title comes from (Bug#7684).Chong Yidong2011-01-221-3/+7
| |
* | Nuke arch-tags.Glenn Morris2011-01-151-4/+0
| |
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | * src/frame.c (Fframe_pointer_visible_p):Julien Danjou2010-10-181-0/+9
| | | | | | | | Add `frame-pointer-visible-p' to get the pointer visibility.
* | Remove cut buffer from documentation.Jan Djärv2010-09-021-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/frames.texi (Cut/Paste Other App): Remove vut-buffer text. * doc/lispref/text.texi (Low-Level Kill Ring): * doc/lispref/frames.texi (Window System Selections): Remove cut buffer documentation. * doc/misc/cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer. * lisp/term/x-win.el (x-select-text): * lisp/term/pc-win.el (x-selection-value): * lisp/term/ns-win.el (x-selection-value): * lisp/eshell/em-term.el: * lisp/w32-fns.el (x-get-selection-value): * lisp/mouse-sel.el (mouse-sel-set-selection-function): * lisp/frame.el (display-selections-p): Remove cut-buffer in documentation. * lisp/term.el (term-mouse-paste): Don't call x-get-cutbuffer. Remove cut buffer from error message.
* | Improve ELisp manual to fix bug #6929.Eli Zaretskii2010-08-281-5/+67
| | | | | | | | | | | | | | | | | | display.texi (Fringe Size/Pos): Add a cross-reference to "Layout Parameters", where the default fringe width is described. frames.texi (Window Frame Parameters, Basic Parameters) (Position Parameters, Layout Parameters, Management Parameters) (Cursor Parameters, Font and Color Parameters): Add indexing for frame parameters. (Bug#6929)
* | Add doc and NEWS for tool-bar-position.Jan Djärv2010-07-291-0/+5
|/ | | | | | * doc/emacs/frames.texi (Tool Bars): Add doc for tool-bar-position. * doc/lispref/frames.texi (Layout Parameters): Add doc for tool-bar-position.
* Untabify doc/lispref/*.texi.Glenn Morris2010-06-221-16/+16
| | | | | | | | | | * abbrevs.texi, commands.texi, compile.texi, debugging.texi: * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi: * frames.texi, functions.texi, internals.texi, keymaps.texi: * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi: * searching.texi, sequences.texi, strings.texi, syntax.texi: * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi: Untabify Texinfo files.
* * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)Arni Magnusson2010-03-241-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * frames.texi (Resources): Describe inhibit-x-resources.Chong Yidong2009-12-251-9/+18
| | | | | | | | | | | | | | (Size Parameters): Copyedit. * hash.texi (Creating Hash): * objects.texi (Hash Table Type): Document the new hash table printed representation. * minibuf.texi (Basic Completion): 4th arg to all-completions is obsolete. * processes.texi (Process Buffers): Document process-kill-buffer-query-function.
* (Size and Position): Clarify what is included in the frame height. (Bug#4535)Glenn Morris2009-10-111-7/+13
|
* (Management Parameters): Mention sticky.Jan Djärv2009-07-011-0/+4
|
* Add missing word.Jan Djärv2009-07-011-1/+1
|
* * emacs.c (USAGE3, standard_args): Add -mm and --maximized.Jan Djärv2009-07-011-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * frame.c: Qmaximized is new. (x_set_frame_parameters): Do not handle fullscreen specially. Only set width and height if explicitly set. (x_set_fullscreen): Handle Qmaximized. (x_set_font, x_figure_window_size): Do not handle fullscreen specially. (syms_of_frame): Initialize Qmaximized. * frame.h (fullscreen_type): Add FULLSCREEN_MAXIMIZED. Declare Qfullwidth, Qfullheight, Qfullboth, Qmaximized. * xterm.c (handle_one_xevent): Remove call to x_check_fullscreen for Expose event. Add call to x_check_fullscreen for MapNotify event. Remove all code w.r.t. fullscreen from ConfigureNotify event. Do not set gravity to NorthWestGravity when USE_GTK. (set_wm_state): New function. (do_ewmh_fullscreen): Use set_wm_state. Also handle FULLSCREEN_MAXIMIZED. (x_handle_net_wm_state): Handle FULLSCREEN_MAXIMIZED. (x_check_fullscreen): Simplify so we only handle EMWH type of fullscreen or the case when no window manager is running. That means remove calls to x_real_positions and x_fullscreen_adjust. * gtkutil.c (flush_and_sync, x_wm_size_hint_off): Remove. (xg_frame_set_char_size): Remove calls to x_wm_size_hint_off and flush_and_sync. (xg_height_changed): New function. (xg_create_frame_widgets): Remove call to gtk_widget_set_size_request and gtk_window_set_policy. Set frame gravity after parsing the geometry string. (xg_update_frame_menubar, free_frame_menubar) (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback) (update_frame_tool_bar, free_frame_tool_bar): Call xg_height_changed. Remove calls to xg_frame_set_char_size. * startup.el (command-line-x-option-alist): Add -mm and --maximized. * NEWS: Mention maximized. * frames.texi (Size Parameters): Mention maximized for fullscreen. * xresources.texi (Table of Resources): Mention maximized for fullscreen. * cmdargs.texi (Window Size X): -mm/--maximized is new.
* * frames.texi (Text Terminal Colors): Multi-tty is alreadyChong Yidong2009-05-281-5/+5
| | | | implemented, but tty-local colors are not.
* * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.Martin Rudalics2009-05-211-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * backups.texi (Making Backups): backup-directory-alist and make-backup-file-name-function are options. (Auto-Saving): auto-save-list-file-prefix is an option. * buffers.texi (Killing Buffers): buffer-offer-save is an option. * display.texi (Refresh Screen): no-redraw-on-reenter is an option. (Echo Area Customization): echo-keystrokes is an option. (Selective Display): selective-display-ellipses is an option. (Temporary Displays): temp-buffer-show-function is an option. (Face Attributes): underline-minimum-offset and x-bitmap-file-path are options. (Font Selection): face-font-family-alternatives, face-font-selection-order, face-font-registry-alternatives, and scalable-fonts-allowed are options. (Fringe Indicators): indicate-buffer-boundaries is an option. (Fringe Cursors): overflow-newline-into-fringe is an option. (Scroll Bars): scroll-bar-mode is an option. * eval.texi (Eval): max-lisp-eval-depth is an option. * files.texi (Visiting Functions): find-file-hook is an option. (Directory Names): directory-abbrev-alist is an option. (Unique File Names): temporary-file-directory and small-temporary-file-directory are options. * frames.texi (Initial Parameters): initial-frame-alist, minibuffer-frame-alist and default-frame-alist are options. (Cursor Parameters): blink-cursor-alist and cursor-in-non-selected-windows ar options. (Window System Selections): selection-coding-system is an option. (Display Feature Testing): display-mm-dimensions-alist is an option. * help.texi (Help Functions): help-char and help-event-list are options. * keymaps.texi (Functions for Key Lookup): meta-prefix-char is an option. * minibuf.texi (Minibuffer History): history-length and history-delete-duplicates are options. (High-Level Completion): read-buffer-function and read-buffer-completion-ignore-case are options. (Reading File Names): read-file-name-completion-ignore-case is an option. * modes.texi (Mode Line Top): mode-line-format is an option. (Mode Line Variables): mode-line-position and mode-line-modes are options. * nonascii.texi (Text Representations): enable-multibyte-characters is an option. (Default Coding Systems): auto-coding-regexp-alist, file-coding-system-alist, auto-coding-alist and auto-coding-functions are options. (Specifying Coding Systems): inhibit-eol-conversion is an option. * os.texi (Init File): site-run-file is an option. (System Environment): mail-host-address is an option. (User Identification): user-mail-address is an option. (Terminal Output): baud-rate is an option. * positions.texi (Word Motion): words-include-escapes is an option. * searching.texi (Standard Regexps): page-delimiter, paragraph-separate, paragraph-separate and sentence-end are options. * text.texi (Margins): left-margin and fill-nobreak-predicate are options. * variables.texi (Local Variables): max-specpdl-size is an option. * windows.texi (Choosing Window): split-window-preferred-function, special-display-function and display-buffer-function are options.
* * syntax.texi (Position Parse): Document rationale for ignoredChong Yidong2009-05-201-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arguments to syntax-ppss-flush-cache. * processes.texi (Input to Processes): Mark PROCESS arg to process-running-child-p as optional. (Network Options): Document NO-ERROR arg to set-network-process-option. * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a command. * searching.texi (POSIX Regexps): Mark posix-search-forward and posix-search-backward as commands. * os.texi (Killing Emacs): Mark kill-emacs as a command. (Suspending Emacs): Mark suspend-emacs as a command. (Processor Run Time): Mark emacs-uptime and emacs-init-time as commands. (Terminal Output): Remove obsolete function baud-rate. Document TERMINAL arg for send-string-to-terminal. * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for terminal-coding-system and set-terminal-coding-system. (Explicit Encoding): Mark DESTINATION arg of decode-coding-region as optional. (Character Sets): Document RESTRICTION arg of char-charset. (Character Codes): Mark POS argument to get-byte as optional. * minibuf.texi (Minibuffer Misc): Document ARGS arg for minibuffer-message. * files.texi (Create/Delete Dirs): Mark make-directory and delete-directory as commands. * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table. * text.texi (Base 64): Mark base64-decode-string and base64-encode-string as commands. (Columns): Mark move-to-column as a command. (Mode-Specific Indent): Document RIGID arg to indent-for-tab-command. (Region Indent): Mark TO-COLUMN arg to indent-region as optional. Mark indent-code-rigidly as a command. (Substitution): Mark translate-region as a command. * frames.texi (Size and Position): Remove obsolete functions screen-height and screen-width.
* * frames.texi (Buffer Parameters): Note that the minibuffer parameterChong Yidong2009-05-141-2/+5
| | | | can not be altered.
* * frames.texi (Initial Parameters): Clarify what the initialChong Yidong2009-05-141-3/+4
| | | | minibuffer frame is.
* * frames.texi (Font and Color Parameters): Rename from ColorChong Yidong2009-05-121-5/+13
| | | | | | | | Parameters. Document font-backend parameter. * vol2.texi (Top): Update node listing. * vol1.texi (Top): Update node listing. * elisp.texi (Top): Update node listing.
* (frame-list): Clarify which frames are returned.Stefan Monnier2009-05-041-5/+5
|
* * keymaps.texi (Tool Bar): Mention that some platforms do notChong Yidong2009-04-101-2/+2
| | | | | | | support multi-line toolbars. Suggested by Stephen Eglen. * frames.texi (Layout Parameters): Mention that Nextstep also allows only one tool-bar line. Suggested by Stephen Eglen.
* * frames.texi (Frames): Clean up introduction. Document `ns'Chong Yidong2009-04-041-182/+197
| | | | | | | | | | | | | | | | | | | | | | return value for framep. (Creating Frames): Note how the terminal is chosen. (Multiple Terminals, Multiple Displays): Merge into a single node. (Color Parameters): Fix typo. * variables.texi (Local Variables, Buffer-Local Variables) (Creating Buffer-Local): Change link to Multiple Terminals. * os.texi (X11 Keysyms): Change link to Multiple Terminals. * keymaps.texi (Controlling Active Maps): Change link to Multiple Terminals. * commands.texi (Command Loop Info, Keyboard Macros): Change link to Multiple Terminals. * elisp.texi (Top): Update node listing. * vol2.texi (Top): Update node listing. * vol1.texi (Top): Update node listing.
* (Visibility of Frames): Mention the effect multipleGlenn Morris2009-02-111-2/+5
| | | | | | workspaces/desktops can have on visibility. (as I learnt in bug#2199).
* * frame.el (make-frame-on-tty): Remove function, inline contentsDan Nicolaescu2009-01-221-10/+0
| | | | | | | | | in the only user ... * server.el (server-create-tty-frame): ... here. * frames.texi (Multiple Displays): Remove documentation for removed function make-frame-on-tty.
* (Terminal Parameters): Document `terminal-parameters', `terminal-parameter',Eli Zaretskii2009-01-171-12/+33
| | | | and `set-terminal-parameter'.
* (Frames): Document `frame-terminal' and `terminal-live-p'.Eli Zaretskii2009-01-171-104/+126
| | | | | | (Multiple Displays): Document `make-frame-on-tty'. (Multiple Terminals): Document `terminal-list', `delete-terminal', `terminal-name', and `get-device-terminal'.
* (Pointer Shape): Clarify that only X supportsJason Rumney2009-01-081-2/+2
| | | | changing the standard pointer shapes. (Bug#1485)
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* (Multiple Terminals, Low-level Terminal)Eli Zaretskii2008-12-271-3/+107
| | | | | (Terminal Parameters, Frames on Other TTY devices): New sections. (Frames): Add an xref to "Multiple Terminals".
* (Frames): Fix typo, add cross references, reword.Martin Rudalics2008-11-211-38/+46
| | | | | | | | | | (Initial Parameters): Reword special-display-frame-alist text. (Frames and Windows): Reword. Describe argument norecord for set-frame-selected-window. (Input Focus): Describe argument norecord for select-frame. Remove comment on MS-Windows behavior for focus-follows-mouse. (Raising and Lowering): Mention windows-frames dichotomy in metaphor.
* Minor fix.Chong Yidong2008-11-181-3/+3
|
* (Color Parameters): Document alpha parameter.Chong Yidong2008-11-181-0/+23
|
* * frames.texi (Basic Parameters): Remove display-environment-variableJuanma Barranquero2008-11-111-8/+0
| | | | and term-environment-variable.
* (Color Names): Add an xref to `read-color'.Eli Zaretskii2008-10-211-0/+3
|
* (Creating Frames): Fix typo in last change.Eli Zaretskii2008-10-151-1/+1
|