unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: charles@aurox.ch (Charles A. Roelli)
Cc: 32990@debbugs.gnu.org
Subject: bug#32990: 26.1.50; isearch-forward + t-m-m/mark-active doc
Date: Mon, 19 Nov 2018 23:44:04 +0200	[thread overview]
Message-ID: <87o9ak4ttv.fsf@mail.linkov.net> (raw)
In-Reply-To: <m24lcczux0.fsf@aurox.ch> (Charles A. Roelli's message of "Mon, 19 Nov 2018 21:14:51 +0100")

> Please try the change at the end of this message.

Thanks, I tried, and have one suggestion: due to the long menu it
doesn't fit into the frame's height, so to click an item at the end of
the menu requires scrolling that takes time to scroll.  I suggest to
create more submenus, for example, a Yank submenu for all yank commands.

> The Isearch menu now works when clicking the mode-line indicator and

I tried clicking Isearch items in the mode-line indicator such as
"Repeat search forward", but it cancels Isearch (and leaves Isearch
highlighting).

> tmm-menubar (M-`)/TTY menus (F10 from TTYs) should now work as
> expected (no need to set `isearch-allow-scroll' to t).

From tmm I tried "C==>Cancel last input item DEL", but it does nothing.
Do you see the same?

>  (or (assq 'isearch-mode minor-mode-alist)
>      (nconc minor-mode-alist
> -	   (list '(isearch-mode isearch-mode))))
> +	   (list '(isearch-mode " Isearch"))))

This duplicates the constant string " Isearch" in two places.
Why this change was necessary?

> @@ -2564,7 +2788,8 @@ isearch-post-command-hook
>          (when isearch-forward
>            (goto-char isearch-pre-move-point))
>          (isearch-search-and-update)))
> -    (setq isearch-pre-move-point nil))))
> +    (setq isearch-pre-move-point nil)))
> +  (force-mode-line-update))

What problems caused adding force-mode-line-update?





  reply	other threads:[~2018-11-19 21:44 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-08 17:58 bug#32990: 26.1.50; isearch-forward + t-m-m/mark-active doc Charles A. Roelli
2018-10-08 20:07 ` Eli Zaretskii
2018-10-09 18:14   ` Charles A. Roelli
2018-10-09 18:21     ` Eli Zaretskii
2018-10-14 19:53       ` Charles A. Roelli
2018-10-15 15:02         ` Eli Zaretskii
2018-10-16 18:57           ` Charles A. Roelli
2018-10-20  9:59             ` Eli Zaretskii
2018-10-25 19:11               ` Charles A. Roelli
2018-10-28 10:06                 ` Charles A. Roelli
2018-10-28 15:53                   ` Eli Zaretskii
2018-10-28 17:09                     ` Charles A. Roelli
2018-11-10 13:57                       ` Charles A. Roelli
2018-11-10 14:05                         ` Eli Zaretskii
2018-11-15 19:57                           ` Charles A. Roelli
2018-11-15 20:07                             ` Eli Zaretskii
2018-11-15 22:15                             ` Juri Linkov
2018-11-16  8:53                               ` martin rudalics
2018-11-16 16:00                                 ` Drew Adams
2018-11-17  9:29                                   ` martin rudalics
2018-11-17 21:32                                     ` Juri Linkov
2018-11-18  9:22                                       ` martin rudalics
2018-11-16 20:22                               ` Charles A. Roelli
2018-11-17 21:01                                 ` Juri Linkov
2018-11-17 21:07                             ` Juri Linkov
2018-11-18  1:49                               ` Drew Adams
2018-11-18 20:24                               ` Charles A. Roelli
2018-11-18 22:42                                 ` Juri Linkov
2018-11-19 20:14                                 ` Charles A. Roelli
2018-11-19 21:44                                   ` Juri Linkov [this message]
2018-11-20 19:49                                     ` Charles A. Roelli
2018-11-21 20:14                                       ` Charles A. Roelli
2018-11-21 22:31                                         ` Juri Linkov
2018-11-22 20:29                                           ` Charles A. Roelli
2018-11-22 21:59                                             ` Juri Linkov
2018-11-23  8:17                                               ` Eli Zaretskii
2018-11-24 11:25                                                 ` Charles A. Roelli
2018-11-24 11:44                                                   ` Eli Zaretskii
2018-11-24 12:51                                                     ` Charles A. Roelli
2019-04-02  0:22                                                       ` Noam Postavsky
2018-11-10 20:34                         ` Juri Linkov

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87o9ak4ttv.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=32990@debbugs.gnu.org \
    --cc=charles@aurox.ch \
    /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 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).