<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc, branch scratch/exec-byte-code</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>doc/emacs/display.texi (Semantic Font Lock): Simplify</title>
<updated>2025-10-15T19:21:06+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2025-10-15T19:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f37a150a5fb3be1718fedc8fdf77d624edbc4a8a'/>
<id>f37a150a5fb3be1718fedc8fdf77d624edbc4a8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for su-rs and sudo-rs programs</title>
<updated>2025-10-15T08:30:29+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2025-10-15T08:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=53fa2b72183e110cc6da3ce172c48e40d3fea3c7'/>
<id>53fa2b72183e110cc6da3ce172c48e40d3fea3c7</id>
<content type='text'>
* doc/misc/tramp.texi (Inline methods): Add "surs" and "sudors" methods.

* etc/NEWS: Add optional "surs" and "sudors" Tramp methods.
Presentational fixes and improvements.

* lisp/net/tramp-cmds.el (tramp-file-name-with-method): Add "surs"
and "sudors" to :type.  Adapt :version.

* lisp/net/tramp-sh.el (tramp-enable-surs-method)
(tramp-enable-sudors-method): New defuns
(tramp-sh-handle-expand-file-name): Add "surs" and "sudors" in check.

* lisp/net/tramp.el (tramp-methods): Adapt docstring.

* lisp/comint.el (comint-password-prompt-regexp):
* test/lisp/comint-tests.el (comint-testsuite-password-strings):
Add su-rs and sudo-rs password prompts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Inline methods): Add "surs" and "sudors" methods.

* etc/NEWS: Add optional "surs" and "sudors" Tramp methods.
Presentational fixes and improvements.

* lisp/net/tramp-cmds.el (tramp-file-name-with-method): Add "surs"
and "sudors" to :type.  Adapt :version.

* lisp/net/tramp-sh.el (tramp-enable-surs-method)
(tramp-enable-sudors-method): New defuns
(tramp-sh-handle-expand-file-name): Add "surs" and "sudors" in check.

* lisp/net/tramp.el (tramp-methods): Adapt docstring.

