<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/index.php?action=history&amp;feed=atom&amp;title=Compilation</id>
	<title>Compilation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/index.php?action=history&amp;feed=atom&amp;title=Compilation"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Compilation&amp;action=history"/>
	<updated>2026-04-05T13:56:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Compilation&amp;diff=47917&amp;oldid=prev</id>
		<title>Elvince: add category</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Compilation&amp;diff=47917&amp;oldid=prev"/>
		<updated>2017-05-18T10:56:48Z</updated>

		<summary type="html">&lt;p&gt;add category&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:56, 18 May 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l17&quot; &gt;Line 17:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 17:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Intermediate]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Intermediate]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Programming]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Programming]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[Category:Compile]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Elvince</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Compilation&amp;diff=47914&amp;oldid=prev</id>
		<title>Elvince: create compilation page</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Compilation&amp;diff=47914&amp;oldid=prev"/>
		<updated>2017-05-17T13:35:43Z</updated>

		<summary type="html">&lt;p&gt;create compilation page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Overview of built-ins features and packages to Compile stuff within Emacs.&lt;br /&gt;
&lt;br /&gt;
= M-x compile and compilation-mode =&lt;br /&gt;
&lt;br /&gt;
Built-in. The compilation mode allows to navigate around errors and files paths. Indeed, it highlights them and makes them clickable.&lt;br /&gt;
&lt;br /&gt;
Some keybindings: (for the full help, see '''C-h f compilation-mode RET''')&lt;br /&gt;
&lt;br /&gt;
* '''C-c TAB''' or '''C-c `''' (backquote) to go to the next error. There's also &amp;lt;code&amp;gt;previous-error&amp;lt;/code&amp;gt; with C-c backtab.&lt;br /&gt;
* '''C-c C-f''' &amp;lt;code&amp;gt;next-error-follow-minor-mode&amp;lt;/code&amp;gt; will automatically open the source file when you navigate around errors.&lt;br /&gt;
* click or type RET on an error to go the file on the specific line.&lt;br /&gt;
&lt;br /&gt;
= helm-make - Makefile targets completion =&lt;br /&gt;
&lt;br /&gt;
See [https://github.com/abo-abo/helm-make helm-make], an [[helm]]-based package. It allows to call a make target from anywhere in a project (it searches the project root) and to choose a command with fuzzy completion.&lt;br /&gt;
&lt;br /&gt;
[[Category:Intermediate]]&lt;br /&gt;
[[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>Elvince</name></author>
	</entry>
</feed>