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
Eli Zaretskii
23112f89f9
; Improve documentation of 'file-name-with-extension'
...
* lisp/files.el (file-name-with-extension): Doc fix. (Bug#56809)
2022-07-28 10:45:43 +03:00
Paul Pogonyshev
4be938169d
Release the desktop lock in 'kill-emacs-hook'
...
* lisp/desktop.el: Run 'desktop--on-kill' in 'kill-emacs-hook'.
(desktop--on-kill): New function, refactored from 'desktop-kill'.
(desktop-kill): Call 'desktop--on-kill'. (Bug#56800)
2022-07-28 09:11:34 +03:00
Kyle Meyer
ba70d0f77c
Update to Org 9.5.4-17-g6e991f
2022-07-24 16:24:24 -04:00
Michael Albinus
b4067394dc
Set `default-directory' of Tramp archive connection buffer
...
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler):
Set `default-directory' of Tramp connection buffer. (Bug#56628)
2022-07-23 19:45:24 +02:00
Eli Zaretskii
7263631dca
Fix bookmark support for Help functions in native-compilation builds
...
* lisp/help.el (describe-key--helper, describe-function--helper):
New helper functions.
(describe-key): Call 'describe-key--helper' instead of a
lambda-function.
* lisp/help-fns.el (describe-function): Call
'describe-function--helper' instead of a lambda-function.
(Bug#56643)
2022-07-23 11:11:47 +03:00
Miha Rihtarsic
ba7a75e052
Fix mode line mouse-1 binding when showing only column numbers
...
* lisp/bindings.el (mode-line-position): Fix the mouse-1 binding
when showing only column numbers (bug#56694). Do not merge to
master.
2022-07-23 10:32:50 +03:00
Robert Pluim
0b4c81a152
* lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-event-vector): Fix grammar
2022-07-22 10:11:21 +02:00
Stefan Kangas
8f8373170f
* lisp/progmodes/cperl-mode.el: Don't mention obsolete archive.
2022-07-21 10:49:24 +02:00
Eli Zaretskii
25bc330a6d
Make 'describe-function' say "byte-compiled" when appropriate
...
* lisp/help-fns.el (help-fns-function-description-header): Say
"byte-compiled" when describing byte-compiled functions.
2022-07-21 10:18:30 +03:00
Eli Zaretskii
ea44d7ddfc
; * lisp/mail/smtpmail.el (smtpmail-via-smtp): Explain with-case-table.
2022-07-20 21:27:15 +03:00
Stefan Kangas
cb911febc6
; Fix typos
2022-07-19 14:13:25 +02:00
Robert Pluim
282dde887d
; Fix typo missed in previous change
2022-07-18 16:54:16 +02:00
Robert Pluim
62c47ffd5f
; * lisp/net/tramp-crypt.el: Improve commentary
2022-07-18 14:40:51 +02:00
Stefan Kangas
fec4bb89f9
; Fix typos (Bug#56550)
2022-07-18 14:23:59 +02:00
Stefan Kangas
f5218385c0
Fix obsoletion of nntp-authinfo-file
...
* lisp/gnus/nntp.el (nntp-authinfo-file): Fix obsoletion.
2022-07-16 10:11:18 +02:00
Stefan Kangas
10b6919870
; Fix typos
2022-07-16 10:07:38 +02:00
Stefan Kangas
6a05715552
Update the Samaritan's contact details in M-x doctor
...
* lisp/play/doctor.el (doctor-death): Update the Samaritans's contact
details; anon.twwells.com is no longer valid. Add link to Wikipedia.
2022-07-14 17:23:32 +02:00
Stefan Kangas
d19834dfda
; Fix typos
2022-07-14 12:32:48 +02:00
Stefan Kangas
ae0881e52c
; Auto-commit of loaddefs files.
2022-07-13 21:07:10 +02:00
Andrea Corallo
7af88de410
Mark async worker tmp file as utf-8-emacs-unix (bug#48029)
...
* lisp/emacs-lisp/comp.el (comp-final): Mark async worker tmp file
as utf-8.
* test/src/comp-tests.el (48029-1): New test.
* test/src/comp-resources/comp-test-funcs.el
(comp-test-48029-nonascii-žžž-f): New function.
2022-07-13 15:19:27 +02:00
Michael Albinus
2209650089
Adapt Tramp version (don't merge)
...
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.5.3.28.2".
(customize-package-emacs-version-alist):
Add Tramp version integrated in Emacs 28.2.
2022-07-13 13:21:45 +02:00
Stefan Kangas
5e47ec9511
; * lisp/url/url-http.el (url-http-parse-headers): Fix typo.
2022-07-13 13:11:46 +02:00
Stefan Kangas
ba0871bef1
; Fix typos: prefer American spelling
2022-07-13 13:04:22 +02:00
Michael Albinus
e3e7f31faa
Adapt Tramp doc
...
* doc/misc/tramp.texi (Configuration): Mention enable-remote-dir-locals.
(Traces and Profiles): Fix tramp-verbose description.
* lisp/net/tramp.el (tramp-verbose): Fix docstring.
2022-07-13 13:00:30 +02:00
Eli Zaretskii
0461021893
; * lisp/emacs-lisp/comp.el (native-comp-speed): Explain the -1 value.
2022-07-11 16:48:24 +03:00
Stefan Kangas
876317271b
* lisp/find-dired.el (find-dired): Doc fix; add crossreference.
2022-07-11 11:51:16 +02:00
Eli Zaretskii
115261b323
; Improve wording of recently-changed doc strings.
...
* lisp/simple.el (auto-save-mode):
* lisp/files.el (auto-save-visited-mode): Improve wording of the
doc strings.
2022-07-09 10:39:57 +03:00
Stefan Kangas
c4e251103b
; * lisp/textmodes/rst.el: Update URLs.
2022-07-08 10:36:10 +02:00
Stefan Kangas
2ac0ddc4ac
; * lisp/net/net-utils.el: Minor doc fixes.
2022-07-07 12:16:18 +02:00
Stefan Kangas
f9d01e5047
; * lisp/emacs-lisp/ert.el: Remove installation instructions.
...
(cherry picked from commit ef218ac936 )
2022-07-06 12:33:42 +02:00
Stefan Kangas
29e1459965
; * lisp/files.el (remote-file-name-inhibit-cache): Minor doc fix.
2022-07-05 19:32:15 +02:00
Stefan Kangas
d5e1424174
Expand docstrings related to auto-saving
...
* lisp/files.el (auto-save-visited-mode):
* lisp/simple.el (auto-save-mode): Expand docstring.
2022-07-05 00:30:09 +02:00
Alan Mackenzie
d927181b1a
* lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nil
...
Backport: This fixes bug #53605 .
2022-07-02 16:37:59 +00:00
Alan Mackenzie
dc3d01a5af
CC Mode: Fix a c-backward-token-2 call wrongly jumping back over macros.
...
This fixes bug #56256 .
* lisp/progmodes/cc-fonts.el (c-font-lock-c++-lambda-captures): Replace a
c-backward-token-2, which could jump back too far leading to an infinite
loop, with a save-excursion to remember the point we've got to go back to.
2022-07-02 16:12:59 +00:00
Stefan Kangas
e390396e68
Doc fixes; don't use obsolete names
...
* etc/compilation.txt:
* lisp/mh-e/mh-funcs.el (mh-kill-folder): Don't use obsolete
names.
2022-07-02 11:59:57 +02:00
Stefan Kangas
c85f7c2e8a
Don't refer to obsolete alias for insert-char
...
* lisp/leim/quail/persian.el: Don't refer to obsolete alias for
insert-char.
2022-07-02 11:59:57 +02:00
Eli Zaretskii
1c3d107cb5
Fix "C-u C-x =" for SPC
...
* lisp/descr-text.el (describe-char): Don't report 'nobreak-space'
face for SPC. (Bug#56337)
2022-07-01 17:17:36 +03:00
Stefan Kangas
6908309827
Doc fixes: don't refer to some obsolete items
...
* admin/notes/multi-tty:
* lisp/chistory.el (command-history):
* lisp/emacs-lisp/nadvice.el:
* lisp/vc/diff-mode.el: Doc fix; don't refer to obsolete variables and
functions.
2022-06-30 23:18:45 +02:00
Eli Zaretskii
f5421104e9
Fix external image conversion on MS-Windows
...
* lisp/image/image-converter.el (image-converter--convert-magick)
(image-converter--convert): Force encoding/decoding to avoid any
text or EOL conversions, since we are reading/writing binary
data. (Bug#56317)
2022-06-30 13:50:34 +03:00
Stefan Kangas
7f749e44db
; Auto-commit of loaddefs files.
2022-06-29 14:20:24 +02:00
Michael Albinus
3d91d55432
Update Tramp version (don't merge with master)
...
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.5.3".
2022-06-29 11:08:44 +02:00
Michael Albinus
2eba8cad20
Tramp shall not trap unrelated D-Bus errors
...
* lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-event-vector): Declare.
(tramp-gvfs-file-name-handler): Let-bind it.
(tramp-gvfs-dbus-event-vector): Fix docstring.
(tramp-gvfs-maybe-open-connection): Do not set it globally. (Bug#56162)
2022-06-28 14:41:45 +02:00
Kyle Meyer
48bda83d35
Update to Org 9.5.4-3-g6dc785
2022-06-26 23:00:38 -04:00
Allen Li
a9d338818a
; elec-pair: Fix docstring typo (bug#56233)
...
* lisp/elec-pair.el (electric-pair-post-self-insert-function): Fix typo.
2022-06-26 11:14:34 +03:00
Stefan Kangas
a772c0b852
; Fix typos: prefer US spelling.
2022-06-23 22:03:50 +02:00
Tassilo Horn
f3acc09377
; Revert "Use file-in-directory-p instead of obsolete dired-in-this-tree-p"
...
Fixes bug#56126.
This reverts commit b425966b07 .
2022-06-21 21:21:12 +02:00
Stefan Kangas
5082d74cfd
; * lisp/recentf.el: Fix typo.
2022-06-21 14:20:22 +02:00
Stefan Kangas
3f66e2a903
* lisp/repeat.el (repeat-mode): Fix message format.
2022-06-21 13:57:30 +02:00