Re: Updating Emacs

2022-08-22 Thread Summer Emacs
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

Updating Emacs

2022-08-22 Thread Gerardo Moro
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

Re: R: [Orgmode] Re: Updating Emacs to latest org-release on MS Windows?

2009-07-08 Thread Matthew Lundin
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

R: [Orgmode] Re: Updating Emacs to latest org-release on MS Windows?

2009-07-08 Thread Giovanni Ridolfi
--- 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".

[Orgmode] Re: Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Matthew Lundin
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

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Sebastian Rose
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 __

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Eric S Fraga
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,

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Eric S Fraga
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

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Sebastian Rose
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(

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Sebastian Rose
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

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Sebastian Rose
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

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Scot Becker
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

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Eric S Fraga
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

[Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Stefan Vollmar
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