<?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=GergelyPolonkai</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=GergelyPolonkai"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/GergelyPolonkai"/>
	<updated>2026-04-10T12:01:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Webjump&amp;diff=47661</id>
		<title>Webjump</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Webjump&amp;diff=47661"/>
		<updated>2016-10-28T10:17:56Z</updated>

		<summary type="html">&lt;p&gt;GergelyPolonkai: Add package box, an example, and a page category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Package&lt;br /&gt;
|name=webjump&lt;br /&gt;
|description=Programmable Web Hotlist&lt;br /&gt;
|author = Neil W. Van Dyke&lt;br /&gt;
|maintainer = Unknown&lt;br /&gt;
|in_emacs=yes&lt;br /&gt;
|source=http://www.neilvandyke.org/webjump/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Webjump is a programmable Web hotlist facility that uses Emacs [[completion]] to select a hotlist item and can prompt for query and option parameters.&lt;br /&gt;
&lt;br /&gt;
You can invoke it with {{Command|webjump}}, and you will be immediately given a list of sites you may want to reach (some notable examples are the EmacsWiki and search sites like DuckDuckGo and Google.)&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
To add WikEmacs and the Emacs StackExchange site:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 (setq webjump-sites&lt;br /&gt;
       (append '(&lt;br /&gt;
                 (&amp;quot;WikEmacs&amp;quot; . [simple-query &amp;quot;www.wikemacs.org&amp;quot;&lt;br /&gt;
                                             &amp;quot;www.wikemacs.org/wiki/&amp;quot;&lt;br /&gt;
                                             &amp;quot;&amp;quot;])&lt;br /&gt;
                 (&amp;quot;Emacs SE&amp;quot;   . [simple-query &amp;quot;emacs.stackexchange.com&amp;quot;&lt;br /&gt;
                                               &amp;lt;nowiki&amp;gt;&amp;quot;https://emacs.stackexchange.com/search?q=&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
                                               &amp;quot;&amp;quot;])&lt;br /&gt;
                 )&lt;br /&gt;
               webjump-sample-sites))&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Package]]&lt;/div&gt;</summary>
		<author><name>GergelyPolonkai</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=WikEmacs:Guidelines&amp;diff=47660</id>
		<title>WikEmacs:Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=WikEmacs:Guidelines&amp;diff=47660"/>
		<updated>2016-10-28T08:27:15Z</updated>

		<summary type="html">&lt;p&gt;GergelyPolonkai: Change order of SE sites. Emacs.SE is no longer in beta, so it’s better to ask there!&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 the [http://emacs.stackexchange.com/ Emacs-specific StackExchange site] or on [http://stackoverflow.com/questions/tagged/emacs Stackoverflow]. 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>GergelyPolonkai</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Talk:Shell&amp;diff=47659</id>
		<title>Talk:Shell</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Talk:Shell&amp;diff=47659"/>
		<updated>2016-10-26T07:33:39Z</updated>

		<summary type="html">&lt;p&gt;GergelyPolonkai: /* shell-here */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Interesting links on history and persistency: &lt;br /&gt;
* http://stackoverflow.com/questions/22949834/emacs-shell-command-history-lost-after-restart&lt;br /&gt;
* http://oleksandrmanzyuk.wordpress.com/2011/10/23/a-persistent-command-history-in-emacs/&lt;br /&gt;
* persistent.el looks useful too for grep, recent files, compilation history: https://github.com/alienacorn/dotemacs/blob/master/persistent.el&lt;br /&gt;
[[User:Elvince|Elvince]] ([[User talk:Elvince|talk]]) 11:53, 15 April 2014 (EDT)&lt;br /&gt;
&lt;br /&gt;
== shell-here ==&lt;br /&gt;
&lt;br /&gt;
There is a mention of shell-here; however, it seems Emacs 25.1 does this by default, ie. opens the shell in the directory of the current buffer.&lt;br /&gt;
&lt;br /&gt;
[[User:GergelyPolonkai|GergelyPolonkai]] ([[User talk:GergelyPolonkai|talk]]) 03:33, 26 October 2016 (EDT)&lt;/div&gt;</summary>
		<author><name>GergelyPolonkai</name></author>
	</entry>
</feed>