all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master 014176f283: ; * lisp/xwidget.el: Improve Commentary.
       [not found] ` <20221111142752.85778C00AB5@vcs2.savannah.gnu.org>
@ 2022-11-11 23:47   ` Po Lu
  2022-11-11 23:55     ` Stefan Kangas
  0 siblings, 1 reply; 6+ messages in thread
From: Po Lu @ 2022-11-11 23:47 UTC (permalink / raw)
  To: emacs-devel; +Cc: Stefan Kangas

Stefan Kangas <stefankangas@gmail.com> writes:

> +;; See Info node `(emacs) Embedded WebKit Widgets' for help, and
> +;; xwidget.c for more API functions.

If you tell me what those "more API functions" missing from the Lisp
reference manual are, I will document them there.

Thanks.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master 014176f283: ; * lisp/xwidget.el: Improve Commentary.
  2022-11-11 23:47   ` master 014176f283: ; * lisp/xwidget.el: Improve Commentary Po Lu
@ 2022-11-11 23:55     ` Stefan Kangas
  2022-11-12  1:19       ` Po Lu
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2022-11-11 23:55 UTC (permalink / raw)
  To: Po Lu; +Cc: emacs-devel

Po Lu <luangruo@yahoo.com> writes:
>
> Stefan Kangas <stefankangas@gmail.com> writes:
>
> > +;; See Info node `(emacs) Embedded WebKit Widgets' for help, and
> > +;; xwidget.c for more API functions.
>
> If you tell me what those "more API functions" missing from the Lisp
> reference manual are, I will document them there.

No idea; I just noticed that 'C-h P xwidget' was pretty confusing and
decided to try to improve it slightly.

So I tried preserving the old text while adding the reference to the
info manual.  But maybe that old part could be removed now that we
refer to the manual?



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master 014176f283: ; * lisp/xwidget.el: Improve Commentary.
  2022-11-11 23:55     ` Stefan Kangas
@ 2022-11-12  1:19       ` Po Lu
  2022-11-12  5:52         ` Stefan Kangas
  0 siblings, 1 reply; 6+ messages in thread
From: Po Lu @ 2022-11-12  1:19 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: emacs-devel

Stefan Kangas <stefankangas@gmail.com> writes:

> Po Lu <luangruo@yahoo.com> writes:
>>
>> Stefan Kangas <stefankangas@gmail.com> writes:
>>
>> > +;; See Info node `(emacs) Embedded WebKit Widgets' for help, and
>> > +;; xwidget.c for more API functions.
>>
>> If you tell me what those "more API functions" missing from the Lisp
>> reference manual are, I will document them there.
>
> No idea; I just noticed that 'C-h P xwidget' was pretty confusing and
> decided to try to improve it slightly.
>
> So I tried preserving the old text while adding the reference to the
> info manual.  But maybe that old part could be removed now that we
> refer to the manual?

I think it would be best to write something like this:

  See the node "(emacs)Embedded WebKit Widgets" in the Emacs manual for
  help on user-facing features, and "(elisp)Embedded Native Widgets" in
  the Emacs Lisp reference manual for help on more API functions.

WDYT?



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master 014176f283: ; * lisp/xwidget.el: Improve Commentary.
  2022-11-12  1:19       ` Po Lu
@ 2022-11-12  5:52         ` Stefan Kangas
  2022-11-12  6:01           ` Po Lu
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2022-11-12  5:52 UTC (permalink / raw)
  To: Po Lu; +Cc: emacs-devel

Po Lu <luangruo@yahoo.com> writes:

>   See the node "(emacs)Embedded WebKit Widgets" in the Emacs manual for
>   help on user-facing features, and "(elisp)Embedded Native Widgets" in
>   the Emacs Lisp reference manual for help on more API functions.
>
> WDYT?

LGTM, and much better than before.  Please install.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master 014176f283: ; * lisp/xwidget.el: Improve Commentary.
  2022-11-12  5:52         ` Stefan Kangas
@ 2022-11-12  6:01           ` Po Lu
  2022-11-12  6:13             ` Stefan Kangas
  0 siblings, 1 reply; 6+ messages in thread
From: Po Lu @ 2022-11-12  6:01 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: emacs-devel

Stefan Kangas <stefankangas@gmail.com> writes:

> LGTM, and much better than before.  Please install.

Would you please do that (if you can)? Savannah seems to be down for me.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master 014176f283: ; * lisp/xwidget.el: Improve Commentary.
  2022-11-12  6:01           ` Po Lu
@ 2022-11-12  6:13             ` Stefan Kangas
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Kangas @ 2022-11-12  6:13 UTC (permalink / raw)
  To: Po Lu; +Cc: emacs-devel

Po Lu <luangruo@yahoo.com> writes:

> Stefan Kangas <stefankangas@gmail.com> writes:
>
>> LGTM, and much better than before.  Please install.
>
> Would you please do that (if you can)? Savannah seems to be down for me.

OK, done (commit 0aea7da80b).



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-12  6:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <166817687128.17591.11815564357208598568@vcs2.savannah.gnu.org>
     [not found] ` <20221111142752.85778C00AB5@vcs2.savannah.gnu.org>
2022-11-11 23:47   ` master 014176f283: ; * lisp/xwidget.el: Improve Commentary Po Lu
2022-11-11 23:55     ` Stefan Kangas
2022-11-12  1:19       ` Po Lu
2022-11-12  5:52         ` Stefan Kangas
2022-11-12  6:01           ` Po Lu
2022-11-12  6:13             ` Stefan Kangas

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.