<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=186.137.117.70</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=186.137.117.70"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/186.137.117.70"/>
	<updated>2026-04-14T12:13:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=WikEmacs:Guidelines&amp;diff=4512</id>
		<title>WikEmacs:Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=WikEmacs:Guidelines&amp;diff=4512"/>
		<updated>2013-04-25T02:33:31Z</updated>

		<summary type="html">&lt;p&gt;186.137.117.70: /* Creating new pages */ fix link. Would be better to remove /index.php/ entirely from the URL!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''How can we maintain and improve quality of this Wiki?'''&lt;br /&gt;
* Stick to Emacs-24 and Emacs-23.&lt;br /&gt;
* Keep things short and sweet.  Mark things that should stand out in '''bold'''. &lt;br /&gt;
* Use [http://en.wikipedia.org/wiki/Active_voice Active voice]&lt;br /&gt;
* Give tips. Document things that are difficult to find or share your wisdom.&lt;br /&gt;
* Don't reproduce existing documentation. Instead link to them.&lt;br /&gt;
* It's OK to write long tutorial Pages. Use '''Tutorial:Tutorial Namespace''' for it. Assign categories for easily finding the tutorial.&lt;br /&gt;
* If you are a regular blogger, consider donating your articles to this Wiki.&lt;br /&gt;
* For discussions, use the '''Discussion page''' instead of posting to the article pages. Sign your comments using  &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;. &lt;br /&gt;
* We cannot host code extensions and elisp packages here. Use [https://github.com GitHub] or similar code hosting site.&lt;br /&gt;
* {{Note}} this is not a QA site. Emacs questions are better answered at [http://stackoverflow.com/questions/tagged/emacs Stackoverflow site]. However, if you have an answer to a good question or problem, add in the appropriate page.&lt;br /&gt;
* '''Code snippets''' are most welcome. But comment about what precisely the snippet does. Document any limitations as well. &lt;br /&gt;
&lt;br /&gt;
== Mediawiki Help == &lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Wikitext_examples Help with Mediawiki markup]&lt;br /&gt;
&lt;br /&gt;
== Creating new pages ==&lt;br /&gt;
To create a new page, do this:&lt;br /&gt;
# Visit [http://wikemacs.org/index.php/Template:NewPage?action=edit Template:NewPage] and copy the text area to clipboard. Feel free to modify the template. &lt;br /&gt;
# Goto [[WikEmacs:Scratch Buffer]]&lt;br /&gt;
# Add this &amp;lt;nowiki&amp;gt;[[Test Page]]&amp;lt;/nowiki&amp;gt; and save the scratch buffer.&lt;br /&gt;
# Click on the new Wiki link to create a blank page and paste the contents of clipboard there.&lt;br /&gt;
# Save the newly created page.&lt;br /&gt;
# Now you have a basic template which you can expand upon. Add content to the new page as you please.&lt;br /&gt;
&lt;br /&gt;
== Templates ==&lt;br /&gt;
There are templates defined for referencing ''variables'', ''function'', ''command'', ''keys'', ''manual'' etc.  Use them for uniformity.  See [[:Category:Templates]]. Each template page should describe how to use that template. A few common examples:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!What it looks like&lt;br /&gt;
!What you type&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;h2&amp;gt;Headline text&amp;lt;/h2&amp;gt;&lt;br /&gt;
| &amp;lt;pre&amp;gt;== Headline text ==&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Manual|emacs|Major-Modes|Major Modes}}&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Manual|emacs|Major-Modes|Major Modes}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{CommandKeys|C-x C-f|find-file}}&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{CommandKeys|C-x C-f|find-file}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Keys|C-x C-c}}&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Keys|C-x C-c}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Keys|C-x f|set-fill-column}}&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Keys|C-x f|set-fill-column}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Command|find-file}} &lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Command|find-file}}&amp;lt;/pre&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
| {{CustomizeVariable|c-default-style}} &lt;br /&gt;
| &amp;lt;pre&amp;gt;{{CustomizeVariable|c-default-style}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Snippet|(global-set-key (kbd &amp;quot;C-c c&amp;quot;) 'org-capture)}}&lt;br /&gt;
| &amp;lt;pre&amp;gt;{{Snippet|(global-set-key (kbd &amp;quot;C-c c&amp;quot;) 'org-capture)}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Categories ==&lt;br /&gt;
&lt;br /&gt;
Special categories, such as ''Operating system'', ''Emacs releases'', ''Programming languages'', should be used to introduce new categories. See [[Special:Categories]].&lt;br /&gt;
&lt;br /&gt;
[[Category:WikEmacs Contributor]]&lt;/div&gt;</summary>
		<author><name>186.137.117.70</name></author>
	</entry>
</feed>