From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Kaushal Modi <kaushal.modi@gmail.com>
Cc: 21874@debbugs.gnu.org
Subject: bug#21874: 25.0.50; point-entered no longer works
Date: Wed, 23 Mar 2016 17:28:53 -0400 [thread overview]
Message-ID: <jwv60wcvqmr.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <CAFyQvY1_FZuuWY9W9JruJRDkA0Mkq2Mi4rzA7pazKhd1U4sb5Q@mail.gmail.com> (Kaushal Modi's message of "Wed, 23 Mar 2016 16:30:05 -0400")
> (defun turn-on-cursor-intangible-mode ()
> "Turns on cursor-intangible-mode."
> (interactive)
> (cursor-intangible-mode 1))
(defalias 'turn-on-cursor-intangible-mode #'cursor-intangible-mode)
would work just as well. Better yet: just use `cursor-intangible-mode'
instead and skip turn-on-cursor-intangible-mode altogether, since it's
just redundant.
> 3. C-x C-f C-x h (The read-only portion also gets selected!)
The minibuffer is not placed in any kind of major mode, so it doesn't
enable any globalized minor mode when you enter it.
> 5. C-x C-f C-x h (NOW the read-only portion does not get selected as
> expected)
This is probably because I introduced minibuffer-inactive-mode which
does setup a major mode in the minibuffer, tho not when you enter it, but
when you leave it, so the globalized mode ends up activated in the
*next* minibuffer.
> Also, would it be wise to enable cursor-intangible-mode globally? If not,
> how can we have that mode always enabled in the minibuffer?
(add-hook 'minibuffer-setup-hook #'cursor-intangible-mode)
> If we want Emacs to "do the right thing", should the above be made default?
I personally like the fact that I can occasionally move into the prompt
and copy portions of it like any other chunk of text, so I think we
should generally (by default) refrain from making text intangible except
when *really* needed.
Stefan
PS: What's with the `point-entered' in the subject?
next prev parent reply other threads:[~2016-03-23 21:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-10 23:27 bug#21874: 25.0.50; point-entered no longer works David Reitter
2016-03-23 20:06 ` Kaushal Modi
2016-03-23 20:30 ` Kaushal Modi
2016-03-23 21:28 ` Stefan Monnier [this message]
2016-03-23 21:38 ` Kaushal Modi
2016-03-23 21:55 ` Kaushal Modi
2016-03-24 0:27 ` Stefan Monnier
2016-03-24 2:14 ` David Reitter
2016-05-22 2:13 ` Paul Eggert
2022-02-15 10:52 ` bug#21874: `backward-char' can move point into minibuffer prompt by default Lars Ingebrigtsen
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=jwv60wcvqmr.fsf-monnier+emacsbugs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=21874@debbugs.gnu.org \
--cc=kaushal.modi@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 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).