Jeremy Bryant
da8b85b577
Add two docstrings in cl-lib.el
...
* lisp/emacs-lisp/cl-lib.el (cl--set-buffer-substring)
(cl--defalias): Add docstrings. (Bug#66828)
2023-10-30 13:41:19 +02:00
Michael Albinus
4193912745
Fix Tramp (don't merge)
...
* lisp/net/tramp.el (tramp-read-id-output): Identifiers can contain "-".
2023-10-27 15:09:41 +02:00
Michael Albinus
c22eeba827
; Fix typo
2023-10-26 16:12:16 +02:00
Michael Albinus
4f57af7fcc
* doc/misc/tramp.texi (Traces and Profiles): Fix indentation. (don't merge)
2023-10-26 15:59:24 +02:00
Michael Albinus
ccaf801baa
* doc/misc/tramp.texi (Traces and Profiles): Fix indentation. (Don't merge)
2023-10-25 19:21:05 +02:00
Eli Zaretskii
d5e5ea4e36
Fix guessing commands for zstandard archives in Dired
...
* lisp/dired-aux.el (dired-guess-shell-alist-default): Fix
zstdandard commands. (Bug#66532)
2023-10-25 16:32:01 +03:00
Matthew Woodcraft
90db29aff8
Fix eglot.texi (JSONRPC objects in Elisp) example
...
* doc/misc/eglot.texi (JSONRPC objects in Elisp): Correct the
example. (Bug#66569)
Copyright-paperwork-exempt: yes
2023-10-25 16:26:16 +03:00
Eli Zaretskii
5ef48ad6a3
; Fix one author's name.
2023-10-25 16:14:39 +03:00
Michael Albinus
c4e9a6159a
* doc/man/emacsclient.1: Fix --tramp option.
2023-10-25 12:24:34 +02:00
Stefan Kangas
6dca3a8eab
Improve nsm-protocol-check--3des-cipher docstring
...
* lisp/net/nsm.el (nsm-protocol-check--3des-cipher): Update
docstring to reflect current NIST policy.
2023-10-25 01:12:07 +02:00
Lassi Kortela
04215e616f
Recognize backslash in dns-mode quoted values
...
* lisp/textmodes/dns-mode.el (dns-mode-syntax-table): Recognize
backslash as an escape character. (Bug#66660)
(cherry picked from commit e6f05e189d )
2023-10-24 12:59:52 +02:00
Stefan Kangas
6629e861b3
Make dns-mode fontify quoted values correctly
...
* lisp/textmodes/dns-mode.el (dns-mode-syntax-table): Fontify
quoted values correctly. (Bug#62214)
Suggested by Trent W. Buck <trentbuck@gmail.com>.
(cherry picked from commit c586d984f2 )
2023-10-24 12:59:42 +02:00
Stefan Kangas
aa253c533d
; Fix broken links to gmane.org
2023-10-24 09:44:01 +02:00
Stefan Kangas
cc3e436c82
Change news.gmane.org to news.gmane.io
...
* admin/notes/emba:
* doc/misc/gnus.texi (Group Parameters)
(Non-ASCII Group Names, Filling In Threads)
(Selection Groups, Spam Package Configuration Examples)
(Terminology):
* lisp/gnus/gnus-group.el (gnus-useful-groups):
* lisp/gnus/gnus-sum.el (gnus-fetch-old-headers):
* lisp/gnus/spam-report.el (spam-report-gmane-use-article-number)
(spam-report-gmane-internal):
* test/lisp/gnus/gnus-group-tests.el (gnus-short-group-name):
Change news.gmane.org to news.gmane.io.
Ref: https://news.gmane.io/
2023-10-24 00:39:47 +02:00
Mauro Aranda
297fe945c5
Fix minor defcustom issues in Gnus (Bug#66715)
...
* lisp/gnus/gnus-art.el (gnus-button-prefer-mid-or-mail): Allow
function and add :tag to const values.
* lisp/gnus/gnus-bookmark.el (gnus-bookmark-bookmark-inline-details):
Fix docstring.
* lisp/gnus/gnus-sum.el (gnus-simplify-subject-fuzzy-regexp): Allow a
single regexp as value.
* lisp/gnus/message.el (message-indent-citation-function): Allow a
single function as value.
(message-mail-alias-type): Allow for a list of options as value.
(message-dont-reply-to-names): Allow a function as value.
* lisp/gnus/spam-report.el (spam-report-url-ping-function): Fix
default value for the function widget.
2023-10-23 23:16:13 +02:00
Lin Sun
3beb5f5e24
; * doc/misc/gnus.texi: Fix unmatched quote in gnus doc. (Bug#66710)
2023-10-23 21:52:58 +03:00
Michael Albinus
85d08d5788
Minor connection-local variables fixes
...
* doc/emacs/custom.texi (Connection Variables): Warn about
specifying the same variable twice.
* lisp/files-x.el (connection-local-get-profiles): Normalize criteria.
2023-10-23 17:07:17 +02:00
Stefan Kangas
79d8328ca4
Make Dired honor `insert-directory-program´ with globs
...
Starting with commit 6f6639d6ed
(Bug#27631), Dired stopped respecting the value of
'insert-directory-program' when using directory wildcards/globs.
* lisp/dired.el (dired-insert-directory): Honor the value of
'insert-directory-program' when using directory wildcards.
2023-10-23 13:57:28 +02:00
Morgan J. Smith
43127294e1
Fix typo in url-privacy-level :type
...
* lisp/url/url-vars.el (url-privacy-level): Fix typo in
:type. (Bug#66613)
2023-10-22 21:45:49 +02:00
Juri Linkov
380f8574ef
* lisp/vc/log-view.el (log-view-mode-menu): Quote derived modes (bug#66686).
2023-10-22 20:59:52 +03:00
Petteri Hintsanen
5d1e6f759f
* lisp/tab-bar.el: Fix the close button with auto-width (bug#66678).
...
(tab-bar-auto-width): Take into account the length of tab-bar-close-button
more than one character: " x".
Don't merge to master.
2023-10-22 20:39:16 +03:00
Mauro Aranda
5f60913208
Fix State button for customize-icon (Bug#66635)
...
* lisp/cus-edit.el (custom-icon-action): New function.
(custom-icon): Use it as the :action. Otherwise, clicking the State
button is a noop. Remove irrelevant stuff from the docstring and
comment out some copy-pasta.
(custom-icon-extended-menu): New variable, the menu to show upon
:action.
(custom-icon-set): Really redraw the widget with the new settings.
Comment out strange call to custom-variable-backup-value.
(custom-icon-save): New function.
* lisp/emacs-lisp/icons.el (icons--merge-spec): Fix call to plist-get
and avoid infloop.
2023-10-22 18:39:52 +02:00
Eli Zaretskii
27c71979ff
; Another Texinfo fix
...
* doc/lispintro/emacs-lisp-intro.texi (Counting function
definitions): Fix Texinfo 7.1 warning.
2023-10-22 14:05:53 +03:00
Eli Zaretskii
889a550ca0
; Fix Texinfo warnings
...
* doc/misc/wisent.texi (Grammar format):
* doc/misc/efaq.texi (Not writing files to the current directory):
* doc/misc/ede.texi:
* doc/lispref/errors.texi (Standard Errors): Fix warnings emitted
by makeinfo 7.1.
2023-10-22 12:21:08 +03:00
Yuan Fu
893c344b4e
Fix the use of adaptive-fill-regexp in treesit indent preset
...
* lisp/treesit.el (treesit-simple-indent-presets):
adaptive-fill-regexp don't have a capture group (the group in the
default value is supposed to be a non-capture group), so don't use the
group. Also, in the second diff hunk, replace looking-at with
looking-at-p so it doesn't override match data that we use later.
2023-10-21 21:12:59 -07:00
nverno
1098c114b7
Fix treesit-install-language-grammar (bug#66673)
...
* lisp/treesit.el (treesit-install-language-grammar): Take out the
language symbol when storing the recipe.
2023-10-21 20:39:30 -07:00
Yuan Fu
491ee428c0
Fix treesit-explore-mode (bug#66431)
...
* lisp/treesit.el (treesit-explore-mode): Reset
treesit--explorer-last-node before calling treesit--explorer-refresh,
so that in the rare case described in the bug report, the explorer
buffer don't show the outdated node.
2023-10-21 20:39:30 -07:00
Dmitry Gutov
ee043a2703
tsx-ts-mode--font-lock-compatibility-bb1f97b: Re-fix the previous fix
...
* lisp/progmodes/typescript-ts-mode.el
(tsx-ts-mode--font-lock-compatibility-bb1f97b): Make sure the
tested query is actually valid in the new grammar (bug#66646).
2023-10-21 15:05:56 +03:00
Jens Schmidt
b99d12c30c
; Fix argument name for function `copy-file'
...
* doc/lispref/files.texi (Changing Files): Change name of last
argument of function `copy-file' from `preserve-extended-attributes'
to `preserve-permissions', as used in the function's description, its
doc string and the description below in the manual.
2023-10-20 09:04:39 +03:00
Michael Albinus
62920dcb0d
Update Tramp version (don't merge with master)
...
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.6.2.29.2".
(customize-package-emacs-version-alist):
Adapt Tramp version integrated in Emacs 29.2.
2023-10-19 16:28:26 +02:00
Eli Zaretskii
d963bc6c6b
; * lisp/ldefs-boot.el: Regenerated for Emacs 29.1.90.
2023-10-19 05:38:30 -04:00
Eli Zaretskii
0cbc91f29a
Bump Emacs version
...
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version to 29.1.90.
2023-10-19 05:12:20 -04:00
Eli Zaretskii
ab9d6482e3
; Update ChangeLog.4 and etc/AUTHORS.
2023-10-19 04:53:08 -04:00
Po Lu
d9e1605122
Correctly register focus events concomitant with alpha changes
...
* src/xterm.c (x_frame_highlight, x_frame_unhighlight): Skip
changing the frame alpha when the frame is not eligible for
focus state-specific alpha values; otherwise, the alpha might be
reset by the time a alpha change wrought by a focus change
arrives, impeding handle_one_xevent from subsequently restoring
the initial value. (bug#66398)
2023-10-17 08:33:25 +08:00
Michael Albinus
194e219825
* doc/man/emacsclient.1: Add missing options.
2023-10-16 12:41:32 +02:00
Michael Albinus
07c45f20fd
Fix test in files-tests
...
* test/lisp/files-tests.el
(files-tests-file-name-non-special-expand-file-name-tilde): Fix test.
2023-10-15 12:26:43 +02:00
Eli Zaretskii
5d3f3288d2
; * doc/emacs/search.texi (Regexp Backslash): Improve indexing.
2023-10-15 12:37:25 +03:00
Stefan Kangas
9525315c11
Add missing :version to two defcustoms
...
* lisp/emacs-lisp/eldoc.el (eldoc-print-after-edit)
(eldoc-echo-area-prefer-doc-buffer): Add missing custom :version.
2023-10-14 21:00:00 +02:00
Mauro Aranda
9044d4d94b
Fix a defcustom :type in eldoc.el
...
* lisp/emacs-lisp/eldoc.el (eldoc-echo-area-prefer-doc-buffer): Make
:type a choice, to allow for the value 'maybe'. (Bug##66539)
2023-10-14 20:54:04 +02:00
Eshel Yaron
8141d73ea7
Document 'M-x align' in the Emacs manual
...
* doc/emacs/indent.texi (Alignment): New section.
* doc/emacs/emacs.texi: Update menu. (Bug#66303)
2023-10-14 14:16:13 +03:00
Eli Zaretskii
06a8773811
; * lisp/calendar/time-date.el (days-to-time): Doc fix.
2023-10-14 12:00:51 +03:00
Bob Rogers
0ea2d6d9e8
Document that time-to-days and days-to-time use different epochs
...
* doc/lispref/os.texi (Time Calculations):
* lisp/calendar/time-date.el (days-to-time, time-to-days): Doc fixes.
(Bug#66502)
2023-10-14 11:57:30 +03:00
Michael Albinus
dc8b336d02
* lisp/files.el (file-name-non-special): Handle quoted tilde.
...
(Bug#65685)
* test/lisp/files-tests.el
(files-tests-file-name-non-special-expand-file-name-tilde):
New test.
2023-10-14 09:34:40 +02:00
Michael Albinus
c8ea14e782
Handle quoted tilde in Tramp
...
* lisp/net/tramp.el (tramp-handle-expand-file-name):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
* lisp/net/tramp-sh.el (tramp-sh-handle-expand-file-name):
* lisp/net/tramp-smb.el (tramp-smb-handle-expand-file-name):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-expand-file-name):
Handle quoted tilde. (Bug#65685)
* test/lisp/net/tramp-tests.el (tramp-test05-expand-file-name-tilde):
New test.
2023-10-13 16:09:51 +02:00
Stefan Kangas
30239759ee
; Set maintainer for elint.el to emacs-devel
...
* lisp/emacs-lisp/elint.el: Set maintainer to emacs-devel.
2023-10-12 13:25:31 +02:00
Kyle Meyer
eedd9db619
Update to Org 9.6.10
2023-10-09 23:47:52 -04:00
Yuan Fu
73ccd9d295
Don't call font-lock-mode in treesit-major-mode-setup (bug#66223)
...
* lisp/treesit.el (treesit-major-mode-setup): Remove.
(cherry picked from commit a3a840c80a )
2023-10-08 22:00:36 -07:00
nverno
53292c5d81
Fix treesit-query-validate for string input (bug#66400)
...
* lisp/treesit.el (treesit-query-validate): Don't expand if QUERY is
string.
2023-10-08 22:00:32 -07:00
Eli Zaretskii
81a0c1ed2e
; Improve documentation of VC commands
...
* doc/emacs/maintaining.texi (Basic VC Editing)
(VC With A Merging VCS, VC With A Locking VCS, Advanced C-x v v)
(Registering, Pulling / Pushing, Merging): Improve wording,
accuracy, and indexing.
* lisp/vc/vc.el (vc-next-action): Doc fix.
2023-10-08 11:29:29 +03:00
Stefan Kangas
0590e3e69a
Recommend M-x man in woman.el docs
...
* lisp/woman.el (Commentary, woman): Recommend using 'M-x man' where
available. The added sentence is copied from the emacs manual.
Ref: https://lists.gnu.org/r/emacs-devel/2023-10/msg00090.html
2023-10-07 18:54:35 +02:00