<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp, branch main</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>Merge branch 'bugfix'</title>
<updated>2022-12-02T06:01:25+00:00</updated>
<author>
<name>Ihor Radchenko</name>
</author>
<published>2022-12-02T06:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=53814a8068489eb7baa8ff408b4da15ae6699beb'/>
<id>53814a8068489eb7baa8ff408b4da15ae6699beb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>org-babel-comit-with-output: Fix when prompt is emitted partially</title>
<updated>2022-12-02T05:59:24+00:00</updated>
<author>
<name>Ihor Radchenko</name>
</author>
<published>2022-12-02T05:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4564627415b1e609acdddd6e92b33d51c8e427c1'/>
<id>4564627415b1e609acdddd6e92b33d51c8e427c1</id>
<content type='text'>
* lisp/ob-comint.el (org-babel-comint-with-output): Do not rely on
output filter when detecting prompt lines.  Search for
`comint-prompt-regexp' in the full output after applying the filter.
This is needed when the filter is supplied with partial prompts.

Reported-by: Frédéric Santos &lt;frederic.santos@u-bordeaux.fr&gt;
Link: https://orgmode.org/list/877czca7oj.fsf@u-bordeaux.fr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/ob-comint.el (org-babel-comint-with-output): Do not rely on
output filter when detecting prompt lines.  Search for
`comint-prompt-regexp' in the full output after applying the filter.
This is needed when the filter is supplied with partial prompts.

