<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp, branch scratch/static_assert</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>* lisp/isearch.el: Exit Isearch after deleting the frame (bug#41338).</title>
<updated>2024-07-23T18:00:23+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2024-07-23T18:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=19a18e487b8e2f0c1627b9cc98e601327e884eb2'/>
<id>19a18e487b8e2f0c1627b9cc98e601327e884eb2</id>
<content type='text'>
(isearch-mode): Add 'isearch-done' to 'delete-frame-functions'.
(isearch-done): Remove 'isearch-done' from 'delete-frame-functions'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(isearch-mode): Add 'isearch-done' to 'delete-frame-functions'.
(isearch-done): Remove 'isearch-done' from 'delete-frame-functions'.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/isearch.el: Preserve original value of overriding-terminal-local-map.</title>
<updated>2024-07-23T17:51:43+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2024-07-23T17:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6760cedc5e0e8dc2a49d3d13e54f5f153df5a3d0'/>
<id>6760cedc5e0e8dc2a49d3d13e54f5f153df5a3d0</id>
<content type='text'>
(isearch--saved-local-map): New variable (bug#72229).
(isearch-mode): Set isearch--saved-local-map to
overriding-terminal-local-map.
(isearch-done): Set overriding-terminal-local-map back to
isearch--saved-local-map.
(isearch-mouse-2): Let-bind overriding-terminal-local-map to
isearch--saved-local-map.
(isearch-done): Move comment intended to be docstring to docstring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(isearch--saved-local-map): New variable (bug#72229).
(isearch-mode): Set isearch--saved-local-map to
overriding-terminal-local-map.
(isearch-done): Set overriding-terminal-local-map back to
isearch--saved-local-map.
(isearch-mouse-2): Let-bind overriding-terminal-local-map to
isearch--saved-local-map.
(isearch-done): Move comment intended to be docstring to docstring.
</pre>
</div>
</content>
</entry>
<entry>
<title>Better reproduce mouse event coalescence during touch event translation</title>
<updated>2024-07-23T12:44:06+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-07-23T12:44:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f521235656040dbae8406682976233f771c0c81c'/>
<id>f521235656040dbae8406682976233f771c0c81c</id>
<content type='text'>
* lisp/touch-screen.el (touch-screen-handle-touch): Save the
confines of the current mouse glyph before initiating simple
translation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/touch-screen.el (touch-screen-handle-touch): Save the
confines of the current mouse glyph before initiating simple
translation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't highlight matches in dired query-replace commands</title>
<updated>2024-07-23T06:37:39+00:00</updated>
<author>
<name>Visuwesh</name>
</author>
<published>2024-07-17T03:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cc6324d9dca662ea0ca9439411f4852b85e18986'/>
<id>cc6324d9dca662ea0ca9439411f4852b85e18986</id>
<content type='text'>
* lisp/dired-aux.el (dired-do-query-replace-regexp)
(dired-do-replace-regexp-as-diff)
(dired-do-find-regexp-and-replace): Turn off lazy highlighting
when reading the regexp from the user to avoid highlighting
regexp matches in the dired buffer. (bug#72147)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/dired-aux.el (dired-do-query-replace-regexp)
(dired-do-replace-regexp-as-diff)
(dired-do-find-regexp-and-replace): Turn off lazy highlighting
when reading the regexp from the user to avoid highlighting
regexp matches in the dired buffer. (bug#72147)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to commit compatibility function handles</title>
<updated>2024-07-21T12:56:52+00:00</updated>
<author>
<name>Theodor Thornhill</name>
</author>
<published>2024-07-21T12:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ccb856189f483abfaa584f428b09a863f816a040'/>
<id>ccb856189f483abfaa584f428b09a863f816a040</id>
<content type='text'>
* lisp/progmodes/typescript-ts-mode.el
(tsx-ts-mode--indent-compatibility-b893426): Add link to GitHub.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/typescript-ts-mode.el
(tsx-ts-mode--indent-compatibility-b893426): Add link to GitHub.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Minor whitespace fix</title>
<updated>2024-07-21T12:54:12+00:00</updated>
<author>
<name>Theodor Thornhill</name>
</author>
<published>2024-07-21T11:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=810be9cf863ecf74d6ca649ce38450a44ae55719'/>
<id>810be9cf863ecf74d6ca649ce38450a44ae55719</id>
<content type='text'>
*
lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--font-lock-settings):
Tabs to spaces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*
lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--font-lock-settings):
Tabs to spaces.
</pre>
</div>
</content>
</entry>
<entry>
<title>Signal error on wrong typescript dialect</title>
<updated>2024-07-21T11:55:49+00:00</updated>
<author>
<name>Theodor Thornhill</name>
</author>
<published>2024-07-21T11:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7a059ed88a13d660cc5eb20f5fa6a2903ed23247'/>
<id>7a059ed88a13d660cc5eb20f5fa6a2903ed23247</id>
<content type='text'>
*
lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode-wrong-dialect-error):
New error.

*
lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--check-dialect):
Helper function.

*
lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--indent-rules,
tsx-ts-mode--font-lock-compatibility-bb1f97b,
tsx-ts-mode--font-lock-compatibility-function-expression,
tsx-ts-mode--font-lock-compatibility-function-expression,
typescript-ts-mode--font-lock-settings): Use the new helper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*
lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode-wrong-dialect-error):
New error.

