Hayden Shenk
9283508fb2
Fix format specifiers in tramp-adb.el
...
* lisp/net/tramp-adb.el (tramp-adb-get-device): Fix format
specifiers for port. (Bug#55651)
Copyright-paperwork-exempt: yes
2022-05-26 18:09:56 +02:00
Štěpán Němec
a9f17ccce3
; Fix some doc typos and minor language issues
2022-05-26 10:29:10 +02:00
Eli Zaretskii
86b49d5865
; * etc/NEWS: Announce changes in 'desktop-kill'. (Bug#55574)
2022-05-23 14:58:13 +03:00
Eli Zaretskii
d5ccf2621a
; Fix last change
...
* doc/emacs/sending.texi (Mail Methods): Fix indexing and markup.
(Bug#55569)
2022-05-22 11:17:23 +03:00
Damien Cassou
f1c1fd7184
Improve documentation of mail-user-agent.
...
* doc/emacs/sending.texi (Mail Methods):
* lisp/simple.el (mail-user-agent): Mention additional options
of non-bundled MUA. (Bug#5569)
2022-05-22 11:14:00 +03:00
Eli Zaretskii
b05d1e9b98
; * lisp/desktop.el: Update the commentary. (Bug#55560)
2022-05-22 08:28:16 +03:00
Eli Zaretskii
139bfa1a08
More fixes in abbrev.el doc strings
...
* lisp/abbrev.el (inverse-add-global-abbrev, inverse-add-mode-abbrev):
Document the effect of negative ARG. (Bug#55527)
2022-05-21 21:04:40 +03:00
Lars Ingebrigtsen
d80dea6036
Add note about Tramp completion to completion-styles doc string
...
* lisp/minibuffer.el (completion-styles): Add note about Tramp
completion (bug#37954).
2022-05-21 14:46:47 +02:00
Arash Esbati
9e7c0cf57d
Remove mention of removed nnimap-nov-is-evil variable
...
* doc/misc/gnus.texi (Slow/Expensive Connection): Remove mention
of removed nnimap-nov-is-evil variable (bug#55556).
2022-05-21 13:32:44 +02:00
Eli Zaretskii
90aae0bca2
Improve documentation strings and prompts in abbrev.el
...
* lisp/abbrev.el (abbrev-file-name, only-global-abbrevs)
(copy-abbrev-table, insert-abbrevs, list-abbrevs)
(abbrev-table-name, edit-abbrevs, define-abbrevs)
(read-abbrev-file, quietly-read-abbrev-file, write-abbrev-file)
(abbrev-edit-save-to-file, abbrev-edit-save-buffer)
(add-mode-abbrev, add-global-abbrev, inverse-add-mode-abbrev)
(inverse-add-global-abbrev, abbrev-prefix-mark)
(expand-region-abbrevs, abbrev-table-get, abbrev-table-put)
(abbrev-get, abbrev-minor-mode-table-alist, abbrevs-changed)
(abbrev-all-caps, last-abbrev-text, last-abbrev-location)
(clear-abbrev-table, define-abbrev, define-global-abbrev)
(define-mode-abbrev, abbrev--active-tables, abbrev--symbol)
(abbrev-symbol, abbrev-expansion, abbrev-insert)
(abbrev-expand-function, abbrev--suggest-above-threshold)
(abbrev--suggest-saved-recommendations)
(abbrev--suggest-shortest-abbrev, abbrev--suggest-get-totals)
(insert-abbrev-table-description, define-abbrev-table)
(abbrev-table-menu): Fix doc strings: wording, punctuation,
clarity.
(add-abbrev, inverse-add-abbrev): Improve the prompt text.
(Bug#55527)
2022-05-21 10:20:41 +03:00
Alan Mackenzie
dfa3e6f424
Restore the Fselect_window call in gui_consider_frame_title.
...
This fixes bug #55412 . The call to Fselect_window was removed on 2021-03-21
in the commit "Prevent open minibuffers getting lost when their frame gets
deleted". This call is actually needed to determine current elements of the
pertinent window and frame when these are used in the frame title.
* src/frame.c (do_switch_frame): When the selected window in the target frame
is the mini-window, switch away from this window unless there is a valid
minibuffer there.
* src/frame.h (struct frame): Add an incidental comment about the element
selected_window.
* src/minibuf.c (move_minibuffers_onto_frame): No longer set the selected
window of the source frame. This action is now performed later, on returning
to that frame, in do_switch_frame when needed (see above).
* src/xdisp.c (gui_consider_frame_title): Replace the Fselect_window call and
associated ancillary settings.
2022-05-20 20:18:38 +00:00
Eli Zaretskii
de35e9728f
Advise against settings in the MS-Windows system registry
...
* doc/emacs/cmdargs.texi (MS-Windows Registry): Advise against
setting environment variables in the system registry. (Bug#16429)
2022-05-20 17:08:34 +03:00
Eli Zaretskii
3ffa3d3403
; Minor addition to make-tarball.txt
...
* admin/make-tarball.txt (WEB PAGES): Mention the need to update
th copyright years of emacs.html. (Bug#55530)
2022-05-20 10:12:04 +03:00
Lars Ingebrigtsen
7dc026f9ea
Fix kmacro-keymap binding after previous change
...
* lisp/kmacro.el (kmacro-keymap): Fix binding after
kmacro-redisplay command name change.
2022-05-17 20:02:59 +02:00
Lars Ingebrigtsen
4f0fd54bc4
Add glossary entries for "interactively"
...
* doc/emacs/glossary.texi (Glossary): Mention "interactively" and
how it relates to the "command" concept (bug#55461).
2022-05-17 19:56:43 +02:00
Eli Zaretskii
af1c05a3c4
Fix the name of a kmacro command.
...
* lisp/kmacro.el (kmacro-redisplay): Rename from
'kdb-macro-redisplay' (which was wrong and included a typo).
* etc/NEWS: Announce the change. (Bug#55471)
2022-05-17 15:59:59 +03:00
Michael Albinus
fa6a0962c5
Fix Tramp sshfs tests (don't merge)
...
* test/lisp/net/tramp-tests.el (tramp-fuse-remove-hidden-files): Declare.
(tramp-test16-directory-files)
(tramp-test16-file-expand-wildcards)
(tramp-test26-file-name-completion, tramp--test-check-files): Use it.
(tramp--test-check-files): Delete directory recursively.
2022-05-17 09:14:36 +02:00
Michael Albinus
f836ed098f
Some minor Tramp fixes
...
* lisp/net/tramp-cmds.el (tramp-list-tramp-buffers)
(tramp-list-remote-buffers): Add ;;;###tramp-autoload cookie.
* lisp/net/tramp-fuse.el (tramp-fuse-remove-hidden-files): New defvar.
(tramp-fuse-remove-hidden-files): Use it.
* lisp/net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
Keep regression tests running.
2022-05-17 09:13:34 +02:00
Kyle Meyer
f928330fa8
Update to Org 9.5.3-6-gef41f3
2022-05-15 17:49:34 -04:00
Michael Albinus
007bf9a34c
Hide temporary FUSE files in Tramp
...
* lisp/net/tramp-fuse.el (tramp-fuse-remove-hidden-files): New defsubst.
(tramp-fuse-handle-directory-files)
(tramp-fuse-handle-file-name-all-completions): Use it.
2022-05-15 15:09:26 +02:00
Stefan Kangas
5dbaddc729
; Fix some typos
2022-05-15 11:05:36 +02:00
Michael Albinus
950dab21e3
* test/lisp/net/tramp-tests.el (tramp-test27-load): Adapt test. Don't merge
2022-05-15 09:02:42 +02:00
Eli Zaretskii
48201ce8de
; * lisp/electric.el (electric-indent-mode): Fix a typo.
2022-05-15 09:21:36 +03:00
Eli Zaretskii
8370caa835
; * lisp/electric.el (electric-indent-mode): Clarify doc (bug#22564).
2022-05-14 17:48:22 +03:00
Po Lu
f044da7704
Fix tooltip face overwriting dragged text strings during mouse DND
...
* lisp/mouse.el (mouse-drag-and-drop-region): Copy
`text-tooltip' before showing it. Do not merge to master.
2022-05-13 20:57:24 +08:00
Eli Zaretskii
a769cbfcfb
Fix lexical-binding fallout in vhdl-mode.el
...
* lisp/progmodes/vhdl-mode.el (arch-alist, pack-alist)
(file-alist, unit-alist, rule-alist): Defvar them, since vhdl-aput
expects them to be dynamically bound. (Bug#55389)
(vhdl-speedbar-insert-hierarchy): Rename the PACK-ALIST argument
to PACKAGE-ALIST, to avoid shadowing the global variable.
2022-05-13 15:00:21 +03:00
Michael Albinus
f03c5d81bd
Fix ControlPath quoting in Tramp
...
* lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options):
Adapt docstring. Do not quote ControlPath. Reported by Daniel
Kessler <kesslerd@umich.edu>.
2022-05-12 15:46:20 +02:00
Eli Zaretskii
7b4bdf7b9b
Remove the AUCTeX subsection from MS-Windows FAQ
...
* doc/misc/efaq-w32.texi (AUCTeX): Remove the subsection, it is no
longer useful. (Bug#55330)
2022-05-09 16:37:49 +03:00
Arash Esbati
d2a5631552
Update AUCTeX FAQ entry
...
* doc/misc/efaq-w32.texi (AUCTeX): AUCTeX project isn't providing
pre-compiled versions for Windows anymore (bug#55330).
2022-05-09 12:10:10 +02:00
Lars Ingebrigtsen
177718bc6d
Update string-to-number documentation to bignum Emacs
...
* doc/lispref/strings.texi (String Conversion): string-to-number
no longer converts integers to floating point numbers (bug#55334).
2022-05-09 11:57:46 +02:00
Lars Ingebrigtsen
74cc3b525f
Fix doc string references to tags-loop-continue
...
* lisp/vc/vc-dir.el (vc-dir-search, vc-dir-query-replace-regexp):
Fix reference to obsolete tags-loop-continue (bug#55311).
2022-05-09 11:46:56 +02:00
Visuwesh
d24ea263e2
dired-do-query-replace-regexp doc string fix
...
* lisp/dired-aux.el (dired-do-query-replace-regexp): Refer
'fileloop-continue' instead of the obsolete command
'tags-loop-continue'. (Bug#55311)
(cherry picked from commit 4c505203f9
)
2022-05-08 16:49:16 +03:00
Alan Mackenzie
1d012e0a62
Linux console: don't translate ESC TAB to `backtab' in input-decode-map.
...
This translation happened after the terminfo entry for <shift>TAB in the linux
section was changed to kcbt=\E^I in ncurses version 6.3.
* lisp/term/linux.el (terminal-init-linux): Add a define-key form to remove
the entry for "\e\t" from input-decode-map.
* etc/PROBLEMS: Add a new section under "character terminals" about S-TAB
wrongly doing the same thing as M-TAB, giving tips about amending the Linux
keyboard layout.
2022-05-08 11:39:45 +00:00
Michael Albinus
e683b08b3f
Handle changed scp protocol in Tramp, don't merge
...
* lisp/net/tramp-sh.el (tramp-scp-force-scp-protocol): New defvar.
(tramp-scp-force-scp-protocol): New defun.
(tramp-do-copy-or-rename-file-out-of-band): Use it.
(tramp-methods) <scp, scpx>: Use "%y".
* lisp/net/tramp.el (tramp-methods): Adapt docstring.
2022-05-08 11:43:19 +02:00
Michael Albinus
afdf72eeb2
Fix bug#55274
...
* lisp/dired-aux.el (dired-do-compress-to): Use `file-local-name'
for shell out-file. (Bug#55274)
2022-05-06 17:33:41 +02:00
Eli Zaretskii
5bfac7c774
Provide reference for OTF tags in the ELisp manual
...
* doc/lispref/display.texi (Low-Level Font): Provide the canonical
reference URL for OTF tags.
2022-05-06 10:27:20 +03:00
Lars Ingebrigtsen
936009cfe5
Be more resilient towards errors during error handling
...
* src/print.c (print_error_message): Avoid infinite recursion if
`substitute-command-keys' bugs out (bug#55269).
(cherry picked from commit 8364f058b8
)
2022-05-05 20:05:28 +03:00
Eli Zaretskii
69c56cbe6e
; * src/w32notify.c: Fix a typo in a comment.
2022-05-05 10:38:40 +03:00
Eli Zaretskii
3b9e60ba2f
; * src/window.c (Fset_window_start): Mention the effect on vscroll.
2022-05-05 08:57:49 +03:00
Eli Zaretskii
3b6338c8c3
Improve documentation of font- and face-related attribute functions
...
* lisp/faces.el (face-attribute):
* src/xfaces.c (Fx_family_fonts):
* src/font.c (Ffont_get, Ffont_put): Improve and clarify the doc
strings.
* doc/lispref/display.texi (Low-Level Font): Document the :type
attribute of a font. Improve documentation of 'font-get' and
'font-put'.
(Attribute Functions): Add cross-reference to the description of
face attributes.
2022-04-28 17:53:36 +03:00
Arash Esbati
3723415743
; * doc/lispref/syntax.texi (Position Parse): Fix a typo. (Bug#55143)
2022-04-27 14:43:20 +03:00
Kyle Meyer
7c1fc23489
Update to Org 9.5.3-3-gd54104
2022-04-24 21:07:40 -04:00
Eli Zaretskii
9a78b235e9
Improve indexing in "Programmed Completion"
...
* doc/lispref/minibuf.texi (Programmed Completion): Improve
indexing. (Bug#55095)
2022-04-24 22:37:09 +03:00
Eli Zaretskii
1e9b9f403a
Improve documentation of 'set-fontset-font'
...
* doc/lispref/display.texi (Fontsets):
* src/fontset.c (Fset_fontset_font): Improve and clarify the
documentation of 'set-fontset-font'. Rename the arguments to be
more self-explanatory. (Bug#55086)
2022-04-24 09:56:22 +03:00
Eli Zaretskii
b5e05f09f5
; Update WEB PAGES part of make-tarball.txt
...
* admin/make-tarball.txt (WEB PAGES): Add instructions for
download.html.
2022-04-23 21:51:57 +03:00
Michael Albinus
a7dde05cb3
Fix problem with Solaris ls in Tramp
...
* lisp/net/tramp-sh.el (tramp-sunos-unames): Move up.
(tramp-sh--quoting-style-options): Handle erroneous Solaris ls.
2022-04-23 08:50:33 +02:00
Eli Zaretskii
43ed7b1e0f
; Update instructions about ChangeLog.N file generation
...
* admin/make-tarball.txt: Add instructions about rotating and
regenerating the versioned ChangeLog.N file.
2022-04-22 09:26:10 +03:00
Eli Zaretskii
d5728f129f
Another fix for non-ASCII 'overlay-arrow-string'
...
* src/xdisp.c (get_overlay_arrow_glyph_row): Fix yet another place
that assumed each character is a single byte.
2022-04-22 09:05:57 +03:00
Eli Zaretskii
bf771e31bc
; * src/xdisp.c (get_overlay_arrow_glyph_row): Better var name.
2022-04-21 23:25:49 +03:00
Eli Zaretskii
5fe7e4d1ae
Avoid a redisplay loop when 'overlay-arrow-string' is non-ASCII
...
* src/xdisp.c (get_overlay_arrow_glyph_row): Don't assume every
character in 'overlay-arrow-string' is one byte long. Reported by
Yuri D'Elia <wavexx@thregr.org>.
2022-04-21 23:18:42 +03:00