Richard Kim

Results 68 comments of Richard Kim

I don't think org package is in melpa. You need to add https://elpa.gnu.org/packages/. Following is how spacemacs sets up packages. ```elisp (defun configuration-layer/create-elpa-repository (name output-dir) "Create an ELPA repository containing...

Corrupt byte compiled files could result if you installed org package after already having loaded built-in org.el. This is why one must make sure that org.el is not loaded when...

I don't think so, but I am not sure. Even if startup time is longer, I could tolerate it if that prevents hard to debug errors.

@RidaAyed Can you explain how hour setup can install org package at all? You set `package-archives` to include only melpa. As far as I can tell, melpa does not provide...

Sorry. I just noticed that you are using add-to-list. So you are probably relying on default value of package-archive to already have elpa.gnu.org.

I don't think wgrep-begin-edit-buffer-hook will work, because it is too late. Here is the relevant call sequence: ``` | wgrep-finish-edit |--> wgrep-compute-transaction |----> wgrep-transaction-editing-list ... |------> wgrep-get-file-buffer ... |--> wgrep-commit-buffer...

I do not see this problem anymore on emacs 27.2, ubuntu 20.04, and latest spacemacs, i.e., `g d` command works first time. Following shows my startup file which differs from...

This seems to be caused by an upstream changes, i.e., one of the packages. I can tell, because I tested two cases. First I used latest develop branch of spacemacs...

I tried removing all installed packages and reinstalling all latest versions. I no longer see the extra-space-at-the-end problem. Also I learned that even earlier versions of packages showed the problem...

@csfreebird can you close this issue after you verify that the problem no longer exist with latest packages?