*
lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--check-dialect):
Helper function.

*
lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--indent-rules,
tsx-ts-mode--font-lock-compatibility-bb1f97b,
tsx-ts-mode--font-lock-compatibility-function-expression,
tsx-ts-mode--font-lock-compatibility-function-expression,
typescript-ts-mode--font-lock-settings): Use the new helper.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typo</title>
<updated>2024-07-21T10:51:42+00:00</updated>
<author>
<name>Theodor Thornhill</name>
</author>
<published>2024-07-21T10:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cdca1ba2e9dbbe2bb469c91179cdda4fd4585bb0'/>
<id>cdca1ba2e9dbbe2bb469c91179cdda4fd4585bb0</id>
<content type='text'>
* lisp/treesit.el (treesit-ready-p): Minor typo fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/treesit.el (treesit-ready-p): Minor typo fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/progmodes/go-ts-mode.el (go-ts-mode-build-tags): Fix :version.</title>
<updated>2024-07-21T09:13:35+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2024-07-21T09:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5c08fd80d27c61512d1f3f5cf9c38e2d5c3a5c18'/>
<id>5c08fd80d27c61512d1f3f5cf9c38e2d5c3a5c18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add commands to run unit tests in 'go-ts-mode'</title>
<updated>2024-07-21T06:03:18+00:00</updated>
<author>
<name>Ankit R Gadiya</name>
</author>
<published>2024-05-13T18:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f249c81f868e8fea9d2a05ce258b3ebefba6620f'/>
<id>f249c81f868e8fea9d2a05ce258b3ebefba6620f</id>
<content type='text'>
* lisp/progmodes/go-ts-mode.el (go-ts-mode-build-tags): New variable.
(go-ts-mode-map): Add new bindings.
(go-ts-mode--get-build-tags-flag, go-ts-mode--compile-test)
(go-ts-mode--find-defun-at, go-ts-mode--get-function-regexp)
(go-ts-mode--get-functions-in-range)
(go-ts-mode--get-test-regexp-at-point)
(go-ts-mode-test-function-at-point, go-ts-mode-test-this-file)
(go-ts-mode-test-this-package): New functions.

* etc/NEWS: Mention the change.

(Bug#70939)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/go-ts-mode.el (go-ts-mode-build-tags): New variable.
(go-ts-mode-map): Add new bindings.
(go-ts-mode--get-build-tags-flag, go-ts-mode--compile-test)
(go-ts-mode--find-defun-at, go-ts-mode--get-function-regexp)
(go-ts-mode--get-functions-in-range)
(go-ts-mode--get-test-regexp-at-point)
(go-ts-mode-test-function-at-point, go-ts-mode-test-this-file)
(go-ts-mode-test-this-package): New functions.

* etc/NEWS: Mention the change.

(Bug#70939)
</pre>
</div>
</content>
</entry>
</feed>
