Replies: 3 comments 3 replies
-
|
Thanks for the report. This issue needs an upstream bug report since according to the documentation buffer registers only contain buffer names.
I think it would be better to stick to the convention of using names only since this way the buffer register will not get invalid when the buffer is killed (for non-file buffers). For file buffers a conversion to file-query would still be useful when the buffer is killed. Anyway this means that the implementation of buffer-to-register is incorrect. |
Beta Was this translation helpful? Give feedback.
-
|
The Emacs user manual on the master branch was already updated to not say that a buffer's name is recorded. I've now updated the ELisp manual as well. However, please note that your reference to the HTML docs is for the manuals that describe Emacs 30, not Emacs 31 (which is the master branch). |
Beta Was this translation helpful? Give feedback.
-
Which doc strings, specifically? The doc string of (And why are we discussing these issues here, and not on the Emacs bug tracker?) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to reproduce
C-x r Bto store a buffer in a registerconsult-bufferStacktrace
Beta Was this translation helpful? Give feedback.
All reactions