<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc, branch scratch/ns/performance</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>Make Flymake mode-line indicator customizable (bug#33740)</title>
<updated>2020-12-31T14:03:53+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2020-12-31T13:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2e6fbb05b6c17a1481fd6b73491cfa9c66c0c84f'/>
<id>2e6fbb05b6c17a1481fd6b73491cfa9c66c0c84f</id>
<content type='text'>
* lisp/progmodes/flymake.el (flymake-mode): Use
flymake-mode-line-format.
(flymake--mode-line-format): Remove.
(flymake-mode-line-counter-format, flymake-mode-line-format): New
defcustom.
(flymake-mode-line-title, flymake-mode-line-exception)
(flymake-mode-line-counters, flymake-error-counter)
(flymake-warning-counter, flymake-note-counter): New variables.
(flymake--mode-line-title, flymake--mode-line-exception)
(flymake--mode-line-counters, flymake--mode-line-counter): New
helpers.

* doc/misc/flymake.texi (Customizable variables): Mention
flymake-mode-line-format and flymake-mode-line-counter-format

* etc/NEWS: Mention Flymake's customizable mode-line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/flymake.el (flymake-mode): Use
flymake-mode-line-format.
(flymake--mode-line-format): Remove.
(flymake-mode-line-counter-format, flymake-mode-line-format): New
defcustom.
(flymake-mode-line-title, flymake-mode-line-exception)
(flymake-mode-line-counters, flymake-error-counter)
(flymake-warning-counter, flymake-note-counter): New variables.
(flymake--mode-line-title, flymake--mode-line-exception)
(flymake--mode-line-counters, flymake--mode-line-counter): New
helpers.

* doc/misc/flymake.texi (Customizable variables): Mention
flymake-mode-line-format and flymake-mode-line-counter-format

* etc/NEWS: Mention Flymake's customizable mode-line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow add-to-ordered-list to use a test predicate</title>
<updated>2020-12-31T04:28:47+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-12-31T04:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b1ac23ebef62d5a185727a4973462828dc6f65f0'/>
<id>b1ac23ebef62d5a185727a4973462828dc6f65f0</id>
<content type='text'>
* doc/lispref/lists.texi (List Variables): Update manual.

* lisp/subr.el (add-to-ordered-list): Allow using a test
predicate, and make slightly more efficient (bug#45539).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/lists.texi (List Variables): Update manual.

* lisp/subr.el (add-to-ordered-list): Allow using a test
predicate, and make slightly more efficient (bug#45539).
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Switch add-to-ordered-list to eql"</title>
<updated>2020-12-30T07:08:07+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-12-30T07:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3c0c47b3a74c4ea851293d0869f956a4644af062'/>
<id>3c0c47b3a74c4ea851293d0869f956a4644af062</id>
<content type='text'>
This reverts commit b4fd857ead728a06380250c5336c1ab94a7c2f7a.

I misunderstood the purposed of the function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b4fd857ead728a06380250c5336c1ab94a7c2f7a.

I misunderstood the purposed of the function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch add-to-ordered-list to eql</title>
<updated>2020-12-30T03:48:13+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-12-30T03:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b4fd857ead728a06380250c5336c1ab94a7c2f7a'/>
<id>b4fd857ead728a06380250c5336c1ab94a7c2f7a</id>
<content type='text'>
* doc/lispref/lists.texi (List Variables): Update documentation.

* lisp/subr.el (add-to-ordered-list): Switch to eql (bug#45539).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/lists.texi (List Variables): Update documentation.

* lisp/subr.el (add-to-ordered-list): Switch to eql (bug#45539).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add caveat about the `long' `mode-line-compact' setting</title>
<updated>2020-12-30T02:31:01+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-12-30T02:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cfb0f1c07ca97536fdc0e472e0f14c38c982df2b'/>
<id>cfb0f1c07ca97536fdc0e472e0f14c38c982df2b</id>
<content type='text'>
* doc/lispref/modes.texi (Mode Line Basics): Elaborate on the
`long' setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/modes.texi (Mode Line Basics): Elaborate on the
`long' setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync with Tramp 2.5.0</title>
<updated>2020-12-29T14:36:38+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2020-12-29T14:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7fbcca29b883e68b7a92d4bc706aa0a0bd19b5a4'/>
<id>7fbcca29b883e68b7a92d4bc706aa0a0bd19b5a4</id>
<content type='text'>
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.5.0".

* test/lisp/net/tramp-tests.el
(tramp--test--deftest-direct-async-process): Check, that
`make-process' supports file name handlers.  Suppress
`internal-default-process-sentinel'.
(tramp--test-async-shell-command): Set `proc' proper.
(tramp-test32-shell-command-direct-async): Tag it :unstable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.5.0".

* test/lisp/net/tramp-tests.el
(tramp--test--deftest-direct-async-process): Check, that
`make-process' supports file name handlers.  Suppress
`internal-default-process-sentinel'.
(tramp--test-async-shell-command): Set `proc' proper.
(tramp-test32-shell-command-direct-async): Tag it :unstable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Allow the flymake mode line indicator to be customized"</title>
<updated>2020-12-29T14:08:23+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2020-12-29T14:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ecd9264372a61cf35696288d2d0c8afe77dd084f'/>
<id>ecd9264372a61cf35696288d2d0c8afe77dd084f</id>
<content type='text'>
This reverts commit 37049ee78c4576d340781179317e6cbaaf73b6c3.

It's not ready to be used, contains some fundamental errors.

See bug#33740.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 37049ee78c4576d340781179317e6cbaaf73b6c3.

It's not ready to be used, contains some fundamental errors.

See bug#33740.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce new variable mode-line-compact</title>
<updated>2020-12-29T03:53:03+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-12-29T03:53:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a66f0d3bd3486b7253f482b7169b0de2d0d49c79'/>
<id>a66f0d3bd3486b7253f482b7169b0de2d0d49c79</id>
<content type='text'>
* doc/lispref/modes.texi (Mode Line Basics): Document it (bug#34476).

* src/xdisp.c (display_mode_line): Use it.
(syms_of_xdisp): New variable mode-line-compact.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/modes.texi (Mode Line Basics): Document it (bug#34476).

* src/xdisp.c (display_mode_line): Use it.
(syms_of_xdisp): New variable mode-line-compact.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow the flymake mode line indicator to be customized</title>
<updated>2020-12-29T02:10:00+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-12-29T02:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=37049ee78c4576d340781179317e6cbaaf73b6c3'/>
<id>37049ee78c4576d340781179317e6cbaaf73b6c3</id>
<content type='text'>
* doc/misc/flymake.texi (Customizable variables): Mention it.

* lisp/progmodes/flymake.el (flymake-mode-line-indicator-format):
New variable (bug#33740).
(flymake--mode-line-format): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/flymake.texi (Customizable variables): Mention it.

* lisp/progmodes/flymake.el (flymake-mode-line-indicator-format):
New variable (bug#33740).
(flymake--mode-line-format): Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a SPLIT parameter to `format-spec'</title>
<updated>2020-12-29T02:04:51+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-12-29T02:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=40d16332597d3aa564c9950ae1831faf6867c71a'/>
<id>40d16332597d3aa564c9950ae1831faf6867c71a</id>
<content type='text'>
* doc/lispref/strings.texi (Custom Format Strings): Document it.

* lisp/format-spec.el (format-spec): Add an optional parameter to
return a list of strings (bug#33740).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/strings.texi (Custom Format Strings): Document it.

* lisp/format-spec.el (format-spec): Add an optional parameter to
return a list of strings (bug#33740).
</pre>
</div>
</content>
</entry>
</feed>
