<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc/lispref/buffers.texi, branch scratch/handler-bind-2</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>(buffer-match-p): Replace `&amp;optional` with `&amp;rest` (bug#65797)</title>
<updated>2023-10-21T00:42:04+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2023-10-21T00:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c94b6397bd95836250b1a2338aedb13d7872345a'/>
<id>c94b6397bd95836250b1a2338aedb13d7872345a</id>
<content type='text'>
* lisp/subr.el (buffer-match-p--past-warnings): New var.
(buffer-match-p): Use it.  Replace `&amp;optional arg` with `&amp;rest args`.
(match-buffers): Replace `&amp;optional arg` with `&amp;rest args`.

* lisp/window.el (display-buffer-alist): Fix out of date docstring.

* doc/lispref/buffers.texi (Buffer List): Document new calling convention.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/subr.el (buffer-match-p--past-warnings): New var.
(buffer-match-p): Use it.  Replace `&amp;optional arg` with `&amp;rest args`.
(match-buffers): Replace `&amp;optional arg` with `&amp;rest args`.

* lisp/window.el (display-buffer-alist): Fix out of date docstring.

* doc/lispref/buffers.texi (Buffer List): Document new calling convention.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Improve documentation of 'match-buffers'</title>
<updated>2023-04-10T09:30:23+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-04-10T09:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2445100d7d6dd698d561e554a35fe2c9f87edc9f'/>
<id>2445100d7d6dd698d561e554a35fe2c9f87edc9f</id>
<content type='text'>
* doc/lispref/buffers.texi (Buffer List):
* lisp/subr.el (match-buffers): Fix documentation of
'buffer-match-p' and 'match-buffers'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/buffers.texi (Buffer List):
* lisp/subr.el (match-buffers): Fix documentation of
'buffer-match-p' and 'match-buffers'.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2023 to copyright years.</title>
<updated>2023-01-01T10:31:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-01-01T10:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cae528457cb862dc886a34240c9d4c73035b6659'/>
<id>cae528457cb862dc886a34240c9d4c73035b6659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix handling of 'not' by 'buffer-match-p'</title>
<updated>2022-12-31T14:05:56+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2022-12-31T14:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f309651b677e3be39a246c02973fd31fc74434d3'/>
<id>f309651b677e3be39a246c02973fd31fc74434d3</id>
<content type='text'>
* lisp/subr.el (buffer-match-p): Look up the cadr instead of the cdr
for the negation in 'not'.
* doc/lispref/buffers.texi (Buffer List): Update documentation.
(Bug#58951)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/subr.el (buffer-match-p): Look up the cadr instead of the cdr
for the negation in 'not'.
* doc/lispref/buffers.texi (Buffer List): Update documentation.
(Bug#58951)
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix recent change in documentation of "device number"</title>
<updated>2022-10-14T07:12:03+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-10-14T07:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9074103fbff70a30664b291f5ea3af443f88e4d8'/>
<id>9074103fbff70a30664b291f5ea3af443f88e4d8</id>
<content type='text'>
* src/dired.c (Ffile_attributes):
* lisp/files.el (buffer-file-number, file-attribute-file-number):
Fix wording of the doc strings.

* etc/NEWS:
* doc/lispref/buffers.texi (Buffer File Name):
* doc/lispref/files.texi (File Attributes): Fix a typo and
wording.  (Bug#58446)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/dired.c (Ffile_attributes):
* lisp/files.el (buffer-file-number, file-attribute-file-number):
Fix wording of the doc strings.

* etc/NEWS:
* doc/lispref/buffers.texi (Buffer File Name):
* doc/lispref/files.texi (File Attributes): Fix a typo and
wording.  (Bug#58446)
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify structure of file-attribute's device number</title>
<updated>2022-10-13T19:13:45+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2022-10-13T19:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cbd04ad3d572850775f18bde868c71abcde733ed'/>
<id>cbd04ad3d572850775f18bde868c71abcde733ed</id>
<content type='text'>
* doc/lispref/buffers.texi (Buffer File Name): Fix description of
buffer-file-number.

* doc/lispref/files.texi (File Attributes): Clarify type of device
number.  Describe file-attribute-file-number.  (Bug#58446)

* etc/NEWS: Mention file-attribute-file-number.

* lisp/files.el (buffer-file-number, file-attribute-device-number)
(file-attribute-collect): Fix docstring.
(file-attribute-file-number): New defsubst.
(find-buffer-visiting, find-file-noselect)
(set-visited-file-name, basic-save-buffer):
* lisp/startup.el (normal-top-level-add-subdirs-to-load-path):
* lisp/eshell/em-unix.el (eshell-shuffle-files): Use it.

* src/dired.c (Ffile_attributes): Fix docstring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/buffers.texi (Buffer File Name): Fix description of
buffer-file-number.

* doc/lispref/files.texi (File Attributes): Clarify type of device
number.  Describe file-attribute-file-number.  (Bug#58446)

* etc/NEWS: Mention file-attribute-file-number.

* lisp/files.el (buffer-file-number, file-attribute-device-number)
(file-attribute-collect): Fix docstring.
(file-attribute-file-number): New defsubst.
(find-buffer-visiting, find-file-noselect)
(set-visited-file-name, basic-save-buffer):
* lisp/startup.el (normal-top-level-add-subdirs-to-load-path):
* lisp/eshell/em-unix.el (eshell-shuffle-files): Use it.

* src/dired.c (Ffile_attributes): Fix docstring.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * buffers.texi (Buffer List): Mention t</title>
<updated>2022-07-29T16:21:54+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2022-07-29T16:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=006f621a89ca327ff0ca0287e14ae9fd432309e1'/>
<id>006f621a89ca327ff0ca0287e14ae9fd432309e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>buffer-match-p: Resolve backward compat concerns</title>
<updated>2022-06-17T12:23:01+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2022-06-17T12:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4aca0d818f2d0b7dd7dc511907cc19f63758e482'/>
<id>4aca0d818f2d0b7dd7dc511907cc19f63758e482</id>
<content type='text'>
* doc/lispref/buffers.texi (Buffer List): Document 'major-mode'
and 'derived-mode' predicates.  Fix some typos.

* lisp/subr.el (buffer-match-p): Use the structure initially
pioneered by project-kill-buffer-conditions as-is (bug#54296).

* lisp/progmodes/project.el (project-kill-buffer-conditions)
(project--buffer-check): Revert the latest change.
(project--buffer-check): Add support for lambda predicates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/buffers.texi (Buffer List): Document 'major-mode'
and 'derived-mode' predicates.  Fix some typos.

* lisp/subr.el (buffer-match-p): Use the structure initially
pioneered by project-kill-buffer-conditions as-is (bug#54296).

* lisp/progmodes/project.el (project-kill-buffer-conditions)
(project--buffer-check): Revert the latest change.
(project--buffer-check): Add support for lambda predicates.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Improve documentation of 'restore-buffer-modified-p'</title>
<updated>2022-05-12T06:47:25+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-05-12T06:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7d0d87ec51f066aaa27cd3d2d995d56f1f41c67c'/>
<id>7d0d87ec51f066aaa27cd3d2d995d56f1f41c67c</id>
<content type='text'>
* src/buffer.c (Frestore_buffer_modified_p):
* doc/lispref/buffers.texi (Buffer Modification): Fix doc wording.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/buffer.c (Frestore_buffer_modified_p):
* doc/lispref/buffers.texi (Buffer Modification): Fix doc wording.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust restore-buffer-modified-p autosaved logic</title>
<updated>2022-05-12T00:16:38+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-05-12T00:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1642a5ffcdf734c629e5aec963a0b190997704d6'/>
<id>1642a5ffcdf734c629e5aec963a0b190997704d6</id>
<content type='text'>
* doc/lispref/buffers.texi (Buffer Modification): Adjust
documentation.

* src/buffer.c (Frestore_buffer_modified_p): Fix up the logic
around `autosaved': It means "the buffer is modified, and also
autosaved".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/buffers.texi (Buffer Modification): Adjust
documentation.

* src/buffer.c (Frestore_buffer_modified_p): Fix up the logic
around `autosaved': It means "the buffer is modified, and also
autosaved".
</pre>
</div>
</content>
</entry>
</feed>
