- 21 Jun, 2022 4 commits
-
-
Tassilo Horn authored
Fixes bug#56126. This reverts commit b425966b.
-
Stefan Kangas authored
-
Stefan Kangas authored
-
Earl Hyatt authored
* doc/misc/autotype.texi (Autoinserting): Make text slightly clearer (bug#56118).
-
- 20 Jun, 2022 2 commits
-
-
Eli Zaretskii authored
* src/emacs.c (load_pdump): Don't overwrite the leading directories of the Emacs executable just because the pdumper file was not found in the expected directory relative to the binary. This is needed to support builds with a separate --bindir configure-time option and native-compilation. (Bug#55741)
-
Stefan Kangas authored
-
- 18 Jun, 2022 1 commit
-
-
Richard Hansen authored
* lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Fix invalid `:group' argument for the `-modes' defcustom that is created when `:predicate' is used (bug#56049).
-
- 17 Jun, 2022 6 commits
-
-
Lars Ingebrigtsen authored
* doc/misc/gnus-faq.texi (FAQ 9-2): Remove some outdated advice (bug#56042).
-
Lars Ingebrigtsen authored
* doc/misc/efaq-w32.texi (Other useful ports): Fix ordering to match nodes (or should the nodes be moved instead?). Do not merge to master.
-
Lars Ingebrigtsen authored
* lisp/emacs-lisp/cl-macs.el (cl-struct-sequence-type): Fix doc string to reflect what it does (bug#46523).
-
Lars Ingebrigtsen authored
* doc/misc/tramp.texi (Frequently Asked Questions): Restore an @end lisp removed by accident.
-
Lars Ingebrigtsen authored
* doc/lispref/display.texi (Face Attributes): Mention the quirks about point after the final line (bug#56011).
-
Stefan Kangas authored
* doc/misc/tramp.texi (Frequently Asked Questions): Delete reference to obsolete library complete.el.
-
- 16 Jun, 2022 3 commits
-
-
Stefan Kangas authored
-
Michael Albinus authored
-
Arash Esbati authored
* doc/misc/efaq-w32.texi (Compiling, Debugging): Mention MinGW64-w64/MSYS2 as the preferred way for building Emacs on capable systems. (Attachments with Gnus): Catch up with emacs-mime.texi in the example given. (Spell check): Add the availability of GNU Aspell and Hunspell in MSYS2 distribution. (Other useful ports): Add an entry for MinGW64-w64/MSYS2. Fix link for MinGW homepage. Remove entry for defunct UWIN project. (Bug#55930)
-
- 15 Jun, 2022 2 commits
-
-
Robert Pluim authored
-
Robert Pluim authored
* src/fileio.c (Fset_file_modes): Document that FILENAME is prompted for. (Bug#55984)
-
- 14 Jun, 2022 1 commit
-
-
Lars Ingebrigtsen authored
This reverts commit 73400e40. This has been fixed in Emacs 29 by making it possible to use regular registers in calc.
-
- 13 Jun, 2022 1 commit
-
-
Lars Ingebrigtsen authored
* lisp/calc/calc-yank.el (calc-insert-register): Note that these aren't normal registers (bug#55943).
-
- 12 Jun, 2022 1 commit
-
-
Stefan Kangas authored
-
- 11 Jun, 2022 2 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* lisp/whitespace.el (whitespace-style, whitespace-action): Untabify the doc strings. (Bug#55904)
-
- 10 Jun, 2022 2 commits
-
-
Eli Zaretskii authored
* doc/man/etags.1: * doc/emacs/maintaining.texi (Create Tags Table): Elaborate on the importance of the '-I' option to 'etags'. (Bug#45246)
-
Eli Zaretskii authored
-
- 09 Jun, 2022 3 commits
-
-
Lars Ingebrigtsen authored
* doc/lispref/objects.texi (Special Read Syntax): Mention #f, which is in cl-prin1 output (bug#55853).
-
Michael Albinus authored
* lisp/net/tramp-smb.el (tramp-smb-handle-write-region): Quote tmpfile. (tramp-smb-get-localname): Remove superfluous test. (Bug#55855) * test/lisp/net/tramp-tests.el (tramp-test03-file-name-method-rules): Remove superfluous checks.
-
Jeff Walsh authored
* src/comp.c (Fcomp_el_to_eln_filename): Update error message. (Bug#55861)
-
- 08 Jun, 2022 3 commits
-
-
Ken Brown authored
* test/src/process-tests.el (process-async-https-with-delay): Use 'plist-get' instead of 'assq' in testing for a connection error. The 'status' variable is a plist, not an alist. (Bug#55849)
-
Stefan Kangas authored
-
Michael Albinus authored
* lisp/net/trampver.el (tramp-repository-branch) (tramp-repository-version): Check for "git" executable.
-
- 07 Jun, 2022 1 commit
-
-
Eli Zaretskii authored
* lisp/progmodes/gdb-mi.el (gdb-breakpoints--add-breakpoint-row): New function, extracted from 'gdb-breakpoints-list-handler-custom'. Don't print "in <unknown>" for header-rows of breakpoints with multiple locations that don't have a function name attached. (gdb-breakpoints-list-handler-custom): Add to the breakpoint table also any locations in multiple-location breakpoints, which are supported since GDB 6.8.
-
- 05 Jun, 2022 2 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* doc/lispref/strings.texi (Modifying Strings): Adjust to implementation changes: it is possible for the modified string to have fewer or more bytes than the original. Add recommendations regarding unibyte vs multibyte strings and characters. (Bug#55801)
-
- 04 Jun, 2022 2 commits
-
-
Kyle Meyer authored
-
Eli Zaretskii authored
* doc/lispref/nonascii.texi (Converting Representations): Clarify what 'string-to-unibyte' does. Reported by Richard Hansen <rhansen@rhansen.org>. (Bug#55777)
-
- 02 Jun, 2022 3 commits
-
-
Eli Zaretskii authored
-
Ikumi Keita authored
* lisp/files.el (find-file): (find-file-other-window): (find-file-other-frame): Include the correct keymap so that keystrokes are displayed better (bug#55761). Copyright-paperwork-exempt: yes
-
Eli Zaretskii authored
* src/dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Make sure we have valid frame glyph matrices for the interactive session. (Bug#55760) (adjust_frame_glyphs): Add assertions for when we fail to allocate valid frame glyph matrices for a TTY frame.
-
- 01 Jun, 2022 1 commit
-
-
Eli Zaretskii authored
* lisp/delsel.el (delete-selection-repeat-replace-region): Doc fix. (Bug#55755)
-