From: Michael Brand <michael.ch.brand@gmail.com>
To: 2409@debbugs.gnu.org
Subject: bug#2409: bug#2409: 23.0.90; org-mode + viper-mode + ns make typing unresponsive
Date: Tue, 17 May 2016 19:35:32 +0200 [thread overview]
Message-ID: <CALn3zojYc1Yg9aZLoUeD+hwHMDPsDtCKnXDoAKTMPN0wRefRTQ__33051.2556982741$1463506599$gmane$org@mail.gmail.com> (raw)
In-Reply-To: <CAM6wYYJJcaUYT5evtLw3mBHa7TXref35HO2OphAeinFeSQRdzg@mail.gmail.com>
Hi all
I did some trials in lisp/org/org.el with
- Emacs on OS X built with configure --with-ns, 24.5 and today's
master
- Org from today's master
1) Removing the line containing org-self-insert-command from
(org-remap org-mode-map
'self-insert-command 'org-self-insert-command
'delete-char 'org-delete-char
'delete-backward-char 'org-delete-backward-char)
lets the issue disappear. So the issue seems at least _related_ to
org-self-insert-command.
2) When I instead remove all forms that contain
org-self-insert-command or orgtbl-self-insert-command and then add
;; Reduce to a passing through to `self-insert-command'.
(defun org-self-insert-command (N)
(interactive "p")
(self-insert-command N))
;; Leave this as it was originally.
(org-remap org-mode-map
'self-insert-command 'org-self-insert-command
'delete-char 'org-delete-char
'delete-backward-char 'org-delete-backward-char)
the issue remains but I expect it to disappear. Did I not replace
self-insert-command just with itself and it should behave the same
way as with change 1)?
Michael
next prev parent reply other threads:[~2016-05-17 17:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <5A1A94B2-B206-4068-87C8-138E6D202BDE@sanityinc.com>
2016-01-11 4:19 ` bug#2409: 23.0.90; org-mode + viper-mode + ns make typing unresponsive Andrew Hyatt
[not found] ` <m2k2ng9299.fsf@gmail.com>
2016-01-11 22:43 ` bug#2409: " Michael Brand
[not found] ` <CALn3zoggG_+3pgp9qagDNKpUGtApqw-aYMvPatu60BQiOeM6vA@mail.gmail.com>
2016-01-12 1:57 ` Andrew Hyatt
[not found] ` <CAM6wYYJJcaUYT5evtLw3mBHa7TXref35HO2OphAeinFeSQRdzg@mail.gmail.com>
2016-05-17 17:35 ` Michael Brand [this message]
2020-05-22 11:42 ` bug#2409: Status: " Bastien
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.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CALn3zojYc1Yg9aZLoUeD+hwHMDPsDtCKnXDoAKTMPN0wRefRTQ__33051.2556982741$1463506599$gmane$org@mail.gmail.com' \
--to=michael.ch.brand@gmail.com \
--cc=2409@debbugs.gnu.org \
/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/org-mode.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).