* feature/pgtk: docstring correction
@ 2021-05-19 3:36 Colin Woodbury
2021-09-16 19:00 ` Stefan Kangas
0 siblings, 1 reply; 3+ messages in thread
From: Colin Woodbury @ 2021-05-19 3:36 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #1.1: Type: text/plain, Size: 151 bytes --]
Hi there, this patch targets the feature/pgtk branch. Please let me know if the patch is in the correct format, otherwise I'll resubmit.
Thanks!
Colin
[-- Attachment #1.2: Type: text/html, Size: 344 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: pgtk-framep.patch --]
[-- Type: text/x-patch; name="pgtk-framep.patch", Size: 519 bytes --]
diff --git a/src/frame.c b/src/frame.c
index eb5aed82f7..0e74bb937f 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -225,7 +225,8 @@ Value is:
`x' for an Emacs frame that is really an X window,
`w32' for an Emacs frame that is a window on MS-Windows display,
`ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display,
- `pc' for a direct-write MS-DOS frame.
+ `pc' for a direct-write MS-DOS frame,
+ `pgtk' for an Emacs frame running entirely in GTK.
See also `frame-live-p'. */)
(Lisp_Object object)
{
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: feature/pgtk: docstring correction
2021-05-19 3:36 feature/pgtk: docstring correction Colin Woodbury
@ 2021-09-16 19:00 ` Stefan Kangas
2021-09-16 21:11 ` Colin Woodbury
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Kangas @ 2021-09-16 19:00 UTC (permalink / raw)
To: Colin Woodbury, emacs-devel
"Colin Woodbury" <colin@fosskers.ca> writes:
> Hi there, this patch targets the feature/pgtk branch. Please let me
> know if the patch is in the correct format, otherwise I'll resubmit.
>
> Thanks!
> Colin
> diff --git a/src/frame.c b/src/frame.c
> index eb5aed82f7..0e74bb937f 100644
> --- a/src/frame.c
> +++ b/src/frame.c
> @@ -225,7 +225,8 @@ Value is:
> `x' for an Emacs frame that is really an X window,
> `w32' for an Emacs frame that is a window on MS-Windows display,
> `ns' for an Emacs frame on a GNUstep or Macintosh Cocoa display,
> - `pc' for a direct-write MS-DOS frame.
> + `pc' for a direct-write MS-DOS frame,
> + `pgtk' for an Emacs frame running entirely in GTK.
> See also `frame-live-p'. */)
> (Lisp_Object object)
> {
AFAICT, this patch was never followed up on emacs-devel?
Was it installed?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: feature/pgtk: docstring correction
2021-09-16 19:00 ` Stefan Kangas
@ 2021-09-16 21:11 ` Colin Woodbury
0 siblings, 0 replies; 3+ messages in thread
From: Colin Woodbury @ 2021-09-16 21:11 UTC (permalink / raw)
To: Stefan Kangas; +Cc: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]
It was merged into the pgtk branch by the author of that branch. I’m on that
branch, and when I C-h f framep, I can see the addition to the docstring.
Stefan Kangas <stefankangas@gmail.com> writes:
> “Colin Woodbury” <colin@fosskers.ca> writes:
>
>> Hi there, this patch targets the feature/pgtk branch. Please let me
>> know if the patch is in the correct format, otherwise I’ll resubmit.
>>
>> Thanks!
>> Colin
>> diff –git a/src/frame.c b/src/frame.c
>> index eb5aed82f7..0e74bb937f 100644
>> — a/src/frame.c
>> +++ b/src/frame.c
>> @@ -225,7 +225,8 @@ Value is:
>> `x’ for an Emacs frame that is really an X window,
>> `w32’ for an Emacs frame that is a window on MS-Windows display,
>> `ns’ for an Emacs frame on a GNUstep or Macintosh Cocoa display,
>> - `pc’ for a direct-write MS-DOS frame.
>> + `pc’ for a direct-write MS-DOS frame,
>> + `pgtk’ for an Emacs frame running entirely in GTK.
>> See also `frame-live-p’. */)
>> (Lisp_Object object)
>> {
>
> AFAICT, this patch was never followed up on emacs-devel?
>
> Was it installed?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-09-16 21:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-19 3:36 feature/pgtk: docstring correction Colin Woodbury
2021-09-16 19:00 ` Stefan Kangas
2021-09-16 21:11 ` Colin Woodbury
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.