<?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=101.63.153.193</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=101.63.153.193"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/101.63.153.193"/>
	<updated>2026-04-12T21:51:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Category:Completion&amp;diff=1047</id>
		<title>Category:Completion</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Category:Completion&amp;diff=1047"/>
		<updated>2012-03-28T06:52:43Z</updated>

		<summary type="html">&lt;p&gt;101.63.153.193: Created page with &amp;quot;Category:Convenience&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Convenience]]&lt;/div&gt;</summary>
		<author><name>101.63.153.193</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Ido&amp;diff=1045</id>
		<title>Ido</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Ido&amp;diff=1045"/>
		<updated>2012-03-28T06:51:50Z</updated>

		<summary type="html">&lt;p&gt;101.63.153.193: Created page with &amp;quot;Category:Completion&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Completion]]&lt;/div&gt;</summary>
		<author><name>101.63.153.193</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=WikEmacs:Guidelines&amp;diff=1043</id>
		<title>WikEmacs:Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=WikEmacs:Guidelines&amp;diff=1043"/>
		<updated>2012-03-28T06:42:21Z</updated>

		<summary type="html">&lt;p&gt;101.63.153.193: &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. Categorize them so it is easy to find.&lt;br /&gt;
* If you are a regular blogger, donate your article to this Wiki.&lt;br /&gt;
* Use '''Discussion page''' to discuss things. Don't put them in articles themselves. Always 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 any other code hosting site.&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/w/index.php?title=Template:NewPage&amp;amp;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 uniform experience.  See [[Special:UncategorizedTemplates]].&lt;br /&gt;
&lt;br /&gt;
Some 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;
| {{Manual|emacs|Major-Modes|Major Modes}} || &amp;lt;pre&amp;gt;{{Manual|emacs|Major-Modes|Major Modes}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| {{CommandKeys|C-x C-f|find-file}} || &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}} || &amp;lt;pre&amp;gt;{{Keys|C-x C-c}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Command|find-file}} || &amp;lt;pre&amp;gt;{{Command|find-file}}&amp;lt;/pre&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|{{CustomizeVariable|c-default-style}}||&amp;lt;pre&amp;gt;{{CustomizeVariable|c-default-style}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|{{CustomizeGroup|C}}||&amp;lt;pre&amp;gt;{{CustomizeGroup|C}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| {{Function|search-forward}} || &amp;lt;pre&amp;gt;{{Function|search-forward}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| {{Variable|auto-mode-alist}} || &amp;lt;pre&amp;gt;{{Variable|auto-mode-alist}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Categories =&lt;br /&gt;
&lt;br /&gt;
There are special categories defined for ''Operating system'', ''Emacs releases'', ''Programming languages'' etc. Use these when possible or introduce new ones as required. See [[Special:Categories]].&lt;br /&gt;
&lt;br /&gt;
[[Category:WikEmacs Contributor]]&lt;/div&gt;</summary>
		<author><name>101.63.153.193</name></author>
	</entry>
</feed>