GNU bug report logs -
#75828
[PATCH] Correct make-frame docstring vis-a-vis make_frame.c
Previous Next
Reported by: Ship Mints <shipmints <at> gmail.com>
Date: Sat, 25 Jan 2025 14:15:02 UTC
Severity: minor
Tags: patch
Fixed in version 31.1
Done: Stefan Kangas <stefankangas <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
>> +By default this function does not display the current buffer in the new
>> +frame if the buffer is hidden, that is, if its name starts with a space.
>> +However, if the variable @code{expose-hidden-buffer} is either @code{t}
>> +or equals the symbol @code{make-frame}, it will display the current
>> +buffer even if it is hidden.
>
> This text should IMO say that the function will display another buffer
> instead of a hidden one. The wording above could be interpreted as
> meaning it will display nothing at all.
>
>> +By default do not display the current buffer in the new frame if the
>> +buffer is hidden, that is, if the buffer's name starts with a space.
>> +However, if `expose-hidden-buffer' is either t or equals the symbol
>> +`make-frame', display the current buffer even if it is hidden."
>
> Same here.
Should have been addressed now. Please have a look.
> I also wonder why the value t alone is not enough. It might be
> confusing to have a symbol whose name is the same as the name of a
> function, so if we can do with t alone, I'd prefer that.
I left it at non-nil for the moment. We can use a scalar like
'make-frame' or a list like '(make-frame other-frame) if people want it.
martin
This bug report was last modified 97 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.