<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc/lispref, branch feature/external-completion</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>; Clarify description of display on the margins</title>
<updated>2022-12-05T19:45:01+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-12-05T19:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ca0da3b83dfc4a366978c9cd17db7a212a83f6d3'/>
<id>ca0da3b83dfc4a366978c9cd17db7a212a83f6d3</id>
<content type='text'>
* doc/lispref/display.texi (Display Margins): More accurate
explanation of how to show text in the display margin without
concealing buffer text.  (Bug#59841)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/display.texi (Display Margins): More accurate
explanation of how to show text in the display margin without
concealing buffer text.  (Bug#59841)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the width of margins for icons in outline-minor-mode (bug#59719)</title>
<updated>2022-12-02T07:54:22+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2022-12-02T07:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bf66b90b9aea61799c089e91ceec3ce237195f3a'/>
<id>bf66b90b9aea61799c089e91ceec3ce237195f3a</id>
<content type='text'>
* doc/lispref/display.texi (Icons): Add :width spec.

* lisp/emacs-lisp/icons.el (icons--create): Handle :width as well.

* lisp/outline.el (outline--margin-width, outline-margin-width):
New variables.
(outline-open-in-margins, outline-close-in-margins)
(outline-close-rtl-in-margins): Don't inherit from parents.
Use `:width font' instead of `:height 10'.
(outline-minor-mode): Calculate the number of columns for margins
to fit the icons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/display.texi (Icons): Add :width spec.

* lisp/emacs-lisp/icons.el (icons--create): Handle :width as well.

* lisp/outline.el (outline--margin-width, outline-margin-width):
New variables.
(outline-open-in-margins, outline-close-in-margins)
(outline-close-rtl-in-margins): Don't inherit from parents.
Use `:width font' instead of `:height 10'.
(outline-minor-mode): Calculate the number of columns for margins
to fit the icons.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos (don't abbreviate "with" or "without")</title>
<updated>2022-12-01T15:36:09+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-12-01T15:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=70ecdebc92c879af90f2d25a2b751d1cc4f3f80d'/>
<id>70ecdebc92c879af90f2d25a2b751d1cc4f3f80d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix recently added treesit documentation</title>
<updated>2022-12-01T15:25:28+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-12-01T15:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4'/>
<id>a86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4</id>
<content type='text'>
* lisp/treesit.el (treesit-defun-prefer-top-level):
* doc/lispref/positions.texi (List Motion): Fix wording.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/treesit.el (treesit-defun-prefer-top-level):
* doc/lispref/positions.texi (List Motion): Fix wording.
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/lispref/frames.texi (Input Focus): Clarify for XInput 2 support.</title>
<updated>2022-12-01T12:34:17+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2022-12-01T11:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3b5b99ac919eff05374d74b4a052d33c34c56742'/>
<id>3b5b99ac919eff05374d74b4a052d33c34c56742</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make treesit-defun-prefer-top-level more flexible</title>
<updated>2022-12-01T00:57:08+00:00</updated>
<author>
<name>Yuan Fu</name>
</author>
<published>2022-11-30T23:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=01e7d4b2a1e7c3299ac73ade27b5efa46b12742b'/>
<id>01e7d4b2a1e7c3299ac73ade27b5efa46b12742b</id>
<content type='text'>
* doc/lispref/positions.texi (List Motion): Update manual.
* lisp/treesit.el (treesit-defun-prefer-top-level): Update docstring.
(treesit--defun-maybe-top-level): Change to accept new format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/positions.texi (List Motion): Update manual.
* lisp/treesit.el (treesit-defun-prefer-top-level): Update docstring.
(treesit--defun-maybe-top-level): Change to accept new format.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * doc/lispref/windows.texi (Selecting Windows): Doc fix</title>
<updated>2022-11-28T11:58:26+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2022-11-28T11:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=264e9e3a1776b7c1a864022c78d74c911d4fe9d1'/>
<id>264e9e3a1776b7c1a864022c78d74c911d4fe9d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Consistently call alists "association list"</title>
<updated>2022-11-27T17:12:45+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-11-27T17:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7bf393dcf0d905b947e5f5311815a08586ced0b0'/>
<id>7bf393dcf0d905b947e5f5311815a08586ced0b0</id>
<content type='text'>
* doc/lispref/compile.texi (Compiler Errors):
* doc/misc/gnus.texi (Score File Format):
* etc/NEWS.24:
* lisp/emacs-lisp/byte-run.el (with-suppressed-warnings):
* lisp/progmodes/gdb-mi.el (gdb-threads-list)
(gdb-breakpoints-list, gdb-place-breakpoints): Prefer the term
"association list" for alists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/compile.texi (Compiler Errors):
* doc/misc/gnus.texi (Score File Format):
* etc/NEWS.24:
* lisp/emacs-lisp/byte-run.el (with-suppressed-warnings):
* lisp/progmodes/gdb-mi.el (gdb-threads-list)
(gdb-breakpoints-list, gdb-place-breakpoints): Prefer the term
"association list" for alists.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend memory-info for remote systems</title>
<updated>2022-11-27T15:57:03+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2022-11-27T15:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1cbf2655db40cd474411b77ece57a287eb85ea2c'/>
<id>1cbf2655db40cd474411b77ece57a287eb85ea2c</id>
<content type='text'>
* doc/lispref/files.texi (Magic File Names): Add memory-info.

* doc/lispref/internals.texi (Garbage Collection): memory-info can
also retrieve values from remote systems.

* etc/NEWS: Document changes in memory-info.  Fix typos.

* lisp/files.el (warn-maybe-out-of-memory): Ensure local memory info.

* lisp/net/tramp.el (tramp-handle-memory-info): New defun.
(tramp-file-name-for-operation)
* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist):
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler-alist):
* lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist):
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
* lisp/net/tramp-rclone.el (tramp-rclone-file-name-handler-alist):
* lisp/net/tramp-sh.el (tramp-sh-file-name-handler-alist):
* lisp/net/tramp-smb.el (tramp-smb-file-name-handler-alist):
* lisp/net/tramp-sshfs.el (tramp-sshfs-file-name-handler-alist)
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-file-name-handler-alist):
Add 'memory-info'.

