<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test/lisp, branch scratch/test-remote</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>; Instrument file-notify-test07-many-events</title>
<updated>2025-09-16T07:04:05+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-09-16T07:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3cb1cdfba79f12897d887f0a204943adb236ab3f'/>
<id>3cb1cdfba79f12897d887f0a204943adb236ab3f</id>
<content type='text'>
* test/lisp/filenotify-tests.el (file-notify-test07-many-events):
Instrument for debugging on emba.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/filenotify-tests.el (file-notify-test07-many-events):
Instrument for debugging on emba.
</pre>
</div>
</content>
</entry>
<entry>
<title>ruby-syntax-propertize: Add exception for /=</title>
<updated>2025-09-15T23:17:13+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2025-09-15T23:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=76f50fa55ce19eb4ae0a249a53289c724ea23492'/>
<id>76f50fa55ce19eb4ae0a249a53289c724ea23492</id>
<content type='text'>
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize):
Create an exception for assign-division operator not to be
recognized as regexp start (bug#79454).

* test/lisp/progmodes/ruby-mode-resources/ruby.rb: Add example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize):
Create an exception for assign-division operator not to be
recognized as regexp start (bug#79454).

* test/lisp/progmodes/ruby-mode-resources/ruby.rb: Add example.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tramp code cleanup</title>
<updated>2025-09-15T16:26:50+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-09-15T16:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d6a7b0cd33c6300aeba184d1e7b5fdec41704058'/>
<id>d6a7b0cd33c6300aeba184d1e7b5fdec41704058</id>
<content type='text'>
* lisp/net/tramp.el (tramp-use-absolute-autoload-file-names)
(tramp-skeleton-file-name-all-completions)
(tramp-parse-auth-sources, tramp-parse-file, tramp-parse-netrc):
* lisp/net/tramp-cache.el (tramp-parse-connection-properties):
* lisp/net/tramp-gvfs.el (tramp-gvfs-parse-device-names):
* lisp/net/tramp-sh.el (tramp-sh-handle-insert-directory):
Use `seq-uniq'.

* lisp/net/tramp.el (tramp-register-foreign-file-name-handler):
* lisp/net/tramp-fuse.el (tramp-fuse-handle-directory-files):
Use `seq-union'.

* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test17-insert-directory):
* test/lisp/net/tramp-tests.el (tramp-test17-insert-directory):
Use `seq-union'.
(tramp-test42-utf8): Use `seq-uniq' and `tramp-compat-seq-keep'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp.el (tramp-use-absolute-autoload-file-names)
(tramp-skeleton-file-name-all-completions)
(tramp-parse-auth-sources, tramp-parse-file, tramp-parse-netrc):
* lisp/net/tramp-cache.el (tramp-parse-connection-properties):
* lisp/net/tramp-gvfs.el (tramp-gvfs-parse-device-names):
* lisp/net/tramp-sh.el (tramp-sh-handle-insert-directory):
Use `seq-uniq'.

* lisp/net/tramp.el (tramp-register-foreign-file-name-handler):
* lisp/net/tramp-fuse.el (tramp-fuse-handle-directory-files):
Use `seq-union'.

* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test17-insert-directory):
* test/lisp/net/tramp-tests.el (tramp-test17-insert-directory):
Use `seq-union'.
(tramp-test42-utf8): Use `seq-uniq' and `tramp-compat-seq-keep'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve check for netrc tokens</title>
<updated>2025-09-15T09:43:52+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-09-15T09:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=72c19d0f395e8883c65689c86e79905a34d36586'/>
<id>72c19d0f395e8883c65689c86e79905a34d36586</id>
<content type='text'>
* doc/misc/auth.texi (Help for users): Mention also "#" inside tokens.

* lisp/auth-source.el (auth-source-netrc-create): Better check for
token format.

* test/lisp/auth-source-tests.el (auth-source-backend-parse-json):
New test.
(auth-source-test-netrc-create-secret): Extend test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/auth.texi (Help for users): Mention also "#" inside tokens.

* lisp/auth-source.el (auth-source-netrc-create): Better check for
token format.

* test/lisp/auth-source-tests.el (auth-source-backend-parse-json):
New test.
(auth-source-test-netrc-create-secret): Extend test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use linear arrays in ispell test to work with old bash</title>
<updated>2025-09-14T10:40:09+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2025-09-13T14:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cb17a8bbf3989c0ebbebca0310dc7009f3442df7'/>
<id>cb17a8bbf3989c0ebbebca0310dc7009f3442df7</id>
<content type='text'>
* test/lisp/textmodes/ispell-resources/fake-aspell-new.bash:
Avoid using associative arrays since they are not available
in old bash versions that come with some systems (bug#79177).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/textmodes/ispell-resources/fake-aspell-new.bash:
Avoid using associative arrays since they are not available
in old bash versions that come with some systems (bug#79177).
</pre>
</div>
</content>
</entry>
<entry>
<title>; ispell-tests: use require instead of load</title>
<updated>2025-09-14T09:31:53+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2025-09-13T15:18:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=01e7d537b00bec79a3e0d65ee91da0549621e1a3'/>
<id>01e7d537b00bec79a3e0d65ee91da0549621e1a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * test/lisp/dom-tests.el: silence obsoletion warnings</title>
<updated>2025-09-14T09:31:53+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2025-09-13T15:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3300f2f40a1f7077437c4ea0abd38bc4b9b961fe'/>
<id>3300f2f40a1f7077437c4ea0abd38bc4b9b961fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * test/lisp/net/tramp-tests.el: silence function-quoting warning</title>
<updated>2025-09-14T09:31:53+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2025-09-13T14:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c2a20f65d310539a7d6613565ca742954424112f'/>
<id>c2a20f65d310539a7d6613565ca742954424112f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'ucs-normalize' tests following Unciode 17.0 import</title>
<updated>2025-09-14T04:34:41+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-09-14T04:34:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6f9a46f926e8cd22778416c7b5873dd5793e1d71'/>
<id>6f9a46f926e8cd22778416c7b5873dd5793e1d71</id>
<content type='text'>
* lisp/international/ucs-normalize.el
(ucs-normalize-composition-exclusions): Doc fix.

* test/lisp/international/ucs-normalize-tests.el
(ucs-normalize-tests--failing-lines-part1): Update to _really_
match Unicode 17.0.

* admin/notes/unicode: Update instructions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/international/ucs-normalize.el
(ucs-normalize-composition-exclusions): Doc fix.

* test/lisp/international/ucs-normalize-tests.el
(ucs-normalize-tests--failing-lines-part1): Update to _really_
match Unicode 17.0.

* admin/notes/unicode: Update instructions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Unicode-related tests</title>
<updated>2025-09-13T14:52:30+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-09-13T14:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fd5d35407abb784344c9bf4e0ae731c72df79d57'/>
<id>fd5d35407abb784344c9bf4e0ae731c72df79d57</id>
<content type='text'>
* test/lisp/international/mule-tests.el
(mule-cmds-tests--ucs-names-missing-names): Update no-name regions
of codepoints to Unicode 17.0.

* lisp/international/mule-cmds.el (ucs-names): Fix comments.

* admin/notes/unicode: Update instructions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/international/mule-tests.el
(mule-cmds-tests--ucs-names-missing-names): Update no-name regions
of codepoints to Unicode 17.0.

* lisp/international/mule-cmds.el (ucs-names): Fix comments.

* admin/notes/unicode: Update instructions.
</pre>
</div>
</content>
</entry>
</feed>
