Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEL inside string deletes whole string instead of single symbol #161

Open
deflexor opened this issue Jul 21, 2018 · 2 comments
Open

DEL inside string deletes whole string instead of single symbol #161

deflexor opened this issue Jul 21, 2018 · 2 comments

Comments

@deflexor
Copy link

For example (| - cursor):

"Hell|o"

press DEL and expect:

"Helo"

but got whole string purged

@ivan-m
Copy link
Collaborator

ivan-m commented Jul 23, 2018

I believe this is because the entire String is treated as a node. (Can't test at the moment to verify this though).

What does C-h k DEL say when inside a String?

@deflexor
Copy link
Author

deflexor commented Jul 24, 2018

[deletechar] (translated from [delete]) runs the command shm/delete
(found in shm-map), which is an interactive compiled Lisp function in
‘shm-insert-del.el’.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants