mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-29
cd5856e403Fix bug when calling `rgrep` non-interactivelyba4bdd6a25Adapt Tramp specific tests in eglot-tests.el1d5c35c8e4* lisp/textmodes/texinfo.el (texinfo-flymake): Improve do...a99d0e7e6cSupport a function in the BUFFER-LIST arg of list-buffers...def51dd645; Fix typos4980ed7a6dDon't allow lazy highlight from recursive minibuffers4ef8b9f544Improve resetting face attributes when looking for suitab...c4b8bc90a8; Fix typos in doc stringsc45eb13845; * lisp/bs.el (bs-attributes-list): Doc fixd6adaf487dAdd lexical-binding to example package header03ad1a92a2Add improved tree-sitter navigationa5272e2a7c; * test/src/treesit-tests.el: Add outline headers.489bcacc7cAdd cross-reference to flush-lines0f9e6532b1Use font-lock-number-face for numeric values in csharp-mode4bccb7b211Make treesit-query-validate create a read-only bufferc0fe6c72ceImprove dockerfile-ts-mode imenu generation (Bug#59979)631908f701Add "->" to python--treesit-operators (bug#59968)5d4274d9b6; * admin/notes/tree-sitter/build-module/build.sh: Add -f...d264b75669Align C++ access specifiers to their enclosing class/stru...ca67d988d8Add cmake-ts-mode8ec923775dTweak various ts-mode's indent and fontification (bug#59931)647b6a8099Add expression for generic_name in csharp-ts-mode (bug#59...5b178efd85; Adjust eglot test to recent autopep8/pycodestyle58b8ed8b55; Avoid compilation warning on MS-Windows40c23c11e8* lisp/outline.el: Fix the value 'insert' of outline-mino...527eb11de2* lisp/minibuffer.el (completions-group-separator): Rever...42d740fb2c; Skip two eglot tests when typescript is missing19ef86f775; Remove outdated text describing overlays081bf58300Skip Eglot rust-analyzer tests if 'cargo' isn't available # Conflicts: # lisp/progmodes/typescript-ts-mode.el # lisp/treesit.el
This commit is contained in:
commit
8036739c1b
34 changed files with 935 additions and 107 deletions
10
lisp/bs.el
10
lisp/bs.el
|
|
@ -157,15 +157,15 @@ HEADER : String for header for first line or a function
|
|||
which calculates column title.
|
||||
MINIMUM-LENGTH : Minimum width of column (number or name of function).
|
||||
The function must return a positive integer.
|
||||
MAXIMUM-LENGTH : Maximum width of column (number or name of function)
|
||||
(currently ignored).
|
||||
MAXIMUM-LENGTH : Ignored.
|
||||
ALIGNMENT : Alignment of column (`left', `right', `middle').
|
||||
FUN-OR-STRING : Name of a function for calculating the value or a
|
||||
string for a constant value.
|
||||
|
||||
The function gets as parameter the buffer where we have started
|
||||
buffer selection and the list of all buffers to show. The function must
|
||||
return a string representing the column's value."
|
||||
Functions for HEADER and MINIMUM-LENGTH are called with no arguments.
|
||||
FUN-OR-STRING gets as argument the buffer where we have started
|
||||
buffer selection and the list of all buffers to show. The function
|
||||
must return a string representing the column's value."
|
||||
:group 'bs-appearance
|
||||
:type '(repeat sexp))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue