daedreth / UncleDavesEmacs

My personal ~/.emacs.d
GNU General Public License v3.0
247 stars 54 forks source link

Unable to open files #2

Closed x61 closed 6 years ago

x61 commented 6 years ago

I am using your fork but I am unable to open files from the terminal. For example, if I type emacs tests.txt, it does not open the text file. I am using mac. Is there a setting somewhere to address this?

daedreth commented 6 years ago

"does not open the text file" How exactly? Is emacs still launched? Is there an error in the Messages buffer? Is emacs already running in the background?

See what happens if you launch emacs and then in a terminal do emacsclient tests.txt

Also make sure to pull the latest changes, emacs-server starts by default now.

x61 commented 6 years ago

No error message shows up. Just the emacs scratch. emacsclient tests.txt does not open. It just shows the emacs scratch window. Once I delete the .emacs.d directory, I am able to open files with emacs tests.txt. I like your setting and would like to use it as a base for my emacs but it is very difficult to use it when it is difficult to open files. Do you know if there is a setting somewhere that needs to be set? I am using mac and emacs version 25 also using zshell.

daedreth commented 6 years ago

this is very odd behaviour, it does not happen on GNU/Linux or on Windows, I will ask around for folks using MacOS and see if I can find the cause.

What happens if you launch emacs normally and then C-x C-f to find and open a file?

x61 commented 6 years ago

Actually, C-x C-f does not open files either.

UPDATE: I just cloned this on my Ubuntu environment and I am still unable to open files with emacs fileName. When emacs starts, with and without fileName, it asks Replace existing window manager? (y or n). I said, no because I do not want to replace my window manager. Regardless, the fileName never opens. Not even with C-x C-f.

daedreth commented 6 years ago

I just tested on 2 gnu/linux machines and on windows, it works flawlessly and honestly I have no idea what could be causing this.

x61 commented 6 years ago

Thanks very much. This is the message I get when emacs first starts after cloning Warning (emacs): [EXWM] EXWM fails to start (void-function: (class-v)). Is there way to exclude EXWM from the config? Possibly without deleting it.

Also, each time I start emacs it asks if I want to Replace existing window manager? (y or n). when I say n, it displays Warning (emacs): [EXWM] EXWM fails to start (error: (Other window manager detected))

daedreth commented 6 years ago

Find (exwm-enable) and delete it, see if it helps

x61 commented 6 years ago

EXCELLENT. Works now on Ubuntu. Going try again later on my mac and report back. Thanks very much.

daedreth commented 6 years ago

Great, let me know how it fares under OSX

x61 commented 6 years ago

Commenting out (exwm-enable) in the config resolved the issue under OSX as well. Thanks for the help.

Great config, by the way.