From: Wolfgang Jenkner <wjenkner@inode.at>
To: Eli Zaretskii <eliz@gnu.org>
Cc: spinuvit@gmail.com, 21368@debbugs.gnu.org
Subject: bug#21368: 25.0.50; Core navigation commands fail in a multi-line intangible text with fringe
Date: Mon, 31 Aug 2015 14:54:27 +0200 [thread overview]
Message-ID: <85egijipms.fsf@iznogoud.viz> (raw)
In-Reply-To: <87r3mnjtzl.fsf@gmail.com>
On Sun, Aug 30 2015, Wolfgang Jenkner wrote:
> On Sun, Aug 30 2015, Eli Zaretskii wrote:
>
> [I wrote]
>>> That's perhaps
>>>
>>> commit 84e0b7dad6f1a8e53261f9b96f5a9080fea681a4
>>> Author: Stefan Monnier <monnier@iro.umontreal.ca>
>>> Date: Mon Apr 13 15:51:15 2015 -0400
>>>
>>> Deprecate `intangible' and `point-entered' properties
>>
>> I don't think so, because I have a build from May 1, and the problem
>> with backward-char is not there.
>
> Ah, sorry then. In any case, using the stuff introduced by this change
> works for the OP's example.
I properly bisected commits for the month of May and it gives
commit d090be146176e9acee89fdaadc86e2eb26209ef5
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Date: Wed May 27 11:52:28 2015 -0400
Change inhibit-point-motion-hooks to t
* src/textprop.c (syms_of_textprop): Default Vinhibit_point_motion_hooks
to t and document it as obsolete.
Indeed, with the following definition (where both the `intangible' text
property and the use of `inhibit-point-motion-hooks' are deprecated now)
point is placed on the "f" of "fringe" (not on the "d" of "dummy"), and
so M-: (backward-char) works.
(defun insert-with-fringe ()
(interactive)
(let (inhibit-point-motion-hooks)
(insert
" "
(concat
(propertize "fringe" 'display (list 'left-fringe 'filled-square font-lock-doc-face)
'intangible 'test)
(propertize "dummy\n" 'display "AAA\n" 'font-lock-face font-lock-doc-face
'intangible 'test))
"some more text")
(previous-line)))
Of course, this is not really the original subject of this bug report,
I think...
prev parent reply other threads:[~2015-08-31 12:54 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-28 15:46 bug#21368: 25.0.50; Core navigation commands fail in a multi-line intangible text with fringe Vitalie Spinu
2015-08-28 19:45 ` Eli Zaretskii
2015-08-28 22:02 ` Vitalie Spinu
2015-08-29 7:25 ` Eli Zaretskii
2015-08-29 19:08 ` Vitalie Spinu
2015-08-29 19:17 ` Vitalie Spinu
2015-08-29 20:14 ` Eli Zaretskii
2015-08-29 20:11 ` Eli Zaretskii
2015-08-29 15:23 ` Wolfgang Jenkner
2015-08-29 19:11 ` Vitalie Spinu
2015-08-29 21:53 ` Wolfgang Jenkner
2015-08-30 11:46 ` Vitalie Spinu
2015-08-30 12:55 ` Wolfgang Jenkner
2015-08-30 15:02 ` Eli Zaretskii
2015-08-30 15:11 ` Wolfgang Jenkner
2015-08-31 12:54 ` Wolfgang Jenkner [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=85egijipms.fsf@iznogoud.viz \
--to=wjenkner@inode.at \
--cc=21368@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=spinuvit@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.