all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Po Lu <luangruo@yahoo.com>
To: Robert Pluim <rpluim@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: feature/android 2dcce30290d 1/2: Update Android port
Date: Tue, 04 Apr 2023 18:33:22 +0800	[thread overview]
Message-ID: <87wn2sos25.fsf@yahoo.com> (raw)
In-Reply-To: <87jzyshvdc.fsf@gmail.com> (Robert Pluim's message of "Tue, 04 Apr 2023 11:03:43 +0200")

Robert Pluim <rpluim@gmail.com> writes:

>>>>>> On Thu, 16 Feb 2023 10:57:39 -0500 (EST), Po Lu via Mailing list
>> for Emacs changes <emacs-diffs@gnu.org> said:
>
>     Po Lu> diff --git a/lisp/subr.el b/lisp/subr.el
>     Po Lu> index f4f041ff32d..8e594fafa8c 100644
>     Po Lu> --- a/lisp/subr.el
>     Po Lu> +++ b/lisp/subr.el
>     Po Lu> @@ -3424,6 +3424,9 @@ an error message."
>     Po Lu>      (minibuffer-message "Wrong answer")
>     Po Lu>      (sit-for 2)))
>  
>     Po Lu> +;; Defined in textconv.c.
>     Po Lu> +(defvar overriding-text-conversion-style)
>     Po Lu> +
>     Po Lu>  (defun read-char-from-minibuffer (prompt &optional chars history)
>     Po Lu>    "Read a character from the minibuffer, prompting for it with PROMPT.
>     Po Lu>  Like `read-char', but uses the minibuffer to read and return a character.
>     Po Lu> @@ -3438,7 +3441,15 @@ while calling this function, then pressing `help-char'
>     Po Lu>  causes it to evaluate `help-form' and display the result.
>     Po Lu>  There is no need to explicitly add `help-char' to CHARS;
>     Po Lu>  `help-char' is bound automatically to `help-form-show'."
>     Po Lu> -  (let* ((map (if (consp chars)
>     Po Lu> +
>     Po Lu> +  ;; If text conversion is enabled in this buffer, then it will only
>     Po Lu> +  ;; be disabled the next time `force-mode-line-update' happens.
>     Po Lu> +  (when (and overriding-text-conversion-style
>     Po Lu> +             text-conversion-style)
>     Po Lu> +    (force-mode-line-update))
>
> `overriding-text-conversion-style' doesnʼt exist in builds that donʼt
> compile textconv.c, such as MS-Windows. Perhap use `bound-and-true-p'?
>
> Robert

Thanks for the catch.



      reply	other threads:[~2023-04-04 10:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <167656305689.22545.15995380238167740855@vcs2.savannah.gnu.org>
     [not found] ` <20230216155740.BD00FC13916@vcs2.savannah.gnu.org>
2023-04-04  9:03   ` feature/android 2dcce30290d 1/2: Update Android port Robert Pluim
2023-04-04 10:33     ` Po Lu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wn2sos25.fsf@yahoo.com \
    --to=luangruo@yahoo.com \
    --cc=emacs-devel@gnu.org \
    --cc=rpluim@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.