<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc, branch feature/margin-columns</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>hideshow: Support nested comment block in 'hs-hide-level-recursive'</title>
<updated>2025-12-20T18:09:41+00:00</updated>
<author>
<name>Elías Gabriel Pérez</name>
</author>
<published>2025-12-12T21:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e93a9a905799b2e1e371fe6292a003e6f5480e95'/>
<id>e93a9a905799b2e1e371fe6292a003e6f5480e95</id>
<content type='text'>
bug#80009

* doc/emacs/programs.texi (Hideshow): Update documentation.
* lisp/progmodes/hideshow.el (hs-hide-level-recursive): Rework.
(hs-get-first-block-on-line): Minor changes.
(hs--add-indicators, hs-hide-comments-when-hiding-all)
(hs-minor-mode-menu, hs-hide-level, hs-cycle): Update code.
* test/lisp/progmodes/hideshow-tests.el
(hideshow-hide-levels-with-comments-1): New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug#80009

* doc/emacs/programs.texi (Hideshow): Update documentation.
* lisp/progmodes/hideshow.el (hs-hide-level-recursive): Rework.
(hs-get-first-block-on-line): Minor changes.
(hs--add-indicators, hs-hide-comments-when-hiding-all)
(hs-minor-mode-menu, hs-hide-level, hs-cycle): Update code.
* test/lisp/progmodes/hideshow-tests.el
(hideshow-hide-levels-with-comments-1): New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't change visibility of tty root frames (Bug#80032)</title>
<updated>2025-12-20T14:12:39+00:00</updated>
<author>
<name>Martin Rudalics</name>
</author>
<published>2025-12-20T14:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cf2e676ecab42a3f2add728eca20bb23d2a73728'/>
<id>cf2e676ecab42a3f2add728eca20bb23d2a73728</id>
<content type='text'>
* src/frame.c (Fmake_frame_visible, Fmake_frame_invisible):
* doc/lispref/frames.texi (Visibility of Frames): Don't change
visibility of tty root frames.  (Bug#80032)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/frame.c (Fmake_frame_visible, Fmake_frame_invisible):
* doc/lispref/frames.texi (Visibility of Frames): Don't change
visibility of tty root frames.  (Bug#80032)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make VC-Dir's 'd' able to delete unregistered files</title>
<updated>2025-12-18T21:46:49+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-12-18T21:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f9172be29a699300d6d4fc054e6bb81e93823df3'/>
<id>f9172be29a699300d6d4fc054e6bb81e93823df3</id>
<content type='text'>
* lisp/vc/vc.el (vc-delete-file): Simplify.
* lisp/vc/vc-dir.el (vc-dir-delete-file): Handle deleting
unregistered files, too.
(vc-dir-menu-map, vc-dir-mode-map): Replace bindings for
vc-dir-clean-files with ones for vc-dir-delete-file.
* doc/emacs/maintaining.texi (VC Directory Commands):
* etc/NEWS: Document the bindings change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc.el (vc-delete-file): Simplify.
* lisp/vc/vc-dir.el (vc-dir-delete-file): Handle deleting
unregistered files, too.
(vc-dir-menu-map, vc-dir-mode-map): Replace bindings for
vc-dir-clean-files with ones for vc-dir-delete-file.
* doc/emacs/maintaining.texi (VC Directory Commands):
* etc/NEWS: Document the bindings change.
</pre>
</div>
</content>
</entry>
<entry>
<title>; cond* docs: Update match* operator name to cdr-ignore (bug#79998).</title>
<updated>2025-12-18T10:48:12+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-12-18T10:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=495843d9eb8704021cc81e126ca6373181f4427c'/>
<id>495843d9eb8704021cc81e126ca6373181f4427c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New M-RET, M-p, M-n commands in Log View mode</title>
<updated>2025-12-17T13:22:39+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-12-17T13:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7425e33287547b879c22c4f4ac1b7c78fcbdd6f9'/>
<id>7425e33287547b879c22c4f4ac1b7c78fcbdd6f9</id>
<content type='text'>
* lisp/vc/log-view.el (log-view-msg-and-diff-next)
(log-view-msg-and-diff-prev, log-view-display-entry-and-diff):
New commands.
(log-view-mode-map): Bind them.
* doc/emacs/maintaining.texi (VC Change Log):
* etc/NEWS: Document them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/log-view.el (log-view-msg-and-diff-next)
(log-view-msg-and-diff-prev, log-view-display-entry-and-diff):
New commands.
(log-view-mode-map): Bind them.
* doc/emacs/maintaining.texi (VC Change Log):
* etc/NEWS: Document them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document and test process filters in tramp-smb.el</title>
<updated>2025-12-16T17:33:56+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-12-16T17:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=645a6ba08108af15e89dd527bc3ea37f6c8f07eb'/>
<id>645a6ba08108af15e89dd527bc3ea37f6c8f07eb</id>
<content type='text'>
* doc/misc/tramp.texi (Remote processes): Provide more details in
"Running remote processes on MS Windows hosts".

* test/lisp/net/tramp-tests.el (tramp-test29-start-file-process)
(tramp-test30-make-process): Adapt tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Remote processes): Provide more details in
"Running remote processes on MS Windows hosts".

* test/lisp/net/tramp-tests.el (tramp-test29-start-file-process)
(tramp-test30-make-process): Adapt tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish process error buffer support in tramp-smb.el</title>
<updated>2025-12-15T14:20:29+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-12-15T14:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1b31023dabc8df23563eccf28490a153a4c22668'/>
<id>1b31023dabc8df23563eccf28490a153a4c22668</id>
<content type='text'>
* doc/misc/tramp.texi (Remote processes): Provide more details in
"Running remote processes on MS Windows hosts".

* lisp/net/tramp-smb.el (tramp-smb-handle-make-process):
Suppress lock files.

* test/lisp/net/tramp-tests.el (auto-revert-notify-watch-descriptor)
(auto-revert-remote-files, auto-revert-use-notify): Declare.  Set
proper values.
(tramp-test30-make-process): Adapt test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Remote processes): Provide more details in
"Running remote processes on MS Windows hosts".

* lisp/net/tramp-smb.el (tramp-smb-handle-make-process):
Suppress lock files.

* test/lisp/net/tramp-tests.el (auto-revert-notify-watch-descriptor)
(auto-revert-remote-files, auto-revert-use-notify): Declare.  Set
proper values.
(tramp-test30-make-process): Adapt test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention tramp-hlo in Tramp's documentation</title>
<updated>2025-12-13T16:58:50+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-12-13T16:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=223dffabd8f601b70452998c1cf4c845c4ecbf15'/>
<id>223dffabd8f601b70452998c1cf4c845c4ecbf15</id>
<content type='text'>
* doc/misc/tramp.texi (Frequently Asked Questions)
(New operations): Mention tramp-hlo, again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Frequently Asked Questions)
(New operations): Mention tramp-hlo, again.
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/lispref/strings.texi (Formatting Strings): Cut obsolete text.</title>
<updated>2025-12-12T11:43:28+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2025-12-12T11:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ff2c16689700f0935039113ad0a6f1dede3c0d92'/>
<id>ff2c16689700f0935039113ad0a6f1dede3c0d92</id>
<content type='text'>
Since we got bignums the output is platform-independent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we got bignums the output is platform-independent.
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/lispref/eval.texi (Backquote): Clarify and simplify.</title>
<updated>2025-12-12T11:43:28+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2025-12-12T10:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ff85f48c2ceef544b22ff4ae28efd9b7cccdafed'/>
<id>ff85f48c2ceef544b22ff4ae28efd9b7cccdafed</id>
<content type='text'>
The previous phrasing could be read as if backquote expansion were
mutable if containing substitions, but that is simply not true;
they should always be treated as non-mutable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous phrasing could be read as if backquote expansion were
mutable if containing substitions, but that is simply not true;
they should always be treated as non-mutable.
</pre>
</div>
</content>
</entry>
</feed>
