c-ide.org edits re: install and preparation#54
Open
Boruch-Baum wants to merge 11 commits intotuhdo:masterfrom
Open
c-ide.org edits re: install and preparation#54Boruch-Baum wants to merge 11 commits intotuhdo:masterfrom
Boruch-Baum wants to merge 11 commits intotuhdo:masterfrom
Conversation
* Sync org file file html file. * Remove text that misled me to think that no further customization of the demo package was necessary in order for it to function as described in the guide. * Correct dependency ambiguity about helm and helm-gtags. * Move a few paragraphs from section 'Source code navigation' to section 'Quick setup'. * Describe what tags are BEFORE beginning to use them. * Edits to section describing tag creation
* Create a `org-publish-project-alist' to enable publishing the project in a manner consistent with the current output.
* rename `emacs-tutor' to `org' * put `org-publish' output in new folder `html' * remove an errant gif that was in root folder
* Publishing will not inject javascript for `statcounter' or `disqus comments'. * Update publish.el for all naming changes. * Compact publish.el and remove what seems to be cruft files 'ebrowse.html', c-ide-irony_bak.html', `planet.css'. The files were retained in the `org' folder just in case, pending more detailed review. * Re-publish html using new publish.el. * Remove cruft file `cedet.org'. * Add files TODO, CHANGELOG. * Add header and reference to `index.org'.
* As written, the git clone command would produce a fatal error 'folder exists'. * Added alternatives to git clone. * Other fixes to demo install process. * Updates to publish.el for filenames and documentation. * README.md formatting.
* Pretty much all the code described as being in addition to the demo was in fact part of the demo, so it was removed and replaced with a reference. (see TODO for idea for future). * Use org-tables to present one set of demos side-by-side.
Owner
|
Thanks. I will have a look this weekend. |
Contributor
Author
|
I just took a second look at this thread, and realize that I'm doing something wrong in my github usage. My pull request was for the single commit bb0a83b. What seems to be happening is that git/github is updating the pull request whenever I make a subsequent commit, adding those later commits. Those later commits are valuable IMO, but they are for different purposes. |
* Pretty much all the code described as being in addition to the demo was in fact part of the demo, so it was removed and replaced with a reference. (see TODO for idea for future). * Use org-tables to present one set of demos side-by-side. * Moved some code from file into the setup-* file in the demo (as mentioned above, the files and their contents are included by reference) * Removed description of use of imenu in conjunction with ggtags. I had a frustrating and unsuccessful trial trying to get this to do anything. It became clear that the setup of semantic was over-riding the code snippet presented. Further, I'm not sure from reading the ggtags documentation that the snippet would add much of anything. Maybe re-insert this with better docuentation? * Add section to address using emacs libraries pre-packaged by many distributions (incomplete).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync org file file html file.
Remove text that misled me to think that no further customization of
the demo package was necessary in order for it to function as
described in the guide.
Correct dependency ambiguity about helm and helm-gtags.
Move a few paragraphs from section 'Source code navigation' to
section 'Quick setup'.
Describe what tags are BEFORE beginning to use them.
Edits to section describing tag creation