From: Paul Pogonyshev <pogonyshev@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: "Gerd Möllmann" <gerd.moellmann@gmail.com>, 57433@debbugs.gnu.org
Subject: bug#57433: Emacs no longer moves point into visible port of the buffer
Date: Sat, 27 Aug 2022 19:11:33 +0200 [thread overview]
Message-ID: <CAG7BpaoYci_y+TyKnWS1QX6_B4-mU9JeZiXtk6xsi=RTLoZRCQ@mail.gmail.com> (raw)
In-Reply-To: <CAG7BparK9_3fnZFpTHaSajAXM_VJhR-6Vp-LhKE7kFnjLsUqnw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3820 bytes --]
By the way, here is a simple way to test Magit without installing it in your
Emacs. However, you will need Eldev (external relative to Emacs).
1. Install Eldev (https://github.com/doublep/eldev#installation)
2. Check out Magit sources, e.g. to `~/git/magit'
3. Run `$ cd ~/git/magit/*lisp*' (I don't know why they have this layout)
4. Create file `Eldev-local' with the following contents (since the
project doesn't use Eldev, you have to do this manually):
(setf eldev-project-main-file "magit.el")
(eldev-use-package-archive 'gnu-elpa)
(eldev-use-package-archive 'melpa)
5. Run e.g. like this: `$ eldev emacs --eval "(magit-status-setup-buffer
\"~/emacs\")" ',
assuming `~/emacs' is a Git checkout you work on.
Paul
On Sat, 27 Aug 2022 at 19:01, Paul Pogonyshev <pogonyshev@gmail.com> wrote:
> There is no mode binding (`C-h k C-b' returns `backward-char'). I don't
> know
> how to read this (result of showing the keymap in
> `describe-text-properties'
> buffer; at step 1:
>
> (keymap keymap
> (3 keymap
> (5 . magit-diff-edit-hunk-commit)
> (20 . magit-diff-trace-definition))
> (67 . magit-commit-add-log)
> (38 . magit-do-async-shell-command)
> (117 . magit-unstage)
> (115 . magit-stage)
> (97 . magit-apply)
> (remap keymap
> (magit-revert-no-commit . magit-reverse)
> (magit-delete-thing . magit-discard)
> (magit-visit-thing . magit-diff-visit-file))
> (24 keymap
> (97 . magit-add-change-log-entry)
> (53 keymap
> (return . magit-diff-visit-file-other-frame))
> (52 keymap
> (97 . magit-add-change-log-entry-other-window)
> (return . magit-diff-visit-file-other-window)))
> (C-return . magit-diff-visit-worktree-file)
> (10 . magit-diff-visit-worktree-file))
>
> At step 2:
>
> (keymap
> (3 keymap
> (94 keymap
> (108 . magit-smerge-keep-lower)
> (98 . magit-smerge-keep-base)
> (117 . magit-smerge-keep-upper)
> (13 . magit-smerge-keep-current)))
> keymap
> (3 keymap
> (5 . magit-diff-edit-hunk-commit)
> (20 . magit-diff-trace-definition))
> (67 . magit-commit-add-log)
> (38 . magit-do-async-shell-command)
> (117 . magit-unstage)
> (115 . magit-stage)
> (97 . magit-apply)
> (remap keymap
> (magit-revert-no-commit . magit-reverse)
> (magit-delete-thing . magit-discard)
> (magit-visit-thing . magit-diff-visit-file))
> (24 keymap
> (97 . magit-add-change-log-entry)
> (53 keymap
> (return . magit-diff-visit-file-other-frame))
> (52 keymap
> (97 . magit-add-change-log-entry-other-window)
> (return . magit-diff-visit-file-other-window)))
> (C-return . magit-diff-visit-worktree-file)
>
> Paul
> (10 . magit-diff-visit-worktree-file))
>
> On Sat, 27 Aug 2022 at 18:56, Eli Zaretskii <eliz@gnu.org> wrote:
>
>> > From: Paul Pogonyshev <pogonyshev@gmail.com>
>> > Date: Sat, 27 Aug 2022 18:32:15 +0200
>> > Cc: Gerd Möllmann <gerd.moellmann@gmail.com>,
>> > 57433@debbugs.gnu.org
>> >
>> > > Now, I put the point at the beginning of the third line ([^] is the
>> point):
>> >
>> > Text content at position 32867:
>> >
>> > There is an overlay here:
>> > From 32867 to 32901
>> > evaporate t
>> > font-lock-face magit-diff-file-heading-highlight
>> >
>> > There are text properties here:
>> > font-lock-face magit-diff-file-heading
>> > keymap [Show]
>> > magit-section [Show]
>>
>> Maybe the 'keymap' part? Could it be that C-b has a binding in that
>> keymap?
>>
>
[-- Attachment #2: Type: text/html, Size: 5304 bytes --]
next prev parent reply other threads:[~2022-08-27 17:11 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-26 16:32 bug#57433: Emacs no longer moves point into visible port of the buffer Paul Pogonyshev
2022-08-27 6:55 ` Gerd Möllmann
2022-08-27 8:08 ` Gerd Möllmann
2022-08-27 8:53 ` Gerd Möllmann
2022-08-27 9:33 ` Eli Zaretskii
2022-08-27 9:55 ` Gerd Möllmann
2022-08-27 9:58 ` Eli Zaretskii
2022-08-27 10:02 ` Gerd Möllmann
2022-08-27 10:19 ` Eli Zaretskii
2022-08-27 10:43 ` Gerd Möllmann
2022-08-27 11:08 ` Eli Zaretskii
2022-08-27 14:07 ` Paul Pogonyshev
2022-08-27 14:28 ` Gerd Möllmann
2022-08-27 15:47 ` Paul Pogonyshev
2022-08-27 15:55 ` Eli Zaretskii
2022-08-27 16:06 ` Paul Pogonyshev
2022-08-27 16:12 ` Paul Pogonyshev
2022-08-27 16:29 ` Eli Zaretskii
2022-08-27 16:32 ` Paul Pogonyshev
2022-08-27 16:37 ` Paul Pogonyshev
2022-08-27 16:56 ` Eli Zaretskii
2022-08-27 17:01 ` Paul Pogonyshev
2022-08-27 17:11 ` Paul Pogonyshev [this message]
2022-08-27 16:25 ` Eli Zaretskii
2022-08-27 15:13 ` Eli Zaretskii
2022-08-27 9:47 ` Eli Zaretskii
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='CAG7BpaoYci_y+TyKnWS1QX6_B4-mU9JeZiXtk6xsi=RTLoZRCQ@mail.gmail.com' \
--to=pogonyshev@gmail.com \
--cc=57433@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=gerd.moellmann@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.