Gerardo Moro @ 2022-08-22 13:31 :
> Dear all,
Hi! 🙃
> I currently use Emacs 27.2 (9.0) and need to update to the last version.
> No idea how my current Emacs was installed on my Mac.
You probably installed it via brew.
https://brew.sh
> In case this helps, when I do on Terminal:
>
> § which
Dear all,
I currently use Emacs 27.2 (9.0) and need to update to the last version.
No idea how my current Emacs was installed on my Mac.
In case this helps, when I do on Terminal:
§ which -a- emacs
/usr/local/bin/emacs
/opt/local/bin/emacs
/usr/local/bin/emacs
What would the way to go to updat
Giovanni Ridolfi writes:
> --- Mar 7/7/09, Matthew Lundin ha scritto:
>> In case this question comes up again, I put up an FAQ
>> pointing to this
>> mailing list thread.
>
> Matt,
>
> do you think it is worth to add a "make clean" in the faq?
> i.e.:
>
> without using the customary " /make cle
--- Mar 7/7/09, Matthew Lundin ha scritto:
> In case this question comes up again, I put up an FAQ
> pointing to this
> mailing list thread.
Matt,
do you think it is worth to add a "make clean" in the faq?
i.e.:
without using the customary " /make clean/ && make && make install".
Sebastian Rose writes:
> Eric S Fraga writes:
>> This all assumes, of course, that the order of compilation does not
>> matter, a point raised by Scot Becker?
>
> It did in a description we had earlier on this list.
> I therefore load all the lisp files first before compiling them to avoid
> err
Eric S Fraga writes:
> This all assumes, of course, that the order of compilation does not
> matter, a point raised by Scot Becker?
It did in a description we had earlier on this list.
I therefore load all the lisp files first before compiling them to avoid
errors.
Sebastian
__
At Tue, 07 Jul 2009 18:37:51 +0200, Sebastian Rose wrote:
> And, finally, here is a simple elisp function, that compiles your
> sources:
And I can confirm that this works just fine (well, with limited
testing of org-mode, specifically a few agenda views). No need for
make et al. now. Of course,
At Tue, 07 Jul 2009 18:37:51 +0200,
Sebastian Rose wrote:
> And, finally, here is a simple elisp function, that compiles your
> sources:
> [...]
Excellent. Thanks!
This all assumes, of course, that the order of compilation does not
matter, a point raised by Scot Becker? I guess the simplest an
And, finally, here is a simple elisp function, that compiles your
sources:
(defvar my/org-lisp-directory "~/.emacs.d/org/lisp"
"Directory where your org-mode files live.")
;; adjust my/org-lisp-directory:
(setq my/org-lisp-directory "~/emacs/lisp/ext/org-mode/lisp")
(defun my/compile-org(
You could do what I described in my previous mail, and save the whole
stuff as keyboard macro:
C-x (
Now do all the stuff in my last mail. To make sure the directory is
found, use an absolute path here.
C-x )
M-x name-last-kbd-macro RET
compile-org RET
Switch to your setup file and
Eric S Fraga writes:
> However, in the standard software on this computer, there is no
> (gnu)make equivalent installed. Therefore, I have the same need as
> Stefan. Is there maybe an elisp script/function that can take the
> place of the make command used to prepare all the .elc files for
> org
Well, you can run org without byte-compiling its files. It runs
slower, but I'm not sure how noticeably so on recent hardware.
This is a good question though, if you didn't have a build environment
available (say on an embedded linux distro), but you had a full emacs,
would you have everything yo
At Tue, 07 Jul 2009 17:05:23 +0200,
Stefan Vollmar wrote:
> behaviour. So, in a nutshell, is it possible to update the current
> Emacs Windows distribution, http://ftp.gnu.org/gnu/emacs/windows, to
> the latest release of org-mode without needing a "make" tool?
I am glad somebody else has brought
Hello,
we have been using Emacs and org on MacOS X and Linux for a while and
we are very happy with the way we can keep up with the phantastic
amount of enhancements and fixes that continously appear in the git-
repository.
We now need to also have a (comparatively) current org version on
14 matches
Mail list logo