<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch scratch/annotation-function-improvements</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>Overhaul annotation-function to match affixation-function</title>
<updated>2021-05-25T23:47:22+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2021-05-24T15:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=93342b5776f4ad0819b2822c17bd3b836442c218'/>
<id>93342b5776f4ad0819b2822c17bd3b836442c218</id>
<content type='text'>
* doc/lispref/minibuf.texi (Programmed Completion): Rework
annotation-function and affixation-function.

* lisp/help-fns.el (help--symbol-completion-table-annotation): Rename
from help--symbol-completion-table-affixation.
(help--symbol-completion-table): Use
help--symbol-completion-table-annotation.

* lisp/minibuffer.el (minibuffer-completion-help): Interpret
annotation-function with more sophistication.

* lisp/simple.el (read-extended-command): Use
read-extended-command--annotation
(read-extended-command--annotation): Rename from
read-extended-command--affixation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/minibuf.texi (Programmed Completion): Rework
annotation-function and affixation-function.

* lisp/help-fns.el (help--symbol-completion-table-annotation): Rename
from help--symbol-completion-table-affixation.
(help--symbol-completion-table): Use
help--symbol-completion-table-annotation.

* lisp/minibuffer.el (minibuffer-completion-help): Interpret
annotation-function with more sophistication.

