<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/cus-edit.el, branch scratch/split-package.el</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>cus-edit.el: Don't quote lambdas and improve macro declaration</title>
<updated>2025-07-01T21:37:02+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2025-07-01T21:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f732a44af801a11467b160d5efc0c7aa7d11266e'/>
<id>f732a44af801a11467b160d5efc0c7aa7d11266e</id>
<content type='text'>
* lisp/cus-edit.el (custom-reset-extended-menu): Don't quote lambdas.
(custom-dirlocals-with-buffer): Add indent and debug info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cus-edit.el (custom-reset-extended-menu): Don't quote lambdas.
(custom-dirlocals-with-buffer): Add indent and debug info.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/cus-edit.el: Fix a typo in a comment.</title>
<updated>2025-04-29T05:07:33+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-04-29T05:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d2c7d8ff6727d160e9e3a17d3775230281f8fb2d'/>
<id>d2c7d8ff6727d160e9e3a17d3775230281f8fb2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(Custom-dirlocals-mode): Let `define-derived-mode` do its job</title>
<updated>2025-04-28T17:35:09+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2025-04-28T17:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a0f26f3eaf1ccde728806003932dc9e44ef07e9d'/>
<id>a0f26f3eaf1ccde728806003932dc9e44ef07e9d</id>
<content type='text'>
* lisp/cus-edit.el (Custom-dirlocals-mode-map): Rename from
`custom-dirlocals-map`.
(Custom-dirlocals-menu): Adjust accordingly.
(Custom-dirlocals-mode): Let `define-derived-mode` do its job.
Use `run-mode-hooks`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cus-edit.el (Custom-dirlocals-mode-map): Rename from
`custom-dirlocals-map`.
(Custom-dirlocals-menu): Adjust accordingly.
(Custom-dirlocals-mode): Let `define-derived-mode` do its job.
Use `run-mode-hooks`.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Improve documentation of last change</title>
<updated>2025-04-24T12:07:34+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2025-04-24T12:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ccfb40a13d3d1d43990b9b659502a6ba2046059a'/>
<id>ccfb40a13d3d1d43990b9b659502a6ba2046059a</id>
<content type='text'>
* etc/NEWS: Add entry about 'Custom-dirlocals-mode'.

* lisp/cus-edit.el (Custom-dirlocals-mode): Doc fix.  (Bug#77228)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/NEWS: Add entry about 'Custom-dirlocals-mode'.

* lisp/cus-edit.el (Custom-dirlocals-mode): Doc fix.  (Bug#77228)
</pre>
</div>
</content>
</entry>
<entry>
<title>Create major mode for `customize-dirlocals` (bug#77228)</title>
<updated>2025-04-24T12:02:15+00:00</updated>
<author>
<name>Elías Gabriel Pérez</name>
</author>
<published>2025-03-24T03:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6414ed0d1166b0f24515ce92bb6db2c3d718a96a'/>
<id>6414ed0d1166b0f24515ce92bb6db2c3d718a96a</id>
<content type='text'>
* lisp/cus-edit.el (Custom-dirlocals-mode): New major mode.
(custom-dirlocals-with-buffer): Move settings to
`Custom-dirlocals-mode'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cus-edit.el (Custom-dirlocals-mode): New major mode.
(custom-dirlocals-with-buffer): Move settings to
`Custom-dirlocals-mode'.
</pre>
</div>
</content>
</entry>
<entry>
<title>(custom--standard-value-p): New function</title>
<updated>2025-04-01T22:06:31+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2025-04-01T22:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=71b3298c0e813ba1432e75370c460eea5caf72d5'/>
<id>71b3298c0e813ba1432e75370c460eea5caf72d5</id>
<content type='text'>
* lisp/cus-edit.el (custom-variable-state)
(custom-variable-mark-to-reset-standard): Use `custom--standard-value-p`.

* lisp/custom.el (custom--standard-value-p): New function.
(customize-mark-to-save, custom-push-theme, enable-theme): Use it.

* lisp/help-fns.el (describe-variable): Use `custom--standard-value`.
Extracted from `customize-mark-to-save` by with `ignore-errors`
replaced by `with-demoted-errors`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cus-edit.el (custom-variable-state)
(custom-variable-mark-to-reset-standard): Use `custom--standard-value-p`.

* lisp/custom.el (custom--standard-value-p): New function.
(customize-mark-to-save, custom-push-theme, enable-theme): Use it.

* lisp/help-fns.el (describe-variable): Use `custom--standard-value`.
Extracted from `customize-mark-to-save` by with `ignore-errors`
replaced by `with-demoted-errors`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Recognize graphic as a type when customizing a face</title>
<updated>2025-03-13T09:48:39+00:00</updated>
<author>
<name>Mauro Aranda</name>
</author>
<published>2025-03-13T09:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=32ff6c9db150e5a4819cc4d7795dddfa554cad2c'/>
<id>32ff6c9db150e5a4819cc4d7795dddfa554cad2c</id>
<content type='text'>
* lisp/cus-edit.el (custom-display): Add checkbox for graphic.
(Bug#76975)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cus-edit.el (custom-display): Add checkbox for graphic.
(Bug#76975)
</pre>
</div>
</content>
</entry>
<entry>
<title>Action button when point is just after it</title>
<updated>2025-03-09T06:28:25+00:00</updated>
<author>
<name>Mauro Aranda</name>
</author>
<published>2025-02-15T12:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8bea0aae3bb59bd0452c61f856d74650838f6a45'/>
<id>8bea0aae3bb59bd0452c61f856d74650838f6a45</id>
<content type='text'>
* lisp/cus-edit.el (Custom-newline): If no button at point,
check for a button before point.  (Bug#72341)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cus-edit.el (Custom-newline): If no button at point,
check for a button before point.  (Bug#72341)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from savannah/emacs-30</title>
<updated>2025-03-06T13:55:41+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2025-03-06T13:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bd9ea1c7dbf99581c585144fb413e28f2f16f178'/>
<id>bd9ea1c7dbf99581c585144fb413e28f2f16f178</id>
<content type='text'>
93ac2cb742f Fix some widgets in customize-dirlocals
42a4c847e28 Fix register-use-preview behavior with never value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
93ac2cb742f Fix some widgets in customize-dirlocals
42a4c847e28 Fix register-use-preview behavior with never value
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some widgets in customize-dirlocals</title>
<updated>2025-03-06T08:45:50+00:00</updated>
<author>
<name>Mauro Aranda</name>
</author>
<published>2025-03-06T08:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=93ac2cb742f6fb90a36d758617cecb36c3d33e46'/>
<id>93ac2cb742f6fb90a36d758617cecb36c3d33e46</id>
<content type='text'>
* lisp/cus-edit.el (custom-dynamic-cons-value-create): Make sure
to eval the keymap property.  (Bug#76756)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/cus-edit.el (custom-dynamic-cons-value-create): Make sure
to eval the keymap property.  (Bug#76756)
</pre>
</div>
</content>
</entry>
</feed>
