Stefan Kangas
4fd5c8df67
Clarify abnormal hook documentation
...
* doc/lispref/hooks.texi (Standard Hooks):
* doc/lispref/modes.texi (Hooks): Clarify wording of "abnormal
hook" documentation. (Bug#34588)
2021-10-23 20:03:34 +02:00
Kyle Meyer
6fa5206770
Update to Org 9.5-59-g52e6f1
2021-10-23 13:46:59 -04:00
Eli Zaretskii
39413a45bf
; * doc/lispref/functions.texi (Calling Functions): Fix last change.
2021-10-23 20:44:26 +03:00
Stefan Kangas
43914ab01f
Improve documentation of cl-reduce
...
* doc/misc/cl.texi (Mapping over Sequences): Change the
explanation of 'cl-reduce' so you don't need to have a major in
mathematics to understand it. (Bug#24014)
2021-10-23 19:20:56 +02:00
Stefan Kangas
ef37a86cac
Improve documentation of apply-partially
...
* doc/lispref/functions.texi (Calling Functions): Improve
documentation of 'apply-partially' to be slightly more clear with
regards to function arity. (Bug#17623)
2021-10-23 18:47:00 +02:00
Michael Albinus
1e8be48738
Fix typos
...
* doc/emacs/cmdargs.texi:
* etc/DEBUG:
* etc/NEWS: Fix typos.
2021-10-23 15:21:33 +02:00
Michael Albinus
8c5fbd712b
Revert commit 225ca617b7, and apply another fix
...
* lisp/minibuffer.el (read-file-name-default): Revert commit
225ca617b7 . (Bug#50976).
* lisp/shell.el (shell): Remove volume letter for remote shell
file name. (Bug#49229)
2021-10-23 15:21:14 +02:00
Stefan Kangas
cdbd03345d
Fix documentation of posn-at-x-y
...
* doc/lispref/commands.texi (Accessing Mouse): Fix documentation of
'posn-at-x-y' to match docstring. (Bug#15783)
2021-10-23 09:45:23 +02:00
Eli Zaretskii
598732c899
; * src/vm-limit.c (get_lim_data): Fix a typo. (Bug#18238)
2021-10-23 09:15:40 +03:00
Stefan Kangas
efdffd86c5
; * etc/refcards/README: Prefer HTTPS in link.
2021-10-23 01:19:12 +02:00
Robert Pluim
b0d64be0bc
Improve some NEWS entries
...
* etc/NEWS: Improve some NEWS entries.
2021-10-22 18:03:00 +02:00
Robert Pluim
7fde84e881
Improve documentation of syntax-ppss-context slightly
...
* doc/lispref/syntax.texi (Parser State): Document all possible return
values from 'syntax-ppss-context'.
2021-10-22 17:54:55 +02:00
Stephen Gildea
5ecbed01b2
; * test/lisp/mh-e/mh-utils-tests.el: Update macro declarations.
2021-10-22 08:48:07 -07:00
Robert Pluim
168665da59
Move some xwidget entries
...
* etc/NEWS: Move xwidget entries to correct location.
2021-10-22 17:45:27 +02:00
Stephen Gildea
efde024361
time-stamp-tests: improvements to test macros
...
test/lisp/time-stamp-tests.el: Update macro declarations.
(formatz-generate-tests): Don't nconc onto a constant list.
Tests now run 12% faster in batch mode.
2021-10-22 08:39:05 -07:00
Itai Y. Efrat
06c944cff1
Fix rfc6068-parse-mailto-url autoload
...
* lisp/net/browse-url.el (rfc6068-parse-mailto-url): Fix autoload
cookie (bug#51333).
2021-10-22 17:07:56 +02:00
Lars Ingebrigtsen
9b6b5e37ef
Regexp-quote github domains in bug-reference
...
* lisp/progmodes/bug-reference.el
(bug-reference--build-forge-setup-entry): Regexp-quote the domain
(bug#51316).
2021-10-22 16:57:04 +02:00
Lars Ingebrigtsen
1f6cdeb12c
Ensure valid end/beginning lines in message-mark-inserted-region
...
* lisp/gnus/message.el (message-mark-inserted-region): Ensure
there's a newline before inserting the end line (bug#51324).
2021-10-22 16:38:22 +02:00
Robert Pluim
9b46150ab0
* etc/NEWS: Improve 'repeat-mode' entry.
2021-10-22 12:16:34 +02:00
Robert Pluim
9c37b812da
; * lisp/repeat.el (repeat-mode): Fix docstring typo.
2021-10-22 12:15:06 +02:00
Robert Pluim
caf87d80fa
* lisp/repeat.el (repeat-keep-prefix): Expand description.
2021-10-22 11:33:16 +02:00
Robert Pluim
24083c8d13
* lisp/net/eww.el (eww-retrieve-command): Add :tag.
2021-10-22 11:33:16 +02:00
Stefan Kangas
cf7d8fb1d7
Add description of cards to etc/refcards/README
...
* etc/refcards/README: List all the generated reference cards,
including their translations. (Bug#8932)
2021-10-22 10:25:00 +02:00
Martin Rudalics
d2849cc645
Fix 'calculate-lisp-indent' when "[" starts containing sexp (Bug#51312)
...
* lisp/emacs-lisp/lisp-mode.el (calculate-lisp-indent): Handle
arbitrary paren syntax after skipping whitespace backwards within
containing sexp (Bug#51312).
2021-10-22 10:16:17 +02:00
Stefan Kangas
2a0a368ddc
Fix typo in doc/emacs/anti.texi
...
* doc/emacs/anti.texi (Antinews): Fix typo. (Bug#51325)
Reported by Po Lu <luangruo@yahoo.com>.
2021-10-22 05:28:21 +02:00
Stephen Gildea
9529e1d2fb
Update doc of Edebug specification for macros
...
doc/lispref/edebug.texi: Update documentation of Edebug specification:
- Do not document "0" as a recommended shortcut for non-instrumented
arguments; nobody knows about nor uses this, so don't encourage it.
- Add an example equivalent to (declare (debug (&rest sexp))).
2021-10-21 20:12:49 -07:00
Eli Zaretskii
5bc522b4f4
; * lisp/simple.el (kill-region): A better fix for bug#51320.
2021-10-21 22:29:37 +03:00
Eli Zaretskii
ee6bdd6eef
Fix non-interactive behavior of 'kill-region'
...
* lisp/simple.el (kill-region): Actually ignore BEG and END when
REGION is non-nil. Doc fix. (Bug#51320)
2021-10-21 22:13:09 +03:00
Eli Zaretskii
2b7655ca0e
; More accurate doc string for 'tab-bar-format'
...
* lisp/tab-bar.el (tab-bar-format): Make the doc string more
accurate. (Bug#51247)
2021-10-21 21:09:03 +03:00
Juri Linkov
2841e26744
* test/lisp/dabbrev-tests.el: Use 'kbd' for readable keys.
...
(dabbrev-expand-test, dabbrev-completion-test)
(dabbrev-completion-test-with-argument):
Use 'kbd' to format keys for 'execute-kbd-macro'.
(dabbrev-expand-test): Fix docstring.
2021-10-21 20:22:15 +03:00
Juri Linkov
1cdb4d2077
* lisp/menu-bar.el (menu-bar-keymap): Add optional arg KEYMAP (bug#50067).
...
* lisp/mouse.el (context-menu-global): Use 'menu-bar-keymap' with
its arg KEYMAP set to 'global-map'.
2021-10-21 19:55:24 +03:00
Eli Zaretskii
0545c70c16
; * src/keyboard.c (readable_events): Add a comment.
2021-10-21 10:53:20 +03:00
Lars Ingebrigtsen
805ed8d318
Fix todo-mode AOT test failures (bug#51308)
2021-10-21 06:26:30 +02:00
Lars Ingebrigtsen
8f42ff31f6
Fix hi-lock AOT test failures (bug#51308)
2021-10-21 06:24:35 +02:00
Lars Ingebrigtsen
8002fcd4b9
Fix socks test
...
* test/lisp/net/socks-tests.el (socks-tests-v4-basic): Fix failure
under native-comp (bug#51308).
2021-10-21 06:06:23 +02:00
Stefan Kangas
4540130312
; Fix typo
2021-10-20 20:53:17 +02:00
Juri Linkov
59df93e2dd
* lisp/help.el (help--analyze-key): Add new arg BUFFER (bug#51173).
...
* lisp/help.el (describe-key): Use BUFFER as arg for help--analyze-key.
(describe-key-briefly): Change arg UNTRANSLATED deprecated in 27.1
to BUFFER.
* lisp/gnus/gnus-art.el (gnus-article-describe-key)
(gnus-article-describe-key-briefly): Call describe-key and
describe-key-briefly with first arg as a cons with raw keys,
and the BUFFER arg set to the current buffer.
2021-10-20 20:54:57 +03:00
Juri Linkov
cb8b12b56d
Improve docstrings and NEWS item of 'repeat-mode'
...
* lisp/repeat.el (repeat-exit-timeout, repeat-echo-function)
(repeat-in-progress, repeat-map): Update docstrings.
2021-10-20 20:16:57 +03:00
Juri Linkov
06fe499614
* lisp/tab-bar.el (tab-bar-menu-bar): New command (bug#51247).
...
(tab-bar-format): Rename option 'tab-bar-format-menu-global' to
'tab-bar-format-menu-bar'.
(tab-bar-format-menu-bar): Rename from 'tab-bar-format-menu-global'.
2021-10-20 19:50:29 +03:00
Po Lu
8358da9c4c
Display a tab bar item as sunken when appropriate
...
When the mouse pointer is pressed on the tab bar, moved out of the tab
bar, and moved back in, it would be more appropriate to behave like
other programs by displaying the item as sunken.
* src/xdisp.c (note_tab_bar_highlight): Display item as sunken if the
mouse pointer returns to the tab bar down.
2021-10-20 19:42:14 +03:00
Po Lu
29fdc65860
Fix tab bar item highlight when a mouse click is dropped
...
* src/xdisp.c (note_mouse_highlight): Clear last_tab_bar_item if the
movement wasn't made on top of the tab bar.
2021-10-20 19:42:12 +03:00
Stefan Kangas
7236592668
Refer to mouse-highlight from make-pointer-invisible docstring
...
* src/frame.c (syms_of_frame) <Vmake_pointer_invisible>: Doc fix;
add reference to 'mouse-highlight'. (Bug#42889)
2021-10-20 18:28:14 +02:00
Robert Pluim
cf4394a397
* etc/PROBLEMS: Add hex codepoint for NO-BREAK SPACE
2021-10-20 18:27:36 +02:00
Robert Pluim
2d647e88fa
Describe how to debug fontconfig issues
...
* etc/PROBLEMS: Add FC_DEBUG usage pointers.
2021-10-20 18:23:51 +02:00
Michael Albinus
c916040921
Adapt Tramp tests
...
* test/lisp/net/tramp-archive-tests.el (tramp-archive-test45-auto-load):
Adapt code snippet.
* test/lisp/net/tramp-tests.el (tramp-test29-start-file-process)
(tramp-test30-make-process): Adapt tests.
(tramp--test-supports-set-file-modes-p): Renamed from
`tramp--test-supports-file-modes-p'. Adapt all callees.
(tramp-test35-exec-path): Use it.
2021-10-20 18:14:00 +02:00
Jim Porter
1bb14f93f1
Convert ANSI color definitions in themes to use faces (e.g. 'ansi-color-red')
...
* etc/themes/dichromacy-theme.el:
* etc/themes/leuven-theme.el:
* etc/themes/misterioso-theme.el:
* etc/themes/tango-theme.el:
* etc/themes/tango-dark-theme.el:
* etc/themes/wombat-theme.el: Convert ANSI color definitions to
use faces.
2021-10-20 10:28:19 +02:00
Lars Ingebrigtsen
8e7cd29712
Revert "Revert back to using ESC as viper-ESC-key again"
...
This reverts commit 5d522b430b .
The change led to M-x not working in non-gui Emacsen (bug#51253).
2021-10-20 10:05:04 +02:00
Alan Third
91d71b38a3
Fix inset rectangle corners when sides aren't drawn (bug#51251)
...
* src/nsterm.m (ns_draw_relief): Make the inner rectangle line up with
the outer rectangle's edges where the edges aren't drawn.
2021-10-19 21:25:01 +01:00
Jan Synacek
5c1a575ef4
Don't use color escape sequences in vc-git-expanded-log-entry
...
* lisp/vc/vc-git.el (vc-git-expanded-log-entry): Use '--no-color' flag
in git invocation. (Bug#51262)
Copyright-paperwork-exempt: yes
2021-10-19 19:45:25 +02:00
Michael Albinus
d7f595cc89
Code cleanup in tramp-tests.el
...
* test/lisp/net/tramp-tests.el (tramp-test29-start-file-process)
(tramp-test30-make-process): Extend tests.
(tramp--test-out-of-band-p): New defun.
(tramp--test-windows-nt-and-out-of-band-p)
(tramp-test42-utf8-with-stat, tramp-test42-utf8-with-perl)
(tramp-test42-utf8-with-ls): Use it.
(tramp--test-windows-nt-or-smb-p): Use `tramp--test-windows-nt-p'.
2021-10-19 18:50:12 +02:00