* lisp/comint.el (comint-password-prompt-regexp):
* test/lisp/comint-tests.el (comint-testsuite-password-strings):
Add su-rs and sudo-rs password prompts.
</pre>
</div>
</content>
</entry>
<entry>
<title>(font-lock-defaults): Clarify the use of SYNTAX-ALIST (bug#79586)</title>
<updated>2025-10-15T01:51:04+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2025-10-15T01:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7845936cbbf8c56a4d57700fbd10246b7288aa01'/>
<id>7845936cbbf8c56a4d57700fbd10246b7288aa01</id>
<content type='text'>
* doc/lispref/modes.texi (Font Lock Basics):
* lisp/font-core.el (font-lock-defaults): Document when
SYNTAX-ALIST is used and how it interacts with syntactic fontification.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/modes.texi (Font Lock Basics):
* lisp/font-core.el (font-lock-defaults): Document when
SYNTAX-ALIST is used and how it interacts with syntactic fontification.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Transient v0.10.1-8-g188ec9a1</title>
<updated>2025-10-13T18:33:30+00:00</updated>
<author>
<name>Jonas Bernoulli</name>
</author>
<published>2025-10-13T18:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0dd8138d3f1a5ce8f5bde5cc671fe22b9b00912d'/>
<id>0dd8138d3f1a5ce8f5bde5cc671fe22b9b00912d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Improve documentation of semantic highlighting</title>
<updated>2025-10-13T08:32:23+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-10-13T08:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=00b92cd9329320a54631432fcae31c4408cd1afa'/>
<id>00b92cd9329320a54631432fcae31c4408cd1afa</id>
<content type='text'>
* lisp/progmodes/elisp-mode.el (elisp)
(elisp-fontify-semantically, elisp-symbol-at-mouse)
(elisp-free-variable, elisp-special-variable-declaration)
(elisp-condition, elisp-major-mode-name, elisp-face)
(elisp-symbol-role, elisp-symbol-role-definition)
(elisp-function, elisp-non-local-exit, elisp-unknown-call)
(elisp-macro, elisp-special-form, elisp-throw-tag)
(elisp-feature, elisp-rx, elisp-theme, elisp-binding-variable)
(elisp-bound-variable, elisp-shadowing-variable)
(elisp-shadowed-variable, elisp-variable-at-point)
(elisp-warning-type, elisp-function-property-declaration)
(elisp-thing, elisp-slot, elisp-widget-type, elisp-type)
(elisp-group, elisp-nnoo-backend, elisp-ampersand)
(elisp-constant, elisp-defun, elisp-defmacro, elisp-defvar)
(elisp-defface, elisp-icon, elisp-deficon, elisp-oclosure)
(elisp-defoclosure, elisp-coding, elisp-defcoding)
(elisp-charset, elisp-defcharset, elisp-completion-category)
(elisp-completion-category-definition, elisp-add-help-echo)
(elisp-fontify-symbol-precedence-function): Add :version tags.

* lisp/emacs-lisp/elisp-scope.el: Fix references to meta-syntactic
variables in the commentary.
(elisp-scope-describe-symbol-role, coding, defcoding, charset)
(defcharset): Doc fixes.
(elisp-scope-safe-macros): Add :version tag.  Doc fix.

* doc/emacs/display.texi (Semantic Font Lock): Fix punctuation and
wording, improve cross-references and indexing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/elisp-mode.el (elisp)
(elisp-fontify-semantically, elisp-symbol-at-mouse)
(elisp-free-variable, elisp-special-variable-declaration)
(elisp-condition, elisp-major-mode-name, elisp-face)
(elisp-symbol-role, elisp-symbol-role-definition)
(elisp-function, elisp-non-local-exit, elisp-unknown-call)
(elisp-macro, elisp-special-form, elisp-throw-tag)
(elisp-feature, elisp-rx, elisp-theme, elisp-binding-variable)
(elisp-bound-variable, elisp-shadowing-variable)
(elisp-shadowed-variable, elisp-variable-at-point)
(elisp-warning-type, elisp-function-property-declaration)
(elisp-thing, elisp-slot, elisp-widget-type, elisp-type)
(elisp-group, elisp-nnoo-backend, elisp-ampersand)
(elisp-constant, elisp-defun, elisp-defmacro, elisp-defvar)
(elisp-defface, elisp-icon, elisp-deficon, elisp-oclosure)
(elisp-defoclosure, elisp-coding, elisp-defcoding)
(elisp-charset, elisp-defcharset, elisp-completion-category)
(elisp-completion-category-definition, elisp-add-help-echo)
(elisp-fontify-symbol-precedence-function): Add :version tags.

* lisp/emacs-lisp/elisp-scope.el: Fix references to meta-syntactic
variables in the commentary.
(elisp-scope-describe-symbol-role, coding, defcoding, charset)
(defcharset): Doc fixes.
(elisp-scope-safe-macros): Add :version tag.  Doc fix.

* doc/emacs/display.texi (Semantic Font Lock): Fix punctuation and
wording, improve cross-references and indexing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature/elisp-fontify-semantically'</title>
<updated>2025-10-12T15:12:48+00:00</updated>
<author>
<name>Eshel Yaron</name>
</author>
<published>2025-10-12T15:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=081686423119daac61023b6d059138a1f4fa0b6f'/>
<id>081686423119daac61023b6d059138a1f4fa0b6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * doc/misc/gnus.texi (Optional Back End Functions): Add newer (bug#79484).</title>
<updated>2025-10-12T09:44:47+00:00</updated>
<author>
<name>James Thomas</name>
</author>
<published>2025-10-12T08:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d1e173140de4036db2223a68c24942d36aa3e2c0'/>
<id>d1e173140de4036db2223a68c24942d36aa3e2c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * doc/misc/gnus.texi: Fix formatting (bug#79484).</title>
<updated>2025-10-12T09:43:25+00:00</updated>
<author>
<name>James Thomas</name>
</author>
<published>2025-10-12T08:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1ec7f8f9b20dc88caa06859a3a7d50143a9590f3'/>
<id>1ec7f8f9b20dc88caa06859a3a7d50143a9590f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Simplify last change slightly, improve wording, add xref.</title>
<updated>2025-10-11T12:56:21+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2025-10-11T12:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2acd9702de4f6a3c4915549ade6fca7bbac4ca6c'/>
<id>2acd9702de4f6a3c4915549ade6fca7bbac4ca6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; use-package manual: Discuss defvar-keymap ':prefix t'</title>
<updated>2025-10-11T12:53:13+00:00</updated>
<author>
<name>Pedro Andres Aranda Gutierrez</name>
</author>
<published>2025-10-11T12:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1170c277463eb2cc5e121a2ac9e91ad61973a2f8'/>
<id>1170c277463eb2cc5e121a2ac9e91ad61973a2f8</id>
<content type='text'>
* doc/misc/use-package.texi (Binding to a keymap): Discuss
defvar-keymap ':prefix t' feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/use-package.texi (Binding to a keymap): Discuss
defvar-keymap ':prefix t' feature.
</pre>
</div>
</content>
</entry>
</feed>
