I wonder what do the following lines mean:
They can be found in /boot/fonts/INDEX.fonts, /usr/share/vt/fonts/INDEX.fonts and /usr/share/syscons/fonts/INDEX.fonts in many FreeBSD releases (at least 13.0 through 14.3).
Obviously, they are comments. But unlike other comments in font index files, these lines make no sense to me. So I'm curious. Googling "fset langnew" hasn't produced anything useful...
Edit: If git blame can be trusted, these lines were introduced in 1995 in this commit. Still that commit doesn't give a clue.
Code:
# (fset 'langnew
# "\M-}\C-p\C-k\C-y\C-m\C-y\M-}")
They can be found in /boot/fonts/INDEX.fonts, /usr/share/vt/fonts/INDEX.fonts and /usr/share/syscons/fonts/INDEX.fonts in many FreeBSD releases (at least 13.0 through 14.3).
Obviously, they are comments. But unlike other comments in font index files, these lines make no sense to me. So I'm curious. Googling "fset langnew" hasn't produced anything useful...
Edit: If git blame can be trusted, these lines were introduced in 1995 in this commit. Still that commit doesn't give a clue.