<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/net, branch pkg</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>Allow intern with ":xyz" again</title>
<updated>2022-10-17T08:05:50+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2022-10-17T08:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=df1e4c1e51381462c6b53cfb9af6332affbffbfb'/>
<id>df1e4c1e51381462c6b53cfb9af6332affbffbfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Intern keywords differently</title>
<updated>2022-10-12T12:09:33+00:00</updated>
<author>
<name>Gerd Möllmann</name>
</author>
<published>2022-10-12T11:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b3cdb8a3d3aba0ea537ecabd2900a3682e7c0660'/>
<id>b3cdb8a3d3aba0ea537ecabd2900a3682e7c0660</id>
<content type='text'>
Instead of something like (intern (format ":%s" ...)) do
(intern (format "%s" :keyword).  Likewise in C.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of something like (intern (format ":%s" ...)) do
(intern (format "%s" :keyword).  Likewise in C.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tramp-kubernetes integration</title>
<updated>2022-10-05T00:10:06+00:00</updated>
<author>
<name>Filipp Gunbin</name>
</author>
<published>2022-10-04T23:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a259d0dda3878a64373b808627c4b4cab3971194'/>
<id>a259d0dda3878a64373b808627c4b4cab3971194</id>
<content type='text'>
* doc/misc/tramp.texi (Inline methods): Add kubernetes.
(Customizing Methods): Remove kubernetes-tramp.
* etc/NEWS: Mention new Tramp method "kubernetes".
* lisp/net/tramp-compat.el (kubernetes-tramp): Warn if that package is
used.
* lisp/net/tramp-container.el (tramp-kubernetes-program): New
defcustom.
(tramp-kubernetes-method): New defconst.
(tramp-kubernetes--completion-function): New function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Inline methods): Add kubernetes.
(Customizing Methods): Remove kubernetes-tramp.
* etc/NEWS: Mention new Tramp method "kubernetes".
* lisp/net/tramp-compat.el (kubernetes-tramp): Warn if that package is
used.
* lisp/net/tramp-container.el (tramp-kubernetes-program): New
defcustom.
(tramp-kubernetes-method): New defconst.
(tramp-kubernetes--completion-function): New function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename lisp/net/tramp-docker.el to lisp/net/tramp-container.el</title>
<updated>2022-10-04T23:16:36+00:00</updated>
<author>
<name>Filipp Gunbin</name>
</author>
<published>2022-10-04T23:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e4e9cb265c61850b70f3bec595a179663b2a5837'/>
<id>e4e9cb265c61850b70f3bec595a179663b2a5837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide Podman containers on their own method in Tramp</title>
<updated>2022-10-04T16:56:23+00:00</updated>
<author>
<name>Brian Cully</name>
</author>
<published>2022-10-04T16:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4998d5bdf3a3b61769db3020db642465f5d59e70'/>
<id>4998d5bdf3a3b61769db3020db642465f5d59e70</id>
<content type='text'>
* lisp/net/tramp-docker.el (tramp-podman-program): New defcustom.
(tramp-podman-method): New defconst.
(tramp-docker-program): Remove "podman" from option list.
(top): Update comments to refer to Docker-alike where necessary.
Add description for how to use the podman method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-docker.el (tramp-podman-program): New defcustom.
(tramp-podman-method): New defconst.
(tramp-docker-program): Remove "podman" from option list.
(top): Update comments to refer to Docker-alike where necessary.
Add description for how to use the podman method.
</pre>
</div>
</content>
</entry>
<entry>
<title>Port TZ settings to POSIX</title>
<updated>2022-10-02T23:49:58+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-10-02T23:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=395119998574051e53d466d55136d3e6498e90ef'/>
<id>395119998574051e53d466d55136d3e6498e90ef</id>
<content type='text'>
* lisp/Makefile.in (.el.elc):
* lisp/net/tramp-sh.el (tramp-sh-handle-set-file-times):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-set-file-times):
Use the POSIX standard TZ=UTC0 rather than the GNU extension
TZ=UTC to set the time zone to UTC.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/Makefile.in (.el.elc):
* lisp/net/tramp-sh.el (tramp-sh-handle-set-file-times):
* lisp/net/tramp-sudoedit.el (tramp-sudoedit-handle-set-file-times):
Use the POSIX standard TZ=UTC0 rather than the GNU extension
TZ=UTC to set the time zone to UTC.
</pre>
</div>
</content>
</entry>
<entry>
<title>Decrease use of the word "Emacsen" in Tramp docs</title>
<updated>2022-10-02T13:18:04+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-10-02T13:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ab047d74dcc2f589c800d088efd4632c56d82fdd'/>
<id>ab047d74dcc2f589c800d088efd4632c56d82fdd</id>
<content type='text'>
* lisp/net/tramp-archive.el:
* lisp/net/tramp-smb.el:
* lisp/net/tramp-uu.el:
* lisp/net/tramp.el: Don't say "Emacsen" when a different wording
would be clearer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp-archive.el:
* lisp/net/tramp-smb.el:
* lisp/net/tramp-uu.el:
* lisp/net/tramp.el: Don't say "Emacsen" when a different wording
would be clearer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix point movement when indenting in sieve-mode</title>
<updated>2022-10-02T12:05:53+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-10-02T12:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ef6f16da2f36278706ae787131062dee088f76ee'/>
<id>ef6f16da2f36278706ae787131062dee088f76ee</id>
<content type='text'>
* lisp/net/sieve-mode.el (sieve-mode-indent-function): Fix point
movement when point is at the start of the line (bug#58202).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/sieve-mode.el (sieve-mode-indent-function): Fix point
movement when point is at the start of the line (bug#58202).
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Decrease use of the word "Emacsen" in docs"</title>
<updated>2022-10-01T20:34:47+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-10-01T20:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fee9deff5309cfc5f952181cb2cae1a344b4cc45'/>
<id>fee9deff5309cfc5f952181cb2cae1a344b4cc45</id>
<content type='text'>
This reverts commit 55f46cc77cb9d72fbabadb63d8aeab45c5e005e2.

Ref. https://lists.gnu.org/r/emacs-devel/2022-10/msg00016.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 55f46cc77cb9d72fbabadb63d8aeab45c5e005e2.

Ref. https://lists.gnu.org/r/emacs-devel/2022-10/msg00016.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Tramp cleanup</title>
<updated>2022-10-01T19:56:41+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2022-10-01T19:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=be85d2d92070c15da495fa16199112f118f03da5'/>
<id>be85d2d92070c15da495fa16199112f118f03da5</id>
<content type='text'>
* doc/misc/tramp.texi (Password handling): Fix typos.

* lisp/net/tramp-docker.el (tramp-default-remote-shell):
* lisp/net/tramp-sshfs.el (tramp-default-remote-shell): Declare.

* lisp/net/tramp.el (tramp-methods): Fix docstring.
(tramp-get-remote-tmpdir): Revert previous patch, it isn't needed
anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Password handling): Fix typos.

* lisp/net/tramp-docker.el (tramp-default-remote-shell):
* lisp/net/tramp-sshfs.el (tramp-default-remote-shell): Declare.

* lisp/net/tramp.el (tramp-methods): Fix docstring.
(tramp-get-remote-tmpdir): Revert previous patch, it isn't needed
anymore.
</pre>
</div>
</content>
</entry>
</feed>
