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

Remove arguments from webpaste-paste-buffer-or-region #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

8dcc
Copy link
Contributor

@8dcc 8dcc commented Nov 25, 2024

Using (interactive "r") produces the following error message right after starting Emacs (or after creating new buffers, perhaps?):

execute-extended-command: The mark is not set now, so there is no region

Since this commit changes the function arguments, it might break some existing calls from Elisp, so the change might not be worth it.

I decided to separate this PR from #61, since they are not related.

Since (interactive "r") fails when starting Emacs (or creating new buffers,
perhaps?) with the following error message:

  execute-extended-command: The mark is not set now, so there is no region

Since this commit changes the function arguments, it might break some existing
calls from Elisp, and this might not be worth it.
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

Successfully merging this pull request may close these issues.

1 participant