~suntong001/emacs-starter-kit/+git/master:feature/type-hierarchy

Last commit made on 2024-02-28
Get this branch:
git clone -b feature/type-hierarchy https://git.launchpad.net/~suntong001/emacs-starter-kit/+git/master

Branch merges

Branch information

Name:
feature/type-hierarchy
Repository:
lp:~suntong001/emacs-starter-kit/+git/master

Recent commits

f8311e8... by Andrea Corallo <email address hidden>

Run syncdoc-type-hierarchy.el to follow obarray type introduction

* doc/lispref/type_hierarchy.jpg: Update.
* doc/lispref/type_hierarchy.txt: Likewise.

1fbe56c... by Andrea Corallo <email address hidden>

Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'

05195e1... by Andrea Corallo <email address hidden>

* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add 'symbol-with-pos'.

91b9088... by Andrea Corallo <email address hidden>

* lisp/emacs-lisp/comp.el (comp-known-predicates): Add 'symbol-with-pos-p'.

bca3c9b... by "Basil L. Contovounesios" <email address hidden>

; Fix :type of text-mode-ispell-word-completion.

f7c2fe3... by "Basil L. Contovounesios" <email address hidden>

Pacify some docstring control char warnings

Other instances are discussed in the following thread:
https://lists.gnu.org/r/emacs-devel/2024-02/msg00797.html

* lisp/allout.el (allout-command-prefix): Declare :type as
key-sequence. Mark up key sequences in docstring.
* lisp/auth-source.el (auth-source--decode-octal-string):
* lisp/ffap.el (ffap-search-backward-file-end):
* lisp/gnus/gnus-art.el (gnus-page-delimiter):
* lisp/gnus/nnheader.el (nnheader-strip-cr):
* lisp/proced.el (proced-log):
* lisp/progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
* lisp/url/url-http.el (url-http-clean-headers):
* lisp/vcursor.el (vcursor-interpret-input): Quote control
characters in docstrings.

e490d2f... by Michael Albinus

Revert change in tramp-adb-send-command

* lisp/net/tramp-adb.el (tramp-adb-send-command): Revert check for
`tramp-androidsu-method'. There is no need to restrict the check.

1ddd9c8... by "Basil L. Contovounesios" <email address hidden>

; * .mailmap: Fix GitHub address (bug#68559#170).

8a2d013... by Liu Hui

Fix Python shell completion test failures

* test/lisp/progmodes/python-tests.el
(python-tests-with-temp-buffer-with-shell): Set XDG_CACHE_HOME
to a temporary directory.
(python-tests--pythonstartup-file): New function.
(python-shell-completion-at-point-jedi-completer)
(python-shell-completion-at-point-ipython): Use Jedi as the
native completion backend when possible. (bug#68559)

3412b64... by "Basil L. Contovounesios" <email address hidden>

; Update Lisp_Obarray hash for CHECK_STRUCTS

This follows commit 462d8ba813 of 2024-02-23
"Add a proper type for obarrays".