summaryrefslogtreecommitdiff
path: root/doc/emacs
Commit message (Collapse)AuthorAgeFilesLines
* Fix markup in Drag and DropLars Ingebrigtsen2022-04-101-1/+1
| | | | * doc/emacs/frames.texi (Drag and Drop): Fix markup.
* ; * doc/emacs/trouble.texi (Memory Full): Minor copyedits.Eli Zaretskii2022-04-091-8/+19
|
* Recommend that the user turn off memory overcommitPo Lu2022-04-081-0/+14
| | | | | * doc/emacs/trouble.texi (Memory Full): Tell the user that Emacs behaves best with overcommit off, and how to turn it off.
* Add user options to move point and scroll window during DNDPo Lu2022-04-031-0/+12
| | | | | | | | | | | | | | | * doc/emacs/frames.texi (Drag and Drop): * etc/NEWS: Document new options 'dnd-scroll-margin' and 'dnd-indicate-insertion-point'. * lisp/dnd.el (dnd-protocol-alist): (dnd-open-remote-file-function): (dnd-open-file-other-window): Add right group to defcustoms. (dnd-scroll-margin, dnd-indicate-insertion-point): New user options. (dnd-handle-movement): New function. * lisp/x-dnd.el (x-dnd-handle-xdnd): (x-dnd-handle-motif): Call `dnd-handle-movement' when appropriate.
* ; Improve documentation of 'font-lock-ignore'Eli Zaretskii2022-04-021-0/+5
| | | | | | | | * etc/NEWS: * lisp/font-lock.el (font-lock-ignore): * doc/lispref/modes.texi (Customizing Keywords): Clarify the documentation of 'font-lock-ignore'. * doc/emacs/display.texi (Font Lock): Mention 'font-lock-ignore'.
* Merge from origin/emacs-28Stefan Kangas2022-03-271-4/+0
|\ | | | | | | 1bef52ce73 * doc/emacs/anti.texi (Antinews): Unannounce removal of Mo...
| * * doc/emacs/anti.texi (Antinews): Unannounce removal of Motif.Po Lu2022-03-261-4/+0
| |
* | Improve documentation of 'completion-auto-select'Eli Zaretskii2022-03-251-5/+8
| | | | | | | | | | | | * lisp/simple.el (completion-auto-select): * doc/emacs/mini.texi (Completion Options): Improve documentation and description of customization options of 'completion-auto-select'.
* | Merge from origin/emacs-28Stefan Kangas2022-03-251-12/+22
|\| | | | | | | d3d6f1c9bd Clarify the description of "selected tags table"
| * Clarify the description of "selected tags table"Eli Zaretskii2022-03-241-12/+22
| | | | | | | | | | | | * doc/emacs/maintaining.texi (Select Tags Table): Clarify the distinction between the "selected tags table" and the "current list of tags tables". (Bug#54543)
* | Small fixes for the new feature 'second-tab' of 'completion-auto-select'Juri Linkov2022-03-241-5/+5
| | | | | | | | * lisp/simple.el (completion-auto-select): Extend the docstring.
* | Add documentation entries for completion-auto-select user option.Jimmy Aguilar Mena2022-03-241-0/+8
| |
* | Load desktop without prompting if process is deadStefan Kangas2022-03-241-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/misc.texi (Saving Emacs Sessions): Document the new 'check' value. * etc/NEWS: Announce the change (bug#1474). * lisp/desktop.el (desktop-load-locked-desktop): Add new value 'check' to load desktop file without prompting if locking Emacs process does not exist on the local machine. (Bug#1474) (desktop-read): Extract function from here... (desktop--load-locked-desktop-p): ...to here. New function handles the semantics of 'desktop-load-locked-desktop', including above new value 'check'. (desktop--emacs-pid-running-p): New function. * test/lisp/desktop-tests.el: New file with tests for the above.
* | Document outline-default-stateLars Ingebrigtsen2022-03-221-0/+11
| | | | | | | | | | * doc/emacs/text.texi (Outline Visibility): Mention outline-default-state.
* | Fix Completion Options typoLars Ingebrigtsen2022-03-221-1/+1
| | | | | | | | * doc/emacs/mini.texi (Completion Options): Fix typo.
* | Fix documentation of the new completion-related featuresEli Zaretskii2022-03-221-20/+29
| | | | | | | | | | | | | | | | * etc/NEWS: * lisp/minibuffer.el (completion-auto-help): * doc/lispref/text.texi (Special Properties): * doc/emacs/mini.texi (Completion Options): Fix wording of recently added documentation and customization options.
* | Add user option for controlling dired-do-shell-command promptAllen Li2022-03-221-1/+3
| | | | | | | | | | | | | | * doc/emacs/dired.texi (Shell Commands in Dired): Document option * lisp/dired-aux.el (dired-confirm-shell-command): Add option (dired-do-shell-command): Check option before prompting (bug#29465).
* | Merge branch 'feature/completions-customs'Juri Linkov2022-03-221-2/+35
|\ \
| * | Small fixes for new completions featuresJuri Linkov2022-03-211-12/+12
| | | | | | | | | | | | | | | | | | | | | * lisp/minibuffer.el (completions-header-format): Rename from completion-header-format. (completions-highlight, completions-highlight-face): Move up before first use.
| * | Make the completion-header-format info more precise.Jimmy Aguilar Mena2022-03-131-6/+7
| | |
| * | Use the new cursor-face feature to highlight completions.Jimmy Aguilar Mena2022-03-131-4/+6
| | | | | | | | | | | | | | | * lisp/minibuffer.el (completions-highlight-face) : New custom. (completions-highlight-mode) : Removed
| * | Rename completion-header-string to completion-header-formatJimmy Aguilar Mena2022-03-131-8/+8
| | | | | | | | | | | | And use a propertized default value.
| * | Add completion-header-string.Jimmy Aguilar Mena2022-03-131-11/+8
| | | | | | | | | | | | | | | | | | * doc/emacs/mini.texi (completion-header-string): Remove completion-header-text-property-list and completion-lazy-count. (completion-header-string): Substitutes the removed variable.
| * | Add two new options for completions.Jimmy Aguilar Mena2022-03-121-0/+12
| | | | | | | | | | | | | | | | | | | | | * doc/emacs/mini.texi (completion-lazy-count): (completion-header-text-property-list) : New customs Updated NEWS and manual.
| * | Fix new option completions-max-height and new values for completion-auto-helpJuri Linkov2022-03-101-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/mini.texi (Completion Options): Fix pxref for "Buffer Display Action Alists". * lisp/minibuffer.el (completion-auto-help): Explain new values in docstring. (completions-max-height): Use choice to allow nil.
| * | Add new mode completions-highlight-mode.Jimmy Aguilar Mena2022-03-101-0/+5
| | |
| * | completions-max-height new custom variable.Jimmy Aguilar Mena2022-03-101-0/+7
| | |
| * | completion-auto-help new values.Jimmy Aguilar Mena2022-03-101-1/+8
| | | | | | | | | | | | Added also entries to news and manual
* | | Document dired-mouse-drag-filesPo Lu2022-03-191-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/dired.texi (Misc Dired Features): Explain that dragging files is now supported. * etc/NEWS: Update documentation status. * lisp/dired.el (dired-mouse-drag-files): Fix typo in doc string.
* | | Add support for dragging text from Emacs to other programsPo Lu2022-03-161-0/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This still probably needs some more protection from malfunctioning clients which delete windows at random, but I don't know if that's a problem in practice. * doc/emacs/frames.texi (Drag and Drop): * doc/lispref/frames.texi (Drag and Drop): Document new features. * etc/NEWS: Announce new function `x-begin-drag' and new user option `mouse-drag-and-drop-region-cross-program'. * lisp/mouse.el (mouse-drag-and-drop-region-cross-program): New user option. (x-begin-drag): New variable declaration. (mouse-drag-and-drop-region): If the mouse moves out of an Emacs frame, begin a window system drag. * lisp/x-dnd.el (x-dnd-handle-xdnd): Remove left-over debugging code. * src/xfns.c (Fx_set_mouse_absolute_pixel_position): Fix indentation of opening paren. (Fx_begin_drag): New function. (syms_of_xfns): Define new subr. * src/xselect.c (x_timestamp_for_selection): New function. * src/xterm.c (X_DND_SUPPORTED_VERSION): New preprocessor declaration. (x_dnd_get_window_proto, x_dnd_send_enter, x_dnd_send_position) (x_dnd_send_leave, x_dnd_send_drop, x_set_dnd_targets) (x_dnd_begin_drag_and_drop): New functions. (handle_one_xevent): Handle drag-and-drop motion and button events when active. (x_free_frame_resources): If f is the DND source, stop drag-and-drop. (x_term_init): Intern new atoms. (syms_of_xterm): New symbol QXdndSelection. * src/xterm.h (struct x_display_info): New atoms Xatom_XdndAware, Xatom_XdndSelection, Xatom_XdndTypeList, Xatom_XdndActionCopy, Xatom_XdndActionMove, Xatom_XdndActionLink, Xatom_XdndActionAsk, Xatom_XdndActionPrivate, Xatom_XdndActionList, Xatom_XdndActionDescription, Xatom_XdndProxy, Xatom_XdndEnter, Xatom_XdndPosition, Xatom_XdndStatus, Xatom_XdndLeave, Xatom_XdndDrop, and Xatom_XdndFinished.
* | Merge from origin/emacs-28Stefan Kangas2022-03-081-5/+11
|\| | | | | | | | | 80736aef90 Fix which-func-update doc string d9e5ae5e20 Improve wording of 'dired-jump's description
| * Improve wording of 'dired-jump's descriptionEli Zaretskii2022-03-071-5/+11
| | | | | | | | | | * doc/emacs/dired.texi (Dired Enter): Clarify wording. Reported by Natalie <batalie@riseup.net>.
* | Clarify Special Isearch slightlyLars Ingebrigtsen2022-02-211-1/+1
| | | | | | | | | | | | | | * doc/emacs/search.texi (Special Isearch): Clarify slightly (bug#19924). (All the keys in this node is about what happens during isearch, but that information is quite a ways away at this point, so it doesn't hurt to repeat that info.)
* | Simplify Minibuffer Edit exampleLars Ingebrigtsen2022-02-201-2/+2
| | | | | | | | | | * doc/emacs/mini.texi (Minibuffer Edit): Say how to disable SPC and ? completion (bug#36745).
* | Add instructions on disabling SPC completion to Minibuffer EditLars Ingebrigtsen2022-02-201-1/+8
| | | | | | | | | | * doc/emacs/mini.texi (Minibuffer Edit): Say how to disable SPC and ? completion (bug#36745).
* | Merge from origin/emacs-28Stefan Kangas2022-02-191-2/+2
|\| | | | | | | | | 57c112cfe5 ; * doc/emacs/files.texi (Comparing Files): Fix a reference. bdeac2d5af ; Fix a typo in filesets.el's doc string
| * ; * doc/emacs/files.texi (Comparing Files): Fix a reference.Philipp Stephani2022-02-181-2/+2
| |
* | Add a mechanism for querying before executing a commandLars Ingebrigtsen2022-02-141-0/+16
| | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Disabling): Document it. * doc/lispref/commands.texi (Disabling Commands): Document the low-level stuff. * lisp/simple.el (command-execute): Respect the `(query ...)' value for `disabled'. (command-execute--query): New function. (command-query): New function.
* | Add a new macro `setopt'Lars Ingebrigtsen2022-02-132-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Examining): Mention it. (Init Syntax): Ditto. * doc/emacs/windows.texi (Window Choice): Adjust example. * doc/lispref/windows.texi (Choosing Window Options): Adjust examples. * doc/lispref/variables.texi (Setting Variables): Document setopt. * doc/misc/eudc.texi (Emacs-only Configuration): Adjust examples. * lisp/cus-edit.el (setopt): New macro.
* | Add documentation on how to delete files from TrashLars Ingebrigtsen2022-02-121-0/+16
| | | | | | | | | | * doc/emacs/files.texi (Misc File Ops): Note trick to make `D' work in Trash directories (bug#44059).
* | Improve make-frame-on-display initial valuesRobert Pluim2022-02-081-0/+1
| | | | | | | | | | | | | | | | | | * doc/emacs/frames.texi (Multiple Displays): Add index entry for 'display server'. * lisp/frame.el (make-frame-on-display): Specify sensible initial values when reading display name. * lisp/menu-bar.el (menu-bar-file-menu): Use 'display server' rather than 'display' to avoid monitor<->display confusion.
* | ; * doc/emacs/xresources.texi (Table of Resources): Fix typo.Po Lu2022-02-071-1/+1
| |
* | * doc/emacs/xresources.texi (Table of Resources): Improve wording.Po Lu2022-02-071-8/+8
| |
* | Disable extended frame synchronization by defaultPo Lu2022-02-061-1/+4
| | | | | | | | | | | | | | * doc/emacs/xresources.texi (Table of Resources): Document new possible value of `synchronizeResize'. * src/xfns.c (Fx_create_frame): Set synchronization protocol according to `synchronizeResize'.
* | Allow disabling frame resize synchronizationPo Lu2022-02-061-0/+8
| | | | | | | | | | | | | | | | * doc/emacs/xresources.texi (Table of Resources): Document new parameter `synchronizeResize'. * etc/NEWS: Announce frame resize synchronization. * src/xterm.c (x_term_init): Don't enable XSync if the X resource `synchronizeResize' is off or false.
* | Merge from origin/emacs-28Stefan Kangas2022-02-031-4/+6
|\| | | | | | | ab2f275422 Improve documentation of 'emacs-version'
| * Improve documentation of 'emacs-version'Eli Zaretskii2022-02-021-4/+6
| | | | | | | | | | | | | | * doc/emacs/trouble.texi (Checklist): Mention the possibility of invoking 'emacs-version' with a prefix argument. * lisp/version.el (emacs-version): Improve doc string. (Bug#53720)
* | Merge from origin/emacs-28Stefan Kangas2022-01-301-14/+22
|\| | | | | | | | | | | | | e81e375539 ; Yet another minor fix of Malayalam composition rules. 94f38cbec4 Fix last change of Malayalam composition rules ed3bbeb80d Fix rendering of Malayalam script 5ef3a52342 Improve documentation of Occur mode
| * Improve documentation of Occur modeEli Zaretskii2022-01-291-14/+22
| | | | | | | | | | * doc/emacs/search.texi (Other Repeating Search): Improve wording and document Occur Edit mode better.
* | Add background transparency support for GTK+CairoHÃ¥kon Flatval2022-01-301-0/+9
| |