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

neotree opens two neotree windnows #191

Closed
jethrokuan opened this issue Sep 16, 2016 · 10 comments
Closed

neotree opens two neotree windnows #191

jethrokuan opened this issue Sep 16, 2016 · 10 comments
Labels

Comments

@jethrokuan
Copy link

Any call neotree-related commands opens up two windows, as shown below:

calling neotree-toggle again closes only one of them, and the other is only closable with C-x 0.

@tobimensch
Copy link

I encountered this problem, too.

@aborn
Copy link
Collaborator

aborn commented Sep 17, 2016

I didn't encountered this problem.
Please print the variable neo-global--window and execute function (neo-global--get-buffer) in *ielm* when this bug recurrence.

ELISP> neo-global--window
#<window 100 on NeoTree>
ELISP> (neo-global--get-buffer)
#<buffer NeoTree>

@aborn aborn added the bug label Sep 17, 2016
@jethrokuan
Copy link
Author

ELISP> neo-global--window
#<window 10 on NeoTree>
ELISP> (neo-global--get-buffer)
#<buffer NeoTree>

It is noted that both windows show "D:10" in the modeline

Regards,
Jethro Kuan

On Sat, Sep 17, 2016 at 10:58 PM, Aborn Jiang [email protected]
wrote:

I didn't encountered this problem.
Please print the variable neo-global--window and execute function
(neo-global--get-buffer) in ielm when this bug recurrence.

ELISP> neo-global--window
#<window 100 on NeoTree>
ELISP> (neo-global--get-buffer)
#<buffer NeoTree>


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#191 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABlxkS7Bzqo9mvluJykQEeGqesqL2Z9Bks5qrAAfgaJpZM4J-ibA
.

@aborn
Copy link
Collaborator

aborn commented Sep 18, 2016

Could you provide your os type ?

@jethrokuan
Copy link
Author

jethrokuan commented Sep 18, 2016

❯ lsb_release -rd                                                                             11:31:36 PM 
Description:    Manjaro Linux
Release:    16.08

GNU Emacs 24.5.1

EDIT: Thanks for looking into this.

@aborn
Copy link
Collaborator

aborn commented Sep 22, 2016

@jethrokuan Do you use the latest version from melpa?

@aborn
Copy link
Collaborator

aborn commented Sep 22, 2016

Util now, I use a tiny emacs config in ubuntu linux, it works well.

@jethrokuan
Copy link
Author

@aborn yes I do. I deleted my entire elpa folder, and reinstalled, with the same issue.

@aborn
Copy link
Collaborator

aborn commented Oct 12, 2016

PR #197 refactor the function neo-default-display-fn, @jethrokuan pls try again. And give our feedback, thanks a lot.

@jethrokuan
Copy link
Author

@aborn that fixed it, thanks a lot!

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

No branches or pull requests

3 participants