unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master f041d61008 2/3: Improve documentation of the preedit-text event
       [not found] ` <20220107092636.08509C0DA1D@vcs2.savannah.gnu.org>
@ 2022-01-07  9:49   ` Robert Pluim
  2022-01-07 10:48     ` Po Lu
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Pluim @ 2022-01-07  9:49 UTC (permalink / raw)
  To: emacs-devel; +Cc: Po Lu

>>>>> On Fri,  7 Jan 2022 04:26:35 -0500 (EST), Po Lu via Mailing list for Emacs changes <emacs-diffs@gnu.org> said:

    Po> branch: master
    Po> commit f041d610083ca0815ab18c589f115bacc523b9bb
    Po> Author: Po Lu <luangruo@yahoo.com>
    Po> Commit: Po Lu <luangruo@yahoo.com>

    Po>     Improve documentation of the preedit-text event
    
    Po>     * doc/lispref/commands.texi (Misc Events): Document how
    Po>     `preedit-text' events are used.
    Po> ---
    Po>  doc/lispref/commands.texi | 4 +++-
    Po>  1 file changed, 3 insertions(+), 1 deletion(-)

    Po> diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
    Po> index eb364d2f49..062b8ea911 100644
    Po> --- a/doc/lispref/commands.texi
    Po> +++ b/doc/lispref/commands.texi
    Po> @@ -2140,7 +2140,9 @@ cursor.  It can be @code{nil}, which means to remove any text
    Po>  previously displayed.  @c FIXME: what is the value of ARG on PGTK?
 
    Po>  This is a special event (@pxref{Special Events}), which normally
    Po> -should not be bound by the user to any command.
    Po> +should not be bound by the user to any command.  Emacs will typically
    Po> +the text contained in the event behind the cursor on-screen when it is
    Po> +received.

I think youʼre missing a verb. And what does "behind the cursor
on-screen" mean? An overlay? (plus I thought this was disabled by
default now?)

Robert
-- 



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

* Re: master f041d61008 2/3: Improve documentation of the preedit-text event
  2022-01-07  9:49   ` master f041d61008 2/3: Improve documentation of the preedit-text event Robert Pluim
@ 2022-01-07 10:48     ` Po Lu
  0 siblings, 0 replies; 2+ messages in thread
From: Po Lu @ 2022-01-07 10:48 UTC (permalink / raw)
  To: Robert Pluim; +Cc: emacs-devel

Robert Pluim <rpluim@gmail.com> writes:

>>>>>> On Fri,  7 Jan 2022 04:26:35 -0500 (EST), Po Lu via Mailing list for Emacs changes <emacs-diffs@gnu.org> said:
>
>     Po> branch: master
>     Po> commit f041d610083ca0815ab18c589f115bacc523b9bb
>     Po> Author: Po Lu <luangruo@yahoo.com>
>     Po> Commit: Po Lu <luangruo@yahoo.com>
>
>     Po>     Improve documentation of the preedit-text event
>     
>     Po>     * doc/lispref/commands.texi (Misc Events): Document how
>     Po>     `preedit-text' events are used.
>     Po> ---
>     Po>  doc/lispref/commands.texi | 4 +++-
>     Po>  1 file changed, 3 insertions(+), 1 deletion(-)
>
>     Po> diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
>     Po> index eb364d2f49..062b8ea911 100644
>     Po> --- a/doc/lispref/commands.texi
>     Po> +++ b/doc/lispref/commands.texi
>     Po> @@ -2140,7 +2140,9 @@ cursor.  It can be @code{nil}, which means to remove any text
>     Po>  previously displayed.  @c FIXME: what is the value of ARG on PGTK?
>  
>     Po>  This is a special event (@pxref{Special Events}), which normally
>     Po> -should not be bound by the user to any command.
>     Po> +should not be bound by the user to any command.  Emacs will typically
>     Po> +the text contained in the event behind the cursor on-screen when it is
>     Po> +received.
>
> I think youʼre missing a verb.

Thanks, I'll fix that.

> And what does "behind the cursor on-screen" mean? An overlay?

Yes.

> (plus I thought this was disabled by default now?)

Yes, it's disabled by default in the sense that preedit-text events
are no longer sent on X unless inputStyle is set to "callback".

The PGTK port has been sending these events since day one, and I didn't
implement that resource there, as most of the options it provides only
make sense on X-Windows.



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

end of thread, other threads:[~2022-01-07 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <164154759534.24569.1062687039370550695@vcs2.savannah.gnu.org>
     [not found] ` <20220107092636.08509C0DA1D@vcs2.savannah.gnu.org>
2022-01-07  9:49   ` master f041d61008 2/3: Improve documentation of the preedit-text event Robert Pluim
2022-01-07 10:48     ` Po Lu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).