unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Tak Kunihiro <homeros.misasa@gmail.com>
To: 45091@debbugs.gnu.org
Cc: tkk@misasa.okayama-u.ac.jp
Subject: bug#45091: 27.1; M-x org-table-paste-rectanble
Date: Mon, 07 Dec 2020 14:00:28 +0900	[thread overview]
Message-ID: <m14kky8b2r.fsf@misasa.okayama-u.ac.jp> (raw)

I see error message "Marker does not point anywhere" during copy and
paste operation between org-table on Emacs 27.1.

    $ emacs -Q
    M-x find-file FOLLOWING_FILE
    Eval: (progn (require 'org) (require 'org-table) (orgtbl-mode))
    Select all cells of the first org-table
    M-x org-table-copy-region
    Click the top-left of the second org-table
    M-x org-table-paste-rectangle
    M-x undo
    Click the top-left of the second org-table
    M-x org-table-paste-rectangle

Then I see following messages.  No error is observed on Emacs 26.3.

    Mark set
    Error in post-command-hook (jit-lock--antiblink-post-command): (error "Marker does not point anywhere")
    Error during redisplay: (jit-lock-function 3145) signaled (error "Marker does not point anywhere")
    Error during redisplay: (jit-lock-function 772) signaled (error "Marker does not point anywhere")
    Error during redisplay: (jit-lock-function 1272) signaled (error "Marker does not point anywhere")
    Error during redisplay: (jit-lock-function 1772) signaled (error "Marker does not point anywhere")
    Error during redisplay: (jit-lock-function 2272) signaled (error "Marker does not point anywhere")
    Error during redisplay: (jit-lock-function 2772) signaled (error "Marker does not point anywhere")
    Error during redisplay: (jit-lock-function 3272) signaled (error "Marker does not point anywhere")
    Error during redisplay: (jit-lock-function 3772) signaled (error "Marker does not point anywhere")

I cannot tell what is the source of problem.  Can you fix this?


######## beginning_of_file
-*- mode: latex -*-

| rownames                    |  acq | stone                  | session | kCNzCC | DD15N | DD13C |
| ref-coal-krt-2000-4-s1@4104 | 4104 | ref-coal-krt-2000-4-s1 | s109b   |     10 |     0 |     0 |
| ref-coal-krt-2000-4-s1@4105 | 4105 | ref-coal-krt-2000-4-s1 | s109b   |     10 |     0 |     0 |

|-----------------------+--------+--------+---------------+---------+---------+-----+------+------|
|                       | 12C12C | 12C14N | 12C14Nz12C12C | d13Cion | d15Nion | N/C | d13C | d15N |
|-----------------------+--------+--------+---------------+---------+---------+-----+------+------|
| cniso-mtx-ogl1-2@4112 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4113 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4114 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4115 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4116 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4117 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4118 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4119 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4124 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4125 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4126 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4127 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4128 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4129 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4130 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4131 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4132 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4133 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4134 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4135 |        |        |               |         |         |     |      |      |
| cniso-mtx-ogl1-2@4136 |        |        |               |         |         |     |      |      |
|-----------------------+--------+--------+---------------+---------+---------+-----+------+------|

######## end_of_file





             reply	other threads:[~2020-12-07  5:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-07  5:00 Tak Kunihiro [this message]
2020-12-07 15:37 ` bug#45091: 27.1; M-x org-table-paste-rectanble Eli Zaretskii
2020-12-07 15:39   ` João Távora
2020-12-07 22:20     ` João Távora
2020-12-07 22:23       ` João Távora
2020-12-07 23:33       ` bug#45091: 27.1; M-x org-table-paste-rectangle Tak Kunihiro
2020-12-08  2:42         ` João Távora
2020-12-08 17:02           ` João Távora
2020-12-08 17:08             ` Eli Zaretskii
2020-12-08 23:48             ` Tak Kunihiro
2020-12-20  0:14             ` Tak Kunihiro
2020-12-20  0:18               ` João Távora
2020-12-21  4:58                 ` Tak Kunihiro
2021-01-16  6:24               ` Tak Kunihiro
2021-01-15 11:44 ` Naoya Yamashita
2021-01-15 12:19   ` João Távora
2021-01-15 19:33     ` Naoya Yamashita

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=m14kky8b2r.fsf@misasa.okayama-u.ac.jp \
    --to=homeros.misasa@gmail.com \
    --cc=45091@debbugs.gnu.org \
    --cc=tkk@misasa.okayama-u.ac.jp \
    /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).