* lisp/net/tramp-sshfs.el (tramp-sshfs-handle-exec-path):
Let-bind `process-file-side-effects'.

* src/alloc.c (Fmemory_info): Support remote systems.
(Qmemory_info): Declare.

* test/lisp/net/tramp-tests.el (tramp-test31-memory-info): New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/files.texi (Magic File Names): Add memory-info.

* doc/lispref/internals.texi (Garbage Collection): memory-info can
also retrieve values from remote systems.

* etc/NEWS: Document changes in memory-info.  Fix typos.

* lisp/files.el (warn-maybe-out-of-memory): Ensure local memory info.

* lisp/net/tramp.el (tramp-handle-memory-info): New defun.
(tramp-file-name-for-operation)
* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist):
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler-alist):
* lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist):
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
* lisp/net/tramp-rclone.el (tramp-rclone-file-name-handler-alist):
* lisp/net/tramp-sh.el (tramp-sh-file-name-handler-alist):
* lisp/net/tramp-smb.el (tramp-smb-file-name-handler-alist):
* lisp/net/tramp-sshfs.el (tramp-sshfs-file-name-handler-alist)
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-file-name-handler-alist):
Add 'memory-info'.

* lisp/net/tramp-sshfs.el (tramp-sshfs-handle-exec-path):
Let-bind `process-file-side-effects'.

* src/alloc.c (Fmemory_info): Support remote systems.
(Qmemory_info): Declare.

* test/lisp/net/tramp-tests.el (tramp-test31-memory-info): New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default limit for tree-sitter recursive tree-traversing function</title>
<updated>2022-11-26T23:40:24+00:00</updated>
<author>
<name>Yuan Fu</name>
</author>
<published>2022-11-26T22:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cc086f37e89051f62538d5ead1c011580b667598'/>
<id>cc086f37e89051f62538d5ead1c011580b667598</id>
<content type='text'>
This fixes bug#59426.

* src/treesit.c (treesit_search_dfs)
(treesit_build_sparse_tree): Remove no_limit parameter.
(Ftreesit_search_forward, Ftreesit_induce_sparse_tree): Use default
limit of 1000.

* doc/lispref/parsing.texi (Retrieving Nodes): Update manual.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes bug#59426.

* src/treesit.c (treesit_search_dfs)
(treesit_build_sparse_tree): Remove no_limit parameter.
(Ftreesit_search_forward, Ftreesit_induce_sparse_tree): Use default
limit of 1000.

* doc/lispref/parsing.texi (Retrieving Nodes): Update manual.
</pre>
</div>
</content>
</entry>
</feed>
