Code Monkey home page Code Monkey logo

Comments (7)

eschulte avatar eschulte commented on August 20, 2024

oh, thanks for catching this. Do you have time to submit a patch? If not I'll keep this issue open and fix it as soon as I'm able.

Thanks -- Eric

from emacs24-starter-kit.

grepe avatar grepe commented on August 20, 2024

Good evening Eric,

oh, thanks for catching this. Do you have time to submit a patch? If not I'll keep this issue open and fix it as soon as I'm able.

I'm just starting with this git-business, so I'm afraid submitting a patch is not for the immediate future… but I'll give it a try if a) you didn't beat me to it, b) installed emacs+starter kit and got org-mode and it's agenda working and c) I know how to submit patches…

BTW, I have a question on the org-based starter kit. OK to ask?

Cheers,
Peter.

from emacs24-starter-kit.

eschulte avatar eschulte commented on August 20, 2024

the easiest way to handle patches on github is by

  1. forking the repository
  2. making the changes locally
  3. committing the changes to your personal fork
  4. sending me a pull request
    github has nice instructions walking through this process

RE: org-start-kit-based questions please do ask away

Eric Schulte
http://cs.unm.edu/~eschulte/

from emacs24-starter-kit.

grepe avatar grepe commented on August 20, 2024

On 18 Aug 2011, at 20:55, eschulte wrote:

the easiest way to handle patches on github is by

OK, I'll give it a try when I get at the end of my to-do list…

RE: org-start-kit-based questions please do ask away

OK, thanks. When loading the system- and user-specific files, it seems that first the .el is loaded, then the .org. Doesn't that load it twice? Or does emacs keeps tracks of already loaded files?

Thanks,
Peter.

from emacs24-starter-kit.

eschulte avatar eschulte commented on August 20, 2024

grepe
[email protected]
writes:

On 18 Aug 2011, at 20:55, eschulte wrote:

the easiest way to handle patches on github is by

OK, I'll give it a try when I get at the end of my to-do list…

RE: org-start-kit-based questions please do ask away

OK, thanks. When loading the system- and user-specific files, it seems
that first the .el is loaded, then the .org. Doesn't that load it
twice? Or does emacs keeps tracks of already loaded files?

The .org file is never loaded, rather the code embedded in the .org file
is written to the .el file, which is then loaded.

Cheers -- Eric

Thanks,
Peter.

Eric Schulte
http://cs.unm.edu/~eschulte/

from emacs24-starter-kit.

grepe avatar grepe commented on August 20, 2024

Good morning Erik,

The .org file is never loaded, rather the code embedded in the .org file
is written to the .el file, which is then loaded.

Yes, I understand that, but the code first loads the existing .el
file, then it uses babel to tangle the org file and to load the
resulting .el file. So, it first loads a possibly out-of-date .el
file, and then a freshly created one (which will be loaded first the
next time you start emacs).

Or am I missing something?

Cheers,.
Peter.

from emacs24-starter-kit.

eschulte avatar eschulte commented on August 20, 2024

grepe
[email protected]
writes:

Good morning Erik,

The .org file is never loaded, rather the code embedded in the .org file
is written to the .el file, which is then loaded.

Yes, I understand that, but the code first loads the existing .el
file,

I believe you are mistaken. The old .el file is not loaded. I just
checked explicitly on my local system, and when an existing .el file is
present it is not loaded.

then it uses babel to tangle the org file and to load the resulting
.el file. So, it first loads a possibly out-of-date .el file, and then
a freshly created one (which will be loaded first the next time you
start emacs).

Or am I missing something?

I believe you are missing something, please confirm the behavior you
described as I can not reproduce this bad behavior on my system.

Best -- Eric

Cheers,.
Peter.

Eric Schulte
http://cs.unm.edu/~eschulte/

from emacs24-starter-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.