1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 10:50:49 -08:00
Commit graph

82294 commits

Author SHA1 Message Date
Stefan Monnier
5085351645 * lisp/text-modes/tex-mode.el (tex-mode): Fix AUCTeX regression
As discussed in
https://lists.gnu.org/r/auctex/2022-08/msg00004.html
AUCTeX installs its own advice to redefine `tex-mode`, and that
advice used to take precedence before commit 6075a7c5ae.
2022-09-20 09:58:47 -04:00
Stefan Kangas
616dcf27e5 ; Fix typos in Lisp symbols 2022-09-20 12:21:40 +02:00
Robert Pluim
5405852541 Remove mention of non-existent `annotate-switches'
* lisp/vc/vc.el (vc-annotate-switches): Remove mention of
`annotate-switches'.  As far as I can tell this has never existed in
Emacs.
2022-09-20 11:46:04 +02:00
Gerd Möllmann
97b928ce09 MacOS ld warning from native compilation (bug#57849)
* lisp/emacs-lisp/comp.el (native-comp-driver-options): Add "-Wl,-w"
on Darwin systems.
* etc/NEWS: Describe change.
2022-09-19 07:14:58 +02:00
Eli Zaretskii
a2f9788cbc ; Minor copyedits of *-frame-alist doc strings
* src/frame.c (syms_of_frame) <default-frame-alist>:
* lisp/frame.el (initial-frame-alist): Minor doc fixes.
2022-09-18 20:21:58 +03:00
Michael Albinus
69cc3d38bc Fix Tramp error with eshell integration
* lisp/net/tramp-integration.el (tramp-eshell-directory-change):
Respect local `default-directory'.  (Bug#57556)
2022-09-18 12:51:52 +02:00
Michael Albinus
e2c3ce2402 Sync with Tramp 2.5.3.2. Don't merge with master
* doc/misc/tramp.texi (Android shell setup): Rework.
(Frequently Asked Questions): Improve recommendations for speeding up.

* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.5.4-pre".

* lisp/net/tramp-adb.el (tramp-methods): Use "%d".
(tramp-adb-handle-directory-files-and-attributes): Fix "." and
".." in listing.
(tramp-adb-handle-file-attributes)
(tramp-adb-handle-directory-files-and-attributes)
(tramp-adb-handle-file-name-all-completions): Pipe "ls" output
through "cat", in order to avoid quoting special characters.
(tramp-adb-maybe-open-connection): Compute args from `tramp-login-args'.

* lisp/net/tramp-compat.el (tramp-compat-replace-regexp-in-region):
New defalias.

* lisp/net/tramp-gvfs.el (tramp-gvfs-do-copy-or-rename-file):
Adapt check for proper remote command.

* lisp/net/tramp.el (tramp-methods): Adapt docstring.
(tramp-handle-make-process): Check for adb device if indicated.
(tramp-get-remote-tmpdir): Cache result in temporary connection
property.

* test/lisp/net/tramp-tests.el  (tramp-test17-insert-directory)
(tramp-test22-file-times, tramp--test-utf8): Adapt tests.
(tramp--test-shell-file-name): Do not depend on `tramp--test-adb-p'.
(tramp-test46-unload): Ignore autoload functions in
`tramp-file-name' structure tests, since `tramp-file-name-handler'
is also autoloaded in Emacs 29.
2022-09-17 17:50:38 +02:00
Stefan Kangas
f25f9dbf30 Minor doc fixes in picture.el
* lisp/textmodes/picture.el: Improve Commentary.
(picture-forward-column, picture-backward-column)
(picture-move-down, picture-move-up, picture-movement-nw)
(picture-movement-ne, picture-movement-sw, picture-movement-se)
(picture-set-motion, picture-clear-line, picture-newline)
(picture-tab, picture-yank-rectangle)
(picture-yank-rectangle-from-register, picture-insert-rectangle)
(picture-draw-rectangle): Minor doc fixes.
2022-09-16 12:50:08 +02:00
Stefan Kangas
520b041b54 * lisp/textmodes/page-ext.el: Improve Commentary. 2022-09-16 12:14:54 +02:00
Stefan Kangas
9acb278af5 Bump Emacs version to 28.2
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version to 28.2.
2022-09-07 01:20:12 +02:00
Stefan Kangas
ecbdb3b0ad * lisp/server.el: Improve Commentary. 2022-09-05 15:46:30 +02:00
Kyle Meyer
5713c730f2 Update to Org 9.5.5 2022-09-03 21:32:20 -04:00
Stefan Monnier
aad38d6010 * lisp/emacs-lisp/comp.el (comp-run-async-workers): Fail more gracefully
Otherwise Emacs may fail to start if it can't find a writable
`~/.emacs.d/eln-cache` directory.
Fixes bug#57562.  See also Debian's bug #1017739.
2022-09-03 15:14:58 -04:00
Stefan Kangas
f9f92772dc ; Normalize email
Don't merge to master.
2022-09-03 01:39:55 +02:00
Stefan Kangas
80c5327195 Make some versions in docs match package version
* doc/emacs/misc.texi (Interactive Shell): Bump Emacs version.
* doc/misc/ediff.texi:
* doc/misc/flymake.texi:
* doc/misc/viper.texi: Fix version to match package.
* lisp/emulation/viper.el: Make version match variable.
2022-09-01 11:12:06 +02:00
Eli Zaretskii
89695bce3e Clarify the doc string of 'set-face-attribute'
* lisp/faces.el (set-face-attribute): Clarify the issue with
resetting attribute values to 'unspecified' for future frames.
(Bug#57499)
2022-09-01 11:42:33 +03:00
Stefan Kangas
f44c4e49b7 ; Auto-commit of loaddefs files. 2022-09-01 05:10:19 +02:00
Gregory Heytings
8807a4f532 Enable 256 colors in fbterm.
* lisp/term/fbterm.el: New file.

* doc/misc/efaq.texi (Emacs in a Linux console): Document the TERM
environment variable with which the new file is used.
2022-08-30 23:08:05 +02:00
Eli Zaretskii
bbc23ca8ab One more fix for find-file.el
* lisp/find-file.el (ff-get-file-name): Use 'expand-file-name'
instead of 'concat', which doesn't DTRT with absolute file names.
(ff-other-file-alist): Yet another doc fix.  (Bug#57325)
2022-08-30 19:09:00 +03:00
Eli Zaretskii
0cbcaf5119 ; Yet another doc fix for 'ff-other-file-alist' (bug#57325) 2022-08-30 15:42:34 +03:00
Eli Zaretskii
4d52fe6b96 * lisp/find-file.el (ff-other-file-alist): Doc fix. (Bug#57325) 2022-08-29 17:02:46 +03:00
Eli Zaretskii
d111b5b651 * lisp/info.el (Info-mode): Support the Linux console better. 2022-08-28 14:42:07 +03:00
Eli Zaretskii
cc945ec0ed ; Fix doc strings in latin1-disp.el
* lisp/international/latin1-disp.el (latin1-display-ucs-per-lynx)
(latin1-display): Doc fix.
2022-08-28 08:51:09 +03:00
Eli Zaretskii
195fcc932e Improve the documentation of glyphless-character display
* lisp/international/characters.el (glyphless-char-display-control):
* src/xdisp.c (syms_of_xdisp) <glyphless-char-display>: Mention
the 'glyphless-char' face in the doc string.

* doc/lispref/display.texi (Glyphless Chars): Index
'glyphless-char' face.
2022-08-28 08:40:25 +03:00
Eli Zaretskii
72ae02377e ; * lisp/jit-lock.el (jit-lock-chunk-size): Doc fix. 2022-08-27 14:24:59 +03:00
Robert Pluim
ba64d09156 Treat smtp-auth method from auth-info as a symbol
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
2022-08-25 18:14:55 +02:00
Stefan Kangas
9e03e29c4e * lisp/wdired.el: Improve "Commentary" section. 2022-08-25 17:25:27 +02:00
Stefan Kangas
92e90297f9 * lisp/wdired.el: Doc fix; don't mention obsolete variable. 2022-08-25 17:25:27 +02:00
Stefan Kangas
2ccefef4c7 * lisp/progmodes/etags.el (next-file): Minor doc fix. 2022-08-25 17:25:27 +02:00
Kyle Meyer
582ea6a1e9 Update to Org 9.5.4-19-g4dff42 2022-08-21 17:35:35 -04:00
Stefan Kangas
7a3ae3cb62 ; * lisp/find-file.el (ff-other-file-alist): Fix typo. 2022-08-21 22:31:05 +02:00
Eli Zaretskii
c3087b59f0 ; * lisp/find-file.el (ff-other-file-alist): Another doc fix. (Bug#57325) 2022-08-21 22:06:34 +03:00
Eli Zaretskii
1e1263b00b * lisp/find-file.el (ff-other-file-alist): Doc fix. (Bug#57325) 2022-08-21 21:48:58 +03:00
Stefan Kangas
f2c0fb2615 Resurrect obsoletion warning for two functions
These were supposed to have been deleted, but never were.  Resurrect
their obsoletion warning and let's delete them in Emacs 29 instead.

* lisp/subr.el (process-filter-multibyte-p)
(set-process-filter-multibyte): Resurrect obsoletion warning.
* etc/NEWS: Don't announce their deletion.
2022-08-19 17:29:05 +02:00
Stefan Kangas
e64d811b51 Improve image-mode-as-hex docstring
* lisp/image-mode.el: Fix typos.
(image-mode-as-hex): Doc fix; say that it uses 'hexl-mode' and reflow.
2022-08-18 20:16:16 +02:00
Stefan Kangas
ef1e68f11d * lisp/image-mode.el (image-mode-as-hex): Fix toggle instructions. 2022-08-18 18:43:29 +02:00
Stefan Kangas
dc0fce3a7d ; lisp/image-mode.el: Fix typo. 2022-08-18 17:50:13 +02:00
Stefan Kangas
254ba1d3e5 * lisp/image-mode.el: Improve commentary. 2022-08-18 17:43:30 +02:00
Colin Woodbury
ac43ac1af9 cl-reduce doc string improvement
* lisp/emacs-lisp/cl-seq.el (cl-reduce): Explain what happens when
using :from-end (bug#57273).
2022-08-18 15:07:08 +02:00
Stefan Kangas
a4078fa628 ; * lisp/vc/ediff.el: Improve wording in last change. 2022-08-16 16:40:39 +02:00
Stefan Kangas
72fc7258bf Delete references to deleted library hilit19.el
* doc/misc/gnus.texi (Compatibility):
* lisp/progmodes/f90.el:
* lisp/ps-print.el:
* lisp/vc/ediff.el: Delete references to hilit19.el.
2022-08-12 17:49:54 +02:00
Stefan Kangas
77613b9217 ; Delete redundant installation instructions from ebnf2ps.el
* lisp/progmodes/ebnf2ps.el: Delete redundant installation
instructions.
2022-08-12 15:46:29 +02:00
Stefan Kangas
9419bc904d ; * lisp/printing.el: Delete outdated download instructions. 2022-08-11 15:18:43 +02:00
Stefan Kangas
85de996bbb * lisp/vc/diff-mode.el: Don't mention XEmacs. 2022-08-08 21:44:01 +02:00
Eli Zaretskii
2fd5590d0c ; * lisp/play/fortune.el (fortune-ask-file): Doc fix. 2022-08-06 09:44:45 +03:00
Stefan Kangas
f3b9bccb45 * lisp/play/fortune.el: Doc fixes. 2022-08-05 10:47:18 +02:00
Philipp Stephani
20ee17385f * lisp/uniquify.el (uniquify-buffer-name-style): Quote apostrophe. 2022-08-03 10:50:22 +02:00
Stefan Kangas
f23d456039 * lisp/term.el: Doc fix; don't mention rlogin. 2022-08-02 17:18:45 +02:00
Alan Mackenzie
e0f54c62ec CC Mode: fontify variables/functions after line comments ending in spaces
* lisp/progmodes/cc-engine.el (c-forward-comment-minus-1): Take account of
spaces preceding a linefeed when scanning a putative line comment end.
2022-07-29 20:18:58 +00:00
Stefan Kangas
68093c6db3 ; Auto-commit of loaddefs files. 2022-07-28 13:32:12 +02:00