* lisp/simple.el (read-extended-command): Use
read-extended-command--annotation
(read-extended-command--annotation): Rename from
read-extended-command--affixation
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix find invocation for macOS (Bug#48471).</title>
<updated>2021-05-23T11:03:49+00:00</updated>
<author>
<name>Philipp Stephani</name>
</author>
<published>2021-05-17T19:59:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2e55201b8085d64c76d9a35bffff90a02133647e'/>
<id>2e55201b8085d64c76d9a35bffff90a02133647e</id>
<content type='text'>
* lisp/progmodes/project.el (project--files-in-directory): Instead of
appending a slash (which doesn't work well with macOS find), remove
trailing slash and pass -H instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el (project--files-in-directory): Instead of
appending a slash (which doesn't work well with macOS find), remove
trailing slash and pass -H instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt tramp-archive-autoload-file-name-handler</title>
<updated>2021-05-23T10:34:36+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2021-05-23T10:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fc87cdf95986667bf083fdab01df20a6a07d5d0f'/>
<id>fc87cdf95986667bf083fdab01df20a6a07d5d0f</id>
<content type='text'>
* lisp/net/tramp-archive.el (tramp-archive-autoload-file-name-handler):
Bind `default-directory' to safe value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-archive.el (tramp-archive-autoload-file-name-handler):
Bind `default-directory' to safe value.
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/editfns.c (Finsert_char): Add docstring reference to read-char-by-name.</title>
<updated>2021-05-22T20:52:19+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2021-05-22T20:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c60d707f2cc62b4cbe7f9c29d6ff9c2ae0277f9b'/>
<id>c60d707f2cc62b4cbe7f9c29d6ff9c2ae0277f9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document bug-reference setup for 3rd-party packages</title>
<updated>2021-05-22T17:06:57+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2021-05-22T17:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=62e2dce3a99cffb174240eed633196058e3c18a2'/>
<id>62e2dce3a99cffb174240eed633196058e3c18a2</id>
<content type='text'>
* doc/emacs/maintaining.texi (Bug Reference): Add section explaining
adding support for third-party packages.
* lisp/progmodes/bug-reference.el (bug-reference-maybe-setup-from-vc)
(bug-reference-maybe-setup-from-mail)
(bug-reference-maybe-setup-from-irc): Rename from
bug-reference--maybe-setup-from-*, i.e., un-privatize them because
they are advertised in the docs now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/maintaining.texi (Bug Reference): Add section explaining
adding support for third-party packages.
* lisp/progmodes/bug-reference.el (bug-reference-maybe-setup-from-vc)
(bug-reference-maybe-setup-from-mail)
(bug-reference-maybe-setup-from-irc): Rename from
bug-reference--maybe-setup-from-*, i.e., un-privatize them because
they are advertised in the docs now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2021-05-22T16:19:01+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2021-05-22T16:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=048dc9441e77e5147ddf3c2ab64ddc3ba6fa0f3a'/>
<id>048dc9441e77e5147ddf3c2ab64ddc3ba6fa0f3a</id>
<content type='text'>
30e5d93ee1 (origin/emacs-27) Improve documentation of display tables
8804ac857b * src/buffer.c (syms_of_buffer) &lt;ctl-arrow&gt;: Doc fix.  (Bu...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
30e5d93ee1 (origin/emacs-27) Improve documentation of display tables
8804ac857b * src/buffer.c (syms_of_buffer) &lt;ctl-arrow&gt;: Doc fix.  (Bu...
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/emacs/maintaining.texi (Bug Reference): Fix cross refs.</title>
<updated>2021-05-22T16:17:56+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2021-05-22T16:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=35182fff407ce9e6180e50e627914d63c4f3504c'/>
<id>35182fff407ce9e6180e50e627914d63c4f3504c</id>
<content type='text'>
"First argument to cross-reference may not be empty." (makeinfo 4).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"First argument to cross-reference may not be empty." (makeinfo 4).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug#48476</title>
<updated>2021-05-22T15:51:07+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2021-05-22T15:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4db69b32b835a833168982b0f11a43d7f62ba8b2'/>
<id>4db69b32b835a833168982b0f11a43d7f62ba8b2</id>
<content type='text'>
* lisp/net/tramp-archive.el (tramp-archive-autoload-file-name-handler):
Add implementation.

* lisp/net/tramp-integration.el (tramp-rename-files)
(tramp-rename-these-files): Declare them.

* lisp/net/tramp.el (tramp-autoload-file-name-handler):
Load tramp-archive.el if needed.  (Bug#48476)

* test/lisp/net/tramp-archive-tests.el (tramp-archive-test45-auto-load):
Extend test.

Use #' syntax for function symbols.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-archive.el (tramp-archive-autoload-file-name-handler):
Add implementation.

* lisp/net/tramp-integration.el (tramp-rename-files)
(tramp-rename-these-files): Declare them.

* lisp/net/tramp.el (tramp-autoload-file-name-handler):
Load tramp-archive.el if needed.  (Bug#48476)

* test/lisp/net/tramp-archive-tests.el (tramp-archive-test45-auto-load):
Extend test.

Use #' syntax for function symbols.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/emacs-lisp/subr-x.el (if-let*, if-let): Use looser Edebug spec</title>
<updated>2021-05-22T14:21:59+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2021-05-22T14:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=84e207c81187ff46fb94775ccb24d9b76b80db9c'/>
<id>84e207c81187ff46fb94775ccb24d9b76b80db9c</id>
<content type='text'>
This makes the same spec work both for `if-let` and `when-let`.

(when-let*, and-let*, when-let): Simplify accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the same spec work both for `if-let` and `when-let`.

(when-let*, and-let*, when-let): Simplify accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix native-comp-async-report-warnings-errors :type</title>
<updated>2021-05-22T12:22:29+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2021-05-22T12:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=43fd13770a8ac8452669e4de3281e9189cb36c5a'/>
<id>43fd13770a8ac8452669e4de3281e9189cb36c5a</id>
<content type='text'>
* doc/lispref/compile.texi (Native-Compilation Variables): Document
'silent' alternative of native-comp-async-report-warnings-errors.
* lisp/emacs-lisp/comp.el
(native-comp-async-report-warnings-errors): Fix quoting in
:type expression (bug#48586).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/compile.texi (Native-Compilation Variables): Document
'silent' alternative of native-comp-async-report-warnings-errors.
* lisp/emacs-lisp/comp.el
(native-comp-async-report-warnings-errors): Fix quoting in
:type expression (bug#48586).
</pre>
</div>
</content>
</entry>
</feed>
