Stefan Kangas
ddabb03a01
* doc/misc/idlwave.texi (Troubleshooting): Don't say "Emacsen".
2022-09-06 23:27:01 +02:00
Stefan Kangas
724444f3d5
; * doc/emacs/misc.texi (emacsclient Options): Fix typo.
2022-09-06 22:46:11 +02:00
Stefan Kangas
b96257162d
Don't mention very old Emacs versions in docs
...
* doc/misc/mh-e.texi (Conventions):
* doc/misc/reftex.texi (Problems and Work-Arounds):
* doc/misc/viper.texi (Loading Viper): Delete references to
very old versions of Emacs.
2022-09-06 14:08:27 +02:00
Stefan Kangas
ecbdb3b0ad
* lisp/server.el: Improve Commentary.
2022-09-05 15:46:30 +02:00
Gregory Heytings
ee5c591249
Explain how the font appearance can be fine-tuned in fbterm.
...
* doc/misc/efaq.texi (Emacs in a Linux console): Briefly document
Xft font specifications with which the font appearance can be
fine-tuned.
2022-09-05 10:57:56 +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
d89e65c638
Update acknowledgments
...
* doc/emacs/ack.texi (Acknowledgments): Update.
* doc/emacs/emacs.texi (Acknowledgments): Add several names from
Author: headers.
2022-09-03 01:39:00 +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
Stefan Kangas
917da2641e
Minor doc fix; improve sorting of VC backends
...
* doc/emacs/maintaining.texi (Version Control Systems): Minor doc fix;
rearrange list to put git, cvs and subversion at the top.
2022-09-01 11:01:14 +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
Gregory Heytings
2d9a391727
Recommend using fbterm in the Linux console.
...
* doc/misc/efaq.texi (Emacs in a Linux console): New node.
(Common requests): Entry for the new node.
* etc/PROBLEMS (Linux console problems...): Mention the new FAQ node.
2022-08-29 20:46:29 +02:00
Eli Zaretskii
a5a92e577c
; * src/window.c (syms_of_window) <window-point-insertion-type>: Doc fix.
2022-08-29 17:09:02 +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
Eli Zaretskii
3fb69fad49
Fix documentation of 'glyphless-char-display'
...
* src/xdisp.c (syms_of_xdisp)<glyphless-char-display>: Doc fix.
(gui_produce_glyphs, lookup_glyphless_char_display): Fix
indentation.
2022-08-27 10:50:57 +03:00
Eli Zaretskii
e3b8577525
; * etc/DEBUG: Fix wording of "X protocol errors" section.
2022-08-25 22:07:04 +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
Andreas Schwab
82bcd44378
* configure.ac: Move AC_LANG_PUSH/POP out of AC_CACHE_CHECK. (Bug#57380)
...
(cherry picked from commit ce82300221 )
2022-08-25 12:20:35 +03:00
Stefan Kangas
1dd0a5c5db
; * doc/misc/htmlfontify.texi: Fix version.
2022-08-22 16:30:29 +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
Alan Mackenzie
9c0eec4ed8
* src/window.c (select_window): Fix assert for buffer = non-active minibuffer
2022-08-19 15:06:38 +00:00
Gerd Möllmann
16dfe04be2
Find libgccjit on macOS with Homebrew differently
...
* configure.ac (MAC_LIBS): Find libgccjit's directory slightly
differently for brew installations.
2022-08-19 11:02:20 +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
Paul Eggert
21751f02d3
Backport tempname changes from master (bug#57129)
...
* lib/tempname.c: Backport from master, which uses current Gnulib.
2022-08-17 20:31:39 -07:00
Stefan Kangas
a4078fa628
; * lisp/vc/ediff.el: Improve wording in last change.
2022-08-16 16:40:39 +02:00
Stefan Kangas
dd077ebded
Revert "; * doc/lispintro/emacs-lisp-intro.texi: Fix typo."
...
This reverts commit 9d0dba44da .
This was not a typo, but incorrectly matching parens in Info-mode.
2022-08-16 13:38:40 +02:00
Stefan Kangas
362c9ab879
* doc/misc/gnus.texi (Article Washing): Fix Links URL.
2022-08-16 08:10:16 +02:00
Stefan Kangas
9d0dba44da
; * doc/lispintro/emacs-lisp-intro.texi: Fix typo.
2022-08-14 16:44:29 +02:00
Eli Zaretskii
0e336fa51f
; Improve documentation of minibuffer history wrt completion
...
* doc/emacs/mini.texi (Minibuffer History): Mention explicitly
that minibuffer history is related also to completion candidates.
Improve indexing. (Bug#57163)
2022-08-14 08:51:44 +03: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