pprevos / emacs-writing-studio

Emacs configuration for authors who research, write and publish articles, books and websites.

Home Page:https://lucidmanager.org/tags/emacs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

load-with-code-conversion: Symbol’s function definition is void: global-company-mode

zenny opened this issue · comments

Hi,

  1. init.el does not load with:
    emacs --debug-init --init-direcectory /path/to/thisrepo/init.el

  2. When I tried to load-buffer:
    eval-buffer: Symbol’s function definition is void: global-company-mode

fyi.

Hi Zenny,

I just pushed a new version with a changed configuration for company-mode. It shows no error when I run it with --debug-init. Can you please test on your end?

P:)

Hi Zenny,

I just pushed a new version with a changed configuration for company-mode. It shows no error when I run it with --debug-init. Can you please test on your end?

P:)

Now popped up with new issue with orderless:

Error running timer: (error "Invalid completion style orderless")

Thanks for testing this config, Apologies for the bugs. I did some more testing, but I can seem to replicate the Orderless error.

What were you doing when the error appeared?
Are you using Emacs 29.1?

Thanks for testing this config, Apologies for the bugs. I did some more testing, but I can seem to replicate the Orderless error.

What were you doing when the error appeared?
I just tried to load your init.el because it does not load with emacs --debug-config --init-directory path/to/ews/init.el

Are you using Emacs 29.1?
Yep.

So the error appears when you start Emacs?

When I run the current configuration I get no error (using Arch Linux). The Orderless configuration is as stated by the package author and works OK on my end.

Which operating system do you use?

Looking at your orginal post, try to run Emacs like this:

emacs --init-directory /path/to/thisrepo (remove init.el)

I updated the readme file to reflect the correct way to start Emacs 29.1 with EWS. e5d4ade