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

Make counsel--yank-pop-position more robust #1420

Closed
wants to merge 1 commit into from

Conversation

basil-conto
Copy link
Collaborator

@basil-conto basil-conto commented Jan 31, 2018

It is unlikely but somehow possible for the properties of S and those of its corresponding kill-ring item to not match. In this case it is better to fall back to plain string equality than fail.

counsel.el (counsel--yank-pop-position): Gracefully degrade if S and its properties are not found in kill-ring.

It is unlikely but somehow possible for the properties of S and
those of its corresponding kill-ring item to not match.  In this
case it is better to fall back to plain string equality than fail.

counsel.el (counsel--yank-pop-position): Gracefully degrade if S and
its properties are not found in kill-ring.
@abo-abo
Copy link
Owner

abo-abo commented Jan 31, 2018

Thanks.

@basil-conto basil-conto deleted the blc/counsel-yank-pop branch February 1, 2018 12:47
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.

None yet

2 participants