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 ce82300221f270241fdda1f5dfb567bdb1208543)
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 9d0dba44da7ac83d018fff3c26d33dac12ebd806.
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
Stefan Kangas
e746fc2e7b
Delete stale comments from Lisp Intro manual
...
* doc/lispintro/emacs-lisp-intro.texi (Args as Variable or List)
(print-elements-of-list, Miscellaneous): Delete some references to
Emacs 22.
2022-08-12 15:59:36 +02:00
Stefan Kangas
77613b9217
; Delete redundant installation instructions from ebnf2ps.el
...
* lisp/progmodes/ebnf2ps.el: Delete redundant installation
instructions.
2022-08-12 15:46:29 +02:00
Stefan Kangas
9419bc904d
; * lisp/printing.el: Delete outdated download instructions.
2022-08-11 15:18:43 +02:00
Stefan Kangas
31af0f4eb7
Don't list Emacs as requirement for built-in package
...
* doc/misc/htmlfontify.texi (Requirements): Don't list Emacs as
requirement for built-in package.
2022-08-11 15:03:29 +02:00
YAMAMOTO Mitsuharu
ae348b719e
Fix wrong metrics for bitmap-only fonts with HarfBuzz 5
...
* src/ftcrfont.c (ftcrhbfont_begin_hb_font): Always use the standard
position unit value on HarfBuzz 5 and later regardless of whether the
font is bitmap-only or not. (Bug#57066)
2022-08-11 18:16:24 +09:00
Eli Zaretskii
648acc8848
; Fix @setfilename in calc.texi
...
* doc/misc/calc.texi: Move the @setfilename command to its proper
place. (Bug#57107)
2022-08-10 14:57:07 +03:00
Stefan Kangas
14833cd9df
Improve wording when documenting other TRAMP syntaxes
...
* doc/misc/tramp.texi (Change file name syntax): Improve wording.
(Bug#57061)
2022-08-09 22:35:35 +02:00
Stefan Kangas
628df15da5
; * doc/misc/viper.texi (Rudimentary Changes): Avoid alias.
2022-08-09 22:21:01 +02:00
Stefan Kangas
85de996bbb
* lisp/vc/diff-mode.el: Don't mention XEmacs.
2022-08-08 21:44:01 +02:00
Stefan Kangas
d91ffdbec2
Don't mention XEmacs toolbar in ediff manual
...
* doc/misc/ediff.texi (Other Session Commands): Don't mention XEmacs
specific toolbar support for now. This can be changed back once the
toolbar is ported to Emacs.
2022-08-08 21:28:53 +02:00
Eli Zaretskii
7ffcba4213
* etc/PROBLEMS: Problems with Alacritty and Emoji. (Bug#56952)
2022-08-06 19:19:01 +03:00
YugaEgo
df95118e83
Link from (emacs)Init Syntax to (elisp)Introduction
...
* doc/emacs/custom.texi (Init Syntax): Link to the ELisp manual (Bug#56870)
2022-08-06 16:18:02 +03:00
Stefan Kangas
7793cf0c3d
Don't mention removed XEmacs support in reftex manual
...
* doc/misc/reftex.texi (Installation, Imprint): Don't mention
removed XEmacs support.
2022-08-06 14:26:07 +02:00