From: Eli Zaretskii <eliz@gnu.org>
To: Amai Kinono <amaikinono@gmail.com>
Cc: 44448@debbugs.gnu.org
Subject: bug#44448: Fwd: bug#44448:
Date: Tue, 17 Aug 2021 21:31:41 +0300 [thread overview]
Message-ID: <83pmub6hyq.fsf@gnu.org> (raw)
In-Reply-To: <CAPu3fz2vzTRGDG6cuyWsrj7VW7bMNPP4f5sjpkd3t1QCR=uKgw@mail.gmail.com> (message from Amai Kinono on Wed, 18 Aug 2021 02:09:14 +0800)
> From: Amai Kinono <amaikinono@gmail.com>
> Date: Wed, 18 Aug 2021 02:09:14 +0800
> Cc: 44448@debbugs.gnu.org
>
> When I press Ctrl+f+g+b, the point jumps back to 11524. Here's the backtrace:
>
> ```
> Thread 1 "emacs" hit Breakpoint 1, signal_or_quit (error_symbol=..., data=..., keyboard_quit=false) at
> eval.c:1793
> 1793 {
> #0 signal_or_quit (error_symbol=..., data=..., keyboard_quit=false) at eval.c:1793
> #1 0x000056215e7d87ad in quit () at eval.c:1783
> #2 0x000056215e7d868b in process_quit_flag () at eval.c:1730
> #3 0x000056215e7d86d7 in maybe_quit () at eval.c:1750
> #4 0x000056215e7eae6f in Fdelq (elt=..., list=...) at fns.c:1841
> #5 0x000056215e7fbb95 in font_put_extra (font=..., prop=..., val=...) at font.c:745
> #6 0x000056215e8042a5 in font_clear_prop (attrs=0x7ffd696120e0, prop=FONT_SLANT_INDEX) at
> font.c:3114
> #7 0x000056215e683b71 in merge_face_vectors (w=0x562161abb2c8, f=0x562160c3ca78,
> from=0x7ffd69611cb0, to=0x7ffd696120e0, named_merge_points=0x7ffd69611c90) at xfaces.c:2234
> #8 0x000056215e6841fb in merge_named_face (w=0x562161abb2c8, f=0x562160c3ca78, face_name=...,
> to=0x7ffd696120e0, named_merge_points=0x7ffd69611c90, attr_filter=0) at xfaces.c:2350
> #9 0x000056215e685b4e in merge_face_ref (w=0x562161abb2c8, f=0x562160c3ca78, face_ref=...,
> to=0x7ffd696120e0, err_msgs=true, named_merge_points=0x0, attr_filter=0) at xfaces.c:2834
> #10 0x000056215e6908b2 in face_at_buffer_position (w=0x562161abb2c8, pos=11394,
> endptr=0x7ffd696121e0, limit=11494, mouse=false, base_face_id=0, attr_filter=0) at xfaces.c:6441
> #11 0x000056215e583e8e in face_at_pos (it=0x7ffd69613900, attr_filter=0) at xdisp.c:4379
> #12 0x000056215e584177 in handle_face_prop (it=0x7ffd69613900) at xdisp.c:4475
> #13 0x000056215e582423 in handle_stop (it=0x7ffd69613900) at xdisp.c:3854
> #14 0x000056215e592956 in next_element_from_buffer (it=0x7ffd69613900) at xdisp.c:8905
> #15 0x000056215e58ea69 in get_next_display_element (it=0x7ffd69613900) at xdisp.c:7494
> #16 0x000056215e5c590d in display_line (it=0x7ffd69613900, cursor_vpos=17) at xdisp.c:23588
> #17 0x000056215e5b5c7e in try_window (window=..., pos=..., flags=1) at xdisp.c:19499
> #18 0x000056215e5b2859 in redisplay_window (window=..., just_this_one_p=false) at xdisp.c:18906
Thanks, I installed another fix for this.
next prev parent reply other threads:[~2021-08-17 18:31 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-04 16:48 bug#44448: 27.1; Strange inteference between timer, modeline/header-line and buffer position in window Amai Kinono
2020-11-04 20:12 ` Eli Zaretskii
2020-12-07 16:45 ` Lars Ingebrigtsen
2021-02-05 13:42 ` bug#44448: Amai Kinono
2021-02-05 13:44 ` bug#44448: Lars Ingebrigtsen
2021-08-11 5:49 ` bug#44448: Amai Kinono
2021-08-11 11:20 ` bug#44448: Lars Ingebrigtsen
[not found] ` <CAPu3fz0cn0NjjSdZ34KYCw0ZweaR3tBCaRTxwe3fccTQL=Gq5g@mail.gmail.com>
2021-08-11 12:18 ` bug#44448: Fwd: bug#44448: Amai Kinono
2021-08-11 11:43 ` bug#44448: Eli Zaretskii
[not found] ` <CAPu3fz1HwaXCztR05vjXO19_6oWXOPgG7LKV2t7isV6J9KMMCQ@mail.gmail.com>
2021-08-11 12:18 ` bug#44448: Fwd: bug#44448: Amai Kinono
2021-08-12 12:44 ` Eli Zaretskii
2021-08-12 14:07 ` Eli Zaretskii
[not found] ` <CAPu3fz1YHXqAdN+0B-45J+geEwC70QTuAZLe1vuwmq+gTq64NA@mail.gmail.com>
2021-08-13 9:49 ` bug#44448: Fwd: " Amai Kinono
2021-08-14 9:25 ` Eli Zaretskii
2021-08-15 11:21 ` Eli Zaretskii
2021-08-15 12:12 ` Amai Kinono
2021-08-15 14:15 ` Eli Zaretskii
2021-08-15 18:10 ` Amai Kinono
2021-08-15 18:29 ` Eli Zaretskii
2021-08-16 18:28 ` Amai Kinono
2021-08-16 19:09 ` Eli Zaretskii
2021-08-17 18:09 ` Amai Kinono
2021-08-17 18:31 ` Eli Zaretskii [this message]
2021-08-18 12:05 ` Amai Kinono
2021-08-18 13:16 ` Eli Zaretskii
2021-08-18 14:00 ` Amai Kinono
2021-08-18 15:47 ` Eli Zaretskii
2021-12-04 6:13 ` Amai Kinono
2021-12-04 8:38 ` Eli Zaretskii
2021-12-04 11:42 ` Amai Kinono
2021-12-04 16:07 ` Eli Zaretskii
2021-08-11 12:22 ` bug#44448: [Amai Kinono] bug#44448: 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=83pmub6hyq.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=44448@debbugs.gnu.org \
--cc=amaikinono@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).