summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash when handling "swallowed" generic eventsPo Lu2022-08-272-40/+71
| | | | | | | * src/xmenu.c (x_menu_translate_generic_event, x_menu_show): Pass through more events, correctly. * src/xterm.c (handle_one_xevent): Don't abort if must_free_data and xi_event is NULL; this is an Xlib bug.
* xref-matches-in-files: Use with-connection-local-variablesDmitry Gutov2022-08-271-7/+14
| | | | | * lisp/progmodes/xref.el (xref-matches-in-files): Use with-connection-local-variables (bug#57385).
* Use shr as default for mm-text-html-rendererStefan Kangas2022-08-261-1/+2
| | | | | | * lisp/gnus/mm-decode.el (mm-text-html-renderer): Use 'shr' as default to avoid a nil value. Problem reported by Mattias Engdegård <mattiase@acm.org>.
* Clarify the :box attributes in Face Attributes lispref nodeLars Ingebrigtsen2022-08-261-8/+11
| | | | | * doc/lispref/display.texi (Face Attributes): Mention that the elements are optional (bug#50699).
* CC Mode: Fontify correctly a brace list element followed only by syntactic WSAlan Mackenzie2022-08-261-40/+42
| | | | | | | | This fixes a regression introduced in the fix for bug #56841 on 2022-08-24. * lisp/progmodes/cc-engine (c-forward-declarator): Allow point to be at EOB after the call to c-forward-name, rather than rejecting it as an invalid declarator. Also reindent a section of this function.
* Use `rx' in Tramp where possibleMichael Albinus2022-08-2618-901/+996
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/net/tramp.el: * lisp/net/tramp-adb.el: * lisp/net/tramp-archive.el: * lisp/net/tramp-cache.el: * lisp/net/tramp-cmds.el: * lisp/net/tramp-compat.el: * lisp/net/tramp-crypt.el: * lisp/net/tramp-ftp.el: * lisp/net/tramp-fuse.el: * lisp/net/tramp-gvfs.el: * lisp/net/tramp-integration.el: * lisp/net/tramp-rclone.el: * lisp/net/tramp-sh.el: * lisp/net/tramp-smb.el: * lisp/net/tramp-sudoedit.el: Use `rx' where possible. * lisp/net/tramp-adb.el (tramp-adb-handle-set-file-times): Use `eval-when-compile'. (tramp-adb-maybe-open-connection): Use file-property for "/". Use `eval-when-compile'. * lisp/net/tramp-cmds.el (mm-7bit-chars): Declare. (tramp-reporter-dump-variable): Simplify point movement. * lisp/net/tramp-gvfs.el (tramp-dbus-function): Fix typo. (tramp-zeroconf-parse-device-names): Use `tramp-prefix-port-format'. * lisp/net/tramp-sh.el (tramp-open-shell, tramp-find-shell): Use `eval-when-compile'. Improve sanity check. * lisp/net/tramp.el (tramp-prefix-format, tramp-prefix-regexp) (tramp-method-regexp, tramp-postfix-method-format) (tramp-postfix-method-regexp, tramp-prefix-ipv6-format) (tramp-prefix-ipv6-regexp, tramp-postfix-ipv6-format) (tramp-postfix-ipv6-regexp, tramp-postfix-host-format) (tramp-postfix-host-regexp, tramp-remote-file-name-spec-regexp) (tramp-file-name-structure, tramp-file-name-regexp) (tramp-completion-method-regexp) (tramp-completion-file-name-regexp): Declare. (tramp-set-syntax): Set also `tramp-completion-method-regexp'. (tramp-volume-letter-regexp, tramp-completion-method-regexp-alist): New defconsts. (tramp-build-completion-method-regexp): New defun. (tramp-completion-method-regexp): New defvar. (tramp-completion-file-name-regexp-default) (tramp-completion-file-name-regexp-simplified) (tramp-completion-file-name-regexp-separate) (tramp-completion-file-name-regexp-alist): Remove. (tramp-build-completion-file-name-regexp): Rwrite. (tramp-make-tramp-file-name): Use `tramp-archive-method'. (tramp-handle-file-directory-p): Ignore errors. (tramp-handle-find-backup-file-name, tramp-handle-lock-file) (tramp-handle-make-auto-save-file-name): Use `eval-when-compile'. * test/lisp/net/tramp-archive-tests.el: * test/lisp/net/tramp-tests.el: Use `rx' where possible. (tramp-test01-file-name-syntax): Adapt test.
* Make the *Ido COmpletions* buffer fit the window to the bufferLars Ingebrigtsen2022-08-261-2/+5
| | | | | | | * lisp/ido.el (ido-completion-help): Display the ido completions buffer pretty much the same way that the default *Completions* buffer is displayed (bug#50671). This means that we're defaulting to fit-window-to-buffer.
* New option 'thrifty' for Man-notify-methodAugusto Stoffel2022-08-261-1/+7
| | | | | | * lisp/man.el (Man-notify-when-ready): Accept new 'thrifty' notify method. (Man-notify-method): Explain what 'thrifty' does (bug#57408).
* Delete blank lines at the start of the cited text in message-indent-citationLars Ingebrigtsen2022-08-261-2/+1
| | | | | * lisp/gnus/message.el (message-indent-citation): Fix thinko in the fix for the previous thinko.
* Fix recent gamegrid.el change for nox buildBasil L. Contovounesios2022-08-261-0/+2
| | | | | | * lisp/play/gamegrid.el (gamegrid-make-glyph): Declare image-scaling-factor as special before dynamically binding it, for the sake of --without-x builds which do not preload lisp/image.el.
* Pacify obsolete gv warnings in xt-mouse-tests.elBasil L. Contovounesios2022-08-261-22/+28
| | | | | | * test/lisp/xt-mouse-tests.el (with-xterm-mouse-mode): Replace deprecated generalized variables frame-width and frame-height with direct calls to set-frame-width and set-frame-height, respectively.
* Kill the buffer for the temp file after using '$<command>' in EshellJim Porter2022-08-251-2/+5
| | | | | | | * lisp/eshell/esh-var.el (eshell-parse-variable-ref): Kill the temp file's buffer when we're done. Ref: https://lists.gnu.org/archive/html/bug-gnu-emacs/2022-08/msg01444.html
* Merge from origin/emacs-28Stefan Kangas2022-08-261-4/+4
|\ | | | | | | e3b8577525 ; * etc/DEBUG: Fix wording of "X protocol errors" section.
| * ; * etc/DEBUG: Fix wording of "X protocol errors" section.Eli Zaretskii2022-08-251-4/+4
| |
* | ; Merge from origin/emacs-28Stefan Kangas2022-08-260-0/+0
|\ \ | |/ | | | | | | | | The following commit was skipped: ba64d09156 Treat smtp-auth method from auth-info as a symbol
| * Treat smtp-auth method from auth-info as a symbolRobert Pluim2022-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The lookup of the SMTP auth method is done based on symbols, but sometimes the requested value comes from `auth-info', in which case it is a string, so call `intern-soft' to convert it to a symbol (which does nothing if it's already a symbol). * lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Call `intern-soft' on the smtp-auth key's value. (Bug#57373) Do not merge to master
* | Merge from origin/emacs-28Stefan Kangas2022-08-262-27/+23
|\ \ | |/ | | | | | | | | 9e03e29c4e * lisp/wdired.el: Improve "Commentary" section. 92e90297f9 * lisp/wdired.el: Doc fix; don't mention obsolete variable. 2ccefef4c7 * lisp/progmodes/etags.el (next-file): Minor doc fix.
| * * lisp/wdired.el: Improve "Commentary" section.Stefan Kangas2022-08-251-20/+16
| |
| * * lisp/wdired.el: Doc fix; don't mention obsolete variable.Stefan Kangas2022-08-251-7/+7
| |
| * * lisp/progmodes/etags.el (next-file): Minor doc fix.Stefan Kangas2022-08-251-1/+1
| |
* | ; Merge from origin/emacs-28Stefan Kangas2022-08-260-0/+0
|\ \ | |/ | | | | | | | | The following commit was skipped: 82bcd44378 * configure.ac: Move AC_LANG_PUSH/POP out of AC_CACHE_CHEC...
| * * configure.ac: Move AC_LANG_PUSH/POP out of AC_CACHE_CHECK. (Bug#57380)Andreas Schwab2022-08-251-13/+11
| | | | | | | | (cherry picked from commit ce82300221f270241fdda1f5dfb567bdb1208543)
* | Restore old code in x_sync_trigger_fencePo Lu2022-08-261-2/+8
| | | | | | | | | | | | | | | | * src/xterm.c (x_sync_trigger_fence): Restore old code, since that makes it easier to adapt to more than 2 sync fences (which might be necessary in the future, if we ever decide to do frame handling asynchronously), and is much more recognizable for people coming from other programs.
* | ; * src/xterm.h (struct x_display_info): Update comment.Po Lu2022-08-261-1/+2
| |
* | Update from Gnulib by running admin/merge-gnulibPaul Eggert2022-08-253-348/+313
| |
* | Fix overflows in HAVE_XSYNC timestamp handlingPaul Eggert2022-08-252-37/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, port to platforms lacking CLOCK_MONOTONIC and int64_t, and use 0 more consistently to represent missing timestamps. * src/xterm.h (struct x_display_info): Omit server_time_monotonic_p and server_time_offset if !HAVE_CLOCK_GETTIME since they are unused in that case. * src/xterm.h (struct x_display_info, struct x_output): * src/xterm.c (x_sync_get_monotonic_time) (x_sync_current_monotonic_time, x_sync_note_frame_times): Use int_fast64_t instead of int64_t as POSIX doesn't guarantee the latter. Similarly for uint_fast64_t. (x_sync_get_monotonic_time, x_sync_current_monotonic_time) (x_sync_note_frame_times, x_display_set_last_user_time): Check for integer overflow in time arithmetic. (CLOCK_MONOTONIC): Define to CLOCK_REALTIME if absent. (x_sync_current_monotonic_time): Check for clock_gettime failure and fall back on CLOCK_REALTIME if CLOCK_MONOTONIC does not work, which POSIX allows. (x_sync_current_monotonic_time, x_sync_note_frame_times) (x_display_set_last_user_time): Use 0 more consistently to represent missing timestamps.
* | Fix unlikely core dump with XawPaul Eggert2022-08-251-0/+2
| | | | | | | | | | * lwlib/lwlib-Xaw.c (make_dialog): Don’t dump core if calloc fails. Caught with --enable-gcc-warnings.
* | * lisp/progmodes/cc-langs.el (c-make-no-parens-syntax-table): Fix bug#57065Stefan Monnier2022-08-251-1/+1
| | | | | | | | | | | | | | (c-lang-const c-make-mode-syntax-table) already returns a function, so quote it to avoid double evaluation since it could fail if the function is not self-evaluating, such as when it's a symbol or a value of the form (closure ...).
* | ; * etc/NEWS: Fix wording of a recently-added entry.Eli Zaretskii2022-08-251-1/+1
| |
* | ; * lisp/progmodes/grep.el (grep-command-position): Doc fix.Eli Zaretskii2022-08-251-3/+5
| |
* | ; Delete some commented out code from linum.elStefan Kangas2022-08-251-10/+0
| | | | | | | | | | * lisp/linum.el (linum-mode): Delete code commented out since 2009.
* | Improve explanation of init file in FAQStefan Kangas2022-08-252-56/+79
| | | | | | | | | | | | | | | | | | * doc/misc/efaq.texi (Setting up a customization file): Improve and update section to reflect current behavior. Add cross-references back to this section. * doc/emacs/custom.texi (Init File): Add comment to remind about also updating the FAQ. Ref: https://lists.gnu.org/r/emacs-devel/2022-08/msg01056.html
* | Don't refer to Emacs 24.3 or older in FAQStefan Kangas2022-08-251-25/+18
| | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/efaq.texi: Don't say that the FAQ has been edited. (Displaying the current line or column, Automatic indentation) (Problems with very large files, Emacs for other operating systems) (Right-to-left alphabets, Expanding aliases when sending mail): Remove references to Emacs 24.3 or older. (Learning how to do something): Don't include the reference card price; it is currently incorrect and is likely to be incorrect again in the future.
* | Add a new user option grep-command-positionLars Ingebrigtsen2022-08-251-5/+19
| | | | | | | | | | | | * lisp/progmodes/grep.el (grep-command): Mention it. (grep-command-position): New user option. (grep): Use it (bug#50502).
* | Document how :map and :scale interacts in image mapsLars Ingebrigtsen2022-08-251-0/+8
| | | | | | | | | | * doc/lispref/display.texi (Image Descriptors): Mention problems with scaling (bug#50487).
* | Fix generalized variable documentation for recent changeStefan Kangas2022-08-251-11/+11
| | | | | | | | | | * doc/lispref/variables.texi (Setting Generalized Variables): Delete obsolete generalized variable 'frame-width'.
* | Make a prefix go to the previous errorLars Ingebrigtsen2022-08-251-21/+30
| | | | | | | | | | * lisp/textmodes/flyspell.el (flyspell-goto-next-error): Make a prefix find the previous error (bug#50443).
* | Mention C-x C-q + revert change in NEWSLars Ingebrigtsen2022-08-251-0/+8
| |
* | Treat smtp-auth method from auth-info as a symbolRobert Pluim2022-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | The lookup of the SMTP auth method is done based on symbols, but sometimes the requested value comes from `auth-info', in which case it is a string, so call `intern-soft' to convert it to a symbol (which does nothing if it's already a symbol). * lisp/mail/smtpmail.el (smtpmail-try-auth-methods): Call `intern-soft' on the smtp-auth key's value. (Bug#57373)
* | Allow symlink creation on MS-Windows without Administrator privilegesKien Nguyen2022-08-251-2/+12
| | | | | | | | | | | | * src/w32.c (symlink): Use the SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE flag when available. (Bug#57386)
* | Fix warning about obsoleted generalized variablesLars Ingebrigtsen2022-08-251-0/+1
| | | | | | | | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Autoload so that the call here from gv.el (about obsolete generalized variables) doesn't bug out (bug#57394).
* | Make frame-width obsolete as a generalized variableLars Ingebrigtsen2022-08-252-7/+9
| | | | | | | | | | * lisp/emacs-lisp/gv.el (frame-width): Make obsolete as generalized variable.
* | Fix instrumented eval-defun not printing "Edebug:" to the echo areaDaniel Martín2022-08-252-2/+14
| | | | | | | | | | | | | | | | | | * lisp/progmodes/elisp-mode.el (elisp--eval-defun): Determine if we're instrumenting a function and call eval-region with PRINTFLAG set to nil if so (Bug#50245). * test/lisp/progmodes/elisp-mode-tests.el (eval-defun-prints-edebug-when-instrumented): Add a new test.
* | Add hideshow-test.el file (bug#56635)Lars Ingebrigtsen2022-08-251-0/+268
| |
* | Add Python blocks support for hideshowkobarity2022-08-252-7/+247
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/python.el (python-nav-beginning-of-block-regexp): New variable. (python-hideshow-forward-sexp-function): Change to call `python-nav-end-of-block'. (python-hideshow-find-next-block): New function to be used as FIND-NEXT-BLOCK-FUNC in `hs-special-modes-alist'. (python-info-looking-at-beginning-of-block): New function to be used as LOOKING-AT-BLOCK-START-P-FUNC in `hs-special-modes-alist'. (python-mode): Change settings of `hs-special-modes-alist'. * test/lisp/progmodes/python-tests.el (python-hideshow-hide-levels-1): Fix to keep empty lines. (python-info-looking-at-beginning-of-block-1) (python-hideshow-hide-levels-3, python-hideshow-hide-levels-4) (python-hideshow-hide-all-1, python-hideshow-hide-all-2) (python-hideshow-hide-all-3, python-hideshow-hide-block-1): New tests (bug#56635).
* | Extend `hs-special-modes-alist' for languages such as Pythonkobarity2022-08-251-19/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/hideshow.el (hs-special-modes-alist): Add elements FIND-BLOCK-BEGINNING-FUNC, FIND-NEXT-BLOCK-FUNC, and LOOKING-AT-BLOCK-START-P-FUNC. (hs-find-block-beginning-func): New variable to hold FIND-BLOCK-BEGINNING-FUNC. (hs-find-next-block-func): New variable to hold FIND-NEXT-BLOCK-FUNC. (hs-looking-at-block-start-p-func): New variable to hold LOOKING-AT-BLOCK-START-P-FUNC. (hs-grok-mode-type): Set new variables from `hs-special-modes-alist'. (hs-find-next-block): New function. (Misc.): Update callers of the above functions. * test/lisp/progmodes/hideshow-tests.el: New test file (bug#56635).
* | Allow not deleting the config.cache file with "make FAST=true bootstrap"Lars Ingebrigtsen2022-08-252-4/+15
| | | | | | | | | | | | | | | | | | | | * Makefile.in: Add some commentary about make bootstrap, ./configure -C and FASTo (top_bootclean): Don't delete config.cache here. (top_distclean): Delete it here instead. (bootstrap-clean): Allow not deleting the cache file. * admin/emake (cores): Adjust.
* | Minor fixes in tramp-tests.elMichael Albinus2022-08-251-26/+41
| | | | | | | | | | | | | | | | * test/lisp/net/tramp-tests.el (tramp--test-deftest-with-stat) (tramp--test-deftest-with-perl) (tramp--test-deftest-with-ls): Skip if underlying test didn't run or lasted too long. (tramp--test-shell-file-name): Do not depend on `tramp--test-adb-p'.
* | * configure.ac: Move AC_LANG_PUSH/POP out of AC_CACHE_CHECK. (Bug#57380)Andreas Schwab2022-08-251-11/+9
| |
* | Fix various problems with mouse highlight on XI2 buildsPo Lu2022-08-253-13/+87
| | | | | | | | | | | | | | | | | | | | * src/dispextern.h (reset_mouse_highlight): Fix coding style. * src/xterm.c (xi_position_changed): New functions. (xi_report_motion_window_clear, handle_one_xevent): Don't report motion events if the pixel position did not actually change. * src/xterm.h (struct xi_device_t): New fields `last_motion_window', `last_motion_x' and `last_motion_y'.