unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#45091: 27.1; M-x org-table-paste-rectanble
@ 2020-12-07  5:00 Tak Kunihiro
  2020-12-07 15:37 ` Eli Zaretskii
  2021-01-15 11:44 ` Naoya Yamashita
  0 siblings, 2 replies; 17+ messages in thread
From: Tak Kunihiro @ 2020-12-07  5:00 UTC (permalink / raw)
  To: 45091; +Cc: tkk

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





^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-01-16  6:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07  5:00 bug#45091: 27.1; M-x org-table-paste-rectanble Tak Kunihiro
2020-12-07 15:37 ` 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

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).