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

Removed buggy line-break behavior on emacs over terminal #27

Merged
merged 4 commits into from
Aug 24, 2017

Conversation

fernando-jascovich
Copy link
Contributor

(set-window-margins nil 1)
Was causing unexpected and buggy parsing of line breaks over the output of fzf: https://i.imgur.com/UC0EUKq.png

@fernando-jascovich
Copy link
Contributor Author

fernando-jascovich commented Aug 5, 2017

I have added another change to my master branch.
It was simply add the ido directory search at fzf-directory

@fernando-jascovich
Copy link
Contributor Author

Another update, i have changed the type of the var fzf/args. The main reason was that I want to set this argument --query=\!build (with the empty space at the end of the string).

(make-term "fzf" fzf/executable))
(switch-to-buffer buf)
(linum-mode 0)
(set-window-margins nil 1)
;;(set-window-margins nil 1)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it appears this would fix #26 as well....if you don't notice anything bad let's just remove it altogether and we're good to merge. thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have been using like this for some days now and it's working fine. But I am only using emacs from terminal, so I am not aware of the implications on the x gui version. Please notice that I was working on some another features as well on this branch, maybe you will want one "clean" branch with only this change.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

either's fine, since without this change removed your PR wouldn't work anyways, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's right

@bling bling merged commit af3d5f3 into bling:master Aug 24, 2017
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.

2 participants