Reported-by: Frédéric Santos &lt;frederic.santos@u-bordeaux.fr&gt;
Link: https://orgmode.org/list/877czca7oj.fsf@u-bordeaux.fr
</pre>
</div>
</content>
</entry>
<entry>
<title>org-element: Prefer `org-element-with-disabled-cache' macro</title>
<updated>2022-12-02T05:26:56+00:00</updated>
<author>
<name>Ihor Radchenko</name>
</author>
<published>2022-12-02T05:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9e9412919e863bc0d95918903d4e55c9a2ce499d'/>
<id>9e9412919e863bc0d95918903d4e55c9a2ce499d</id>
<content type='text'>
* lisp/org-element.el (org-element--cache-verify-element):
(org-element-at-point-no-context): Use
`org-element-with-disabled-cache' instead of let-binding
`org-element-use-cache' variable.  The former is more reliable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/org-element.el (org-element--cache-verify-element):
(org-element-at-point-no-context): Use
`org-element-with-disabled-cache' instead of let-binding
`org-element-use-cache' variable.  The former is more reliable.
</pre>
</div>
</content>
</entry>
<entry>
<title>ox-md: Tweak a defcustom type for compatibility with Emacs&lt;28</title>
<updated>2022-12-01T22:26:01+00:00</updated>
<author>
<name>Kyle Meyer</name>
</author>
<published>2022-12-01T22:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d122c2b5b41cd0df6431683242e0fa0f4303d863'/>
<id>d122c2b5b41cd0df6431683242e0fa0f4303d863</id>
<content type='text'>
* lisp/ox-md.el (org-md-toplevel-hlevel): Change the type from natnum
to integer, which is less accurate but compatible with all Emacs
versions that Org supports.

This is a follow-up to the recent port of 4b2f5425d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/ox-md.el (org-md-toplevel-hlevel): Change the type from natnum
to integer, which is less accurate but compatible with all Emacs
versions that Org supports.

This is a follow-up to the recent port of 4b2f5425d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport commit 8b3baadf6 from Emacs</title>
<updated>2022-12-01T22:25:59+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-12-01T12:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3159ea296f6fd37bb3e4d51b1343bb3b1c9fd887'/>
<id>3159ea296f6fd37bb3e4d51b1343bb3b1c9fd887</id>
<content type='text'>
* lisp/org-clock.el (org-x11idle-exists-p): Don't try to
invoke "command x11idle" on MS-Windows and MS-DOS.  This fixes a
hang during byte-compilation of Org.

Fix compilation of Org 9.6 on MS-Windows
8b3baadf671b7b3d5058808c4655eca8bd46015e
Eli Zaretskii
Thu Dec 1 14:40:47 2022 +0200
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/org-clock.el (org-x11idle-exists-p): Don't try to
invoke "command x11idle" on MS-Windows and MS-DOS.  This fixes a
hang during byte-compilation of Org.

Fix compilation of Org 9.6 on MS-Windows
8b3baadf671b7b3d5058808c4655eca8bd46015e
Eli Zaretskii
Thu Dec 1 14:40:47 2022 +0200
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport commit 4b2f5425d from Emacs</title>
<updated>2022-12-01T22:25:58+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2022-12-01T11:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9b856c273f7c9844bb25a86223d942f62648c668'/>
<id>9b856c273f7c9844bb25a86223d942f62648c668</id>
<content type='text'>
* lisp/ob-clojure.el
(ob-clojure-babashka-command, ob-clojure-nbb-command):
Account for the possibility of nil (commands absent).
* lisp/org.el (org-safe-remote-resources):
* lisp/ox-md.el (org-md-toplevel-hlevel):
Fix incorrect or invalid types.

Fix types in various defcustom declarations
4b2f5425d7af1a6f992ad8ce0a4452a2e778815a
Mattias Engdegård
Thu Dec 1 13:03:19 2022 +0100

[km] The natnum change will be adjusted in an upcoming commit because
     natnum not available until Emacs 28.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/ob-clojure.el
(ob-clojure-babashka-command, ob-clojure-nbb-command):
Account for the possibility of nil (commands absent).
* lisp/org.el (org-safe-remote-resources):
* lisp/ox-md.el (org-md-toplevel-hlevel):
Fix incorrect or invalid types.

Fix types in various defcustom declarations
4b2f5425d7af1a6f992ad8ce0a4452a2e778815a
Mattias Engdegård
Thu Dec 1 13:03:19 2022 +0100

[km] The natnum change will be adjusted in an upcoming commit because
     natnum not available until Emacs 28.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport commit 8617edfff from Emacs</title>
<updated>2022-11-30T22:19:12+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-11-30T15:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c8ad9e4b28f7b96199ef78b53c7935df4b79b35b'/>
<id>c8ad9e4b28f7b96199ef78b53c7935df4b79b35b</id>
<content type='text'>
; Fix typos
8617edfffd07eb80561b4de6a37c5b0b5f442e07
Stefan Kangas
Wed Nov 30 16:59:41 2022 +0100
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
; Fix typos
8617edfffd07eb80561b4de6a37c5b0b5f442e07
Stefan Kangas
Wed Nov 30 16:59:41 2022 +0100
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport commit c3466099c from Emacs</title>
<updated>2022-11-30T13:55:24+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2022-11-30T12:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7ba099a3fda43b0d73107c454474a8d9300489c5'/>
<id>7ba099a3fda43b0d73107c454474a8d9300489c5</id>
<content type='text'>
* lisp/org-element.el (org-element--get-node-properties):
Escape literal `+`.
* lisp/org-persist.el (org-persist-load:index):
Replace line-start with string-start when the latter is meant.

Org regexp style fixes
c3466099c5f44c52ec73a1bbbb2b42de6f29ac7f
Mattias Engdegård
Wed Nov 30 13:23:38 2022 +0100
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/org-element.el (org-element--get-node-properties):
Escape literal `+`.
* lisp/org-persist.el (org-persist-load:index):
Replace line-start with string-start when the latter is meant.

Org regexp style fixes
c3466099c5f44c52ec73a1bbbb2b42de6f29ac7f
Mattias Engdegård
Wed Nov 30 13:23:38 2022 +0100
</pre>
</div>
</content>
</entry>
<entry>
<title>ob-core: Silence byte-compiler warning</title>
<updated>2022-11-30T02:22:05+00:00</updated>
<author>
<name>Kyle Meyer</name>
</author>
<published>2022-11-30T02:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5fd5912fa4dab0e1730b7bcd08ae8b630466d8b1'/>
<id>5fd5912fa4dab0e1730b7bcd08ae8b630466d8b1</id>
<content type='text'>
* lisp/ob-core.el (org-babel-read-list): Reflow docstring paragraph to
silence "docstring wider than 80 characters" warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/ob-core.el (org-babel-read-list): Reflow docstring paragraph to
silence "docstring wider than 80 characters" warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers for the 9.6 release</title>
<updated>2022-11-29T06:34:50+00:00</updated>
<author>
<name>Bastien</name>
</author>
<published>2022-11-29T06:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b3da427ebb1c401355aa4cba9baeaa92f87ccb2f'/>
<id>b3da427ebb1c401355aa4cba9baeaa92f87ccb2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
