[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why am I being told to use "straight.el"?
From: |
Max Nikulin |
Subject: |
Re: Why am I being told to use "straight.el"? |
Date: |
Mon, 24 Apr 2023 17:42:20 +0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
GNU Emacs 30.0.50 (build 1, i686-pc-linux-gnu, X toolkit, cairo version
1.14.8, Xaw3d scroll bars) of 2023-04-19.
Since it is a custom emacs build, is its folder present in your PATH? Is
it the same binary as reported by the following command in emacs eshell
buffer
sh -c 'command -v emacs'
(it does not work without sh -c since it is a shell built-in)
On 23/04/2023 02:12, Colin Baxter wrote:
> However accordingly to your description I expect that you do not
> have Org loaded yet. If you can not load compiled org now it
> should cause an error after emacs restart as well.
Org-mode is already loaded, that is the git version of org that I am about to
update is already loaded. If I C-j
Sorry, but I do not see any step that may cause org loaded (step 8 is
corrected):
1. emacs <RET>
2. M-x vc-dir <RET>
3. Navigate to ~/git/org-mode.
4. + (to pull)
5. M-x compile <RET>
6. make clean <RET>
7. make <RET>
8. In an eshell buffer navigate to ~/git/org-mode/lisp.
9. rm *.elc <RET>
I failed to reproduce the issue.
I compiled and installed emacs
65735cee71c 2023-04-23 12:08:32 -0700 Jim Porter: ; Fix last change
I started from Org commit
7c8623be9 HEAD@{4}: clone: from
https://git.savannah.gnu.org/git/emacs/org-mode.git
and then repeated for the following ones (from bottom to top)
f81ba451a (HEAD -> main, origin/main, origin/HEAD) HEAD@{0}: pull --stat:
Fast-forward
3c449cc43 HEAD@{1}: pull: Fast-forward
4929f0c55 HEAD@{2}: pull: Fast-forward
f4446ce79 HEAD@{3}: pull: Fast-forward
1. emacs -L ~/src/org-mode
2. M-x eshell
3. eshell: cd ~/src/org-mode
4. eshell: git checkout f4446ce79 # etc.
5. eshell: make clean
6. eshell: make
7. C-x C-f /tmp/test.org
no error
8. C-c C-x !
should not be necessary, but no error anyway.
9. C-x C-c
repeat from step 1
- Re: Why am I being told to use "straight.el"?, (continued)
- Re: Why am I being told to use "straight.el"?, Max Nikulin, 2023/04/21
- Re: Why am I being told to use "straight.el"?, Colin Baxter, 2023/04/21
- Re: Why am I being told to use "straight.el"?, Max Nikulin, 2023/04/21
- Re: Why am I being told to use "straight.el"?, William Denton, 2023/04/21
- Re: Why am I being told to use "straight.el"?, Colin Baxter, 2023/04/21
- Re: Why am I being told to use "straight.el"?, Colin Baxter, 2023/04/21
- Re: Why am I being told to use "straight.el"?, Max Nikulin, 2023/04/21
- Re: Why am I being told to use "straight.el"?, Colin Baxter, 2023/04/22
- Re: Why am I being told to use "straight.el"?, Max Nikulin, 2023/04/22
- Re: Why am I being told to use "straight.el"?, Colin Baxter, 2023/04/22
- Re: Why am I being told to use "straight.el"?,
Max Nikulin <=