136 lines
23 KiB
HTML
136 lines
23 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html><head><title>EmacsWiki: Innehållsförteckning</title><link rel="alternate" type="application/wiki" title="Redigera sidan" href="https://www.emacswiki.org/emacs?action=edit;id=Inneh%c3%a5llsf%c3%b6rteckning" /><link type="text/css" rel="stylesheet" href="https://www.emacswiki.org/light.css" /><meta name="robots" content="INDEX,FOLLOW" /><link rel="alternate" type="application/rss+xml" title="EmacsWiki" href="https://www.emacswiki.org/emacs?action=rss" />
|
||
|
<link rel="alternate" type="application/rss+xml"
|
||
|
title="Emacs Wiki with page content"
|
||
|
href="https://www.emacswiki.org/full.rss" />
|
||
|
<link rel="alternate" type="application/rss+xml"
|
||
|
title="Emacs Wiki with page content and diff"
|
||
|
href="https://www.emacswiki.org/full-diff.rss" />
|
||
|
<link rel="alternate" type="application/rss+xml"
|
||
|
title="Emacs Wiki including minor differences"
|
||
|
href="https://www.emacswiki.org/minor-edits.rss" /><meta content="width=device-width" name="viewport" />
|
||
|
<script type="text/javascript" src="/outliner-toc.js"></script>
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
function addOnloadEvent(fnc) {
|
||
|
if ( typeof window.addEventListener != "undefined" )
|
||
|
window.addEventListener( "load", fnc, false );
|
||
|
else if ( typeof window.attachEvent != "undefined" ) {
|
||
|
window.attachEvent( "onload", fnc );
|
||
|
}
|
||
|
else {
|
||
|
if ( window.onload != null ) {
|
||
|
var oldOnload = window.onload;
|
||
|
window.onload = function ( e ) {
|
||
|
oldOnload( e );
|
||
|
window[fnc]();
|
||
|
};
|
||
|
}
|
||
|
else
|
||
|
window.onload = fnc;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// https://stackoverflow.com/questions/280634/endswith-in-javascript
|
||
|
if (typeof String.prototype.endsWith !== 'function') {
|
||
|
String.prototype.endsWith = function(suffix) {
|
||
|
return this.indexOf(suffix, this.length - suffix.length) !== -1;
|
||
|
};
|
||
|
}
|
||
|
|
||
|
var initToc=function() {
|
||
|
|
||
|
var outline = HTML5Outline(document.body);
|
||
|
if (outline.sections.length == 1) {
|
||
|
outline.sections = outline.sections[0].sections;
|
||
|
}
|
||
|
|
||
|
if (outline.sections.length > 1
|
||
|
|| outline.sections.length == 1
|
||
|
&& outline.sections[0].sections.length > 0) {
|
||
|
|
||
|
var toc = document.getElementById('toc');
|
||
|
|
||
|
if (!toc) {
|
||
|
var divs = document.getElementsByTagName('div');
|
||
|
for (var i = 0; i < divs.length; i++) {
|
||
|
if (divs[i].getAttribute('class') == 'toc') {
|
||
|
toc = divs[i];
|
||
|
break;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
if (!toc) {
|
||
|
var h2 = document.getElementsByTagName('h2')[0];
|
||
|
if (h2) {
|
||
|
toc = document.createElement('div');
|
||
|
toc.setAttribute('class', 'toc');
|
||
|
h2.parentNode.insertBefore(toc, h2);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
if (toc) {
|
||
|
var html = outline.asHTML(true);
|
||
|
toc.innerHTML = html;
|
||
|
|
||
|
items = toc.getElementsByTagName('a');
|
||
|
for (var i = 0; i < items.length; i++) {
|
||
|
while (items[i].textContent.endsWith('✎')) {
|
||
|
var text = items[i].childNodes[0].nodeValue;
|
||
|
items[i].childNodes[0].nodeValue = text.substring(0, text.length - 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
addOnloadEvent(initToc);
|
||
|
</script>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body class="default" lang="se"><header><a class="logo" href="https://www.emacswiki.org/emacs/Inneh%c3%a5llsf%c3%b6rteckning"><img alt="[Startsida]" class="logo" src="https://www.emacswiki.org/images/logo218x38.png" /></a><nav><span class="gotobar bar"><a class="local" href="https://www.emacswiki.org/emacs/Inneh%c3%a5llsf%c3%b6rteckning">Innehållsförteckning</a> <a class="local" href="https://www.emacswiki.org/emacs/RecentChanges">RecentChanges</a> <a class="local" href="https://www.emacswiki.org/emacs/News">News</a> <a class="local" href="https://www.emacswiki.org/emacs/ElispArea">ElispArea</a> <a class="local" href="https://www.emacswiki.org/emacs/HowTo">HowTo</a> <a class="local" href="https://www.emacswiki.org/emacs/Problems">Problems</a> <a class="local" href="https://www.emacswiki.org/emacs/Suggestions">Suggestions</a> <a href="https://www.emacswiki.org/emacs?action=random" rel="nofollow">Random</a></span><form method="get" action="https://www.emacswiki.org/emacs" enctype="multipart/form-data" accept-charset="utf-8" class="search"><p><label for="search">Sök:</label> <input type="text" name="search" size="15" accesskey="k" id="search" /> <label for="searchlang">Språk</label> <input type="text" name="lang" size="5" id="searchlang" /> <input type="submit" name="dosearch" value="Utför" /></p></form></nav><h1><a href="https://www.emacswiki.org/emacs?search=%22Inneh%c3%a5llsf%c3%b6rteckning%22" rel="nofollow" title="Klicka för att söka efter referenser till den här sidan">Innehållsförteckning</a></h1></header><div class="wrapper"><div class="content browse" lang="se"><div class="include WikiLanguageMenu"><p><a class="url http outside" href="http://www.emacswiki.org/emacs?interface=de">Deutsch</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=en">English</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=es">Español</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=fr">Français</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=pt">Português</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=ru">Русский</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=zh-cn">简体中文</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=zh-tw"> 繁體中文</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=se">Svenska</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=ja">日本語</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=ko">한국어</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=it">Italiano</a> | <a class="url http outside" href="http://www.emacswiki.org/emacs?interface=uk">Українська</a></p></div><p><a class="local" href="https://www.emacswiki.org/emacs/EmacsWiki">EmacsWiki</a> är tillägnad <a class="local" href="https://www.emacswiki.org/emacs/EmacsAndXEmacs">EmacsAndXEmacs</a>-innehåll…. Se <a class="local" href="https://www.emacswiki.org/emacs/MissionStatement">MissionStatement</a> för mer information.</p><p>Alla kan bidra. Du är välkommen att lägga till nya eller ändra redan existerande sidor. Läs mer på <a class="local" href="https://www.emacswiki.org/emacs/HowTo">HowTo</a>-sidan.</p><p>Att lära sig emacs </p><ul><li><a class="local" href="https://www.emacswiki.org/emacs/EmacsNewbie">EmacsNewbie</a> – för nybörjare</li><li><a class="local" href="https://www.emacswiki.org/emacs/CategoryHelp">CategoryHelp</a> – onlinehjälpen i Emacs eller hjälp från Emacs-användare; ordlista, frågor</li><li><a class="local" href="https://www.emacswiki.org/emacs/CategoryDocumentation">CategoryDocumentation</a> – Emacs är självdokumenterande och hjälpsam</li><li><a class="local" href="https://www.emacswiki.org/emacs/CategoryHistory">CategoryHistory</a
|
||
|
<!-- Creative Commons License -->
|
||
|
<a class="licence" href="https://creativecommons.org/licenses/GPL/2.0/"><img alt="CC-GNU GPL" style="border:none" src="/pics/cc-GPL-a.png" /></a>
|
||
|
<!-- /Creative Commons License -->
|
||
|
</div>
|
||
|
|
||
|
<!--
|
||
|
<rdf:RDF xmlns="http://web.resource.org/cc/"
|
||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||
|
<Work rdf:about="">
|
||
|
<license rdf:resource="https://creativecommons.org/licenses/GPL/2.0/" />
|
||
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Software" />
|
||
|
</Work>
|
||
|
|
||
|
<License rdf:about="https://creativecommons.org/licenses/GPL/2.0/">
|
||
|
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
|
||
|
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
|
||
|
<requires rdf:resource="http://web.resource.org/cc/Notice" />
|
||
|
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
||
|
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
||
|
<requires rdf:resource="http://web.resource.org/cc/SourceCode" />
|
||
|
</License>
|
||
|
</rdf:RDF>
|
||
|
-->
|
||
|
|
||
|
<p class="legal">
|
||
|
This work is licensed to you under version 2 of the
|
||
|
<a href="https://www.gnu.org/">GNU</a> <a href="/GPL">General Public License</a>.
|
||
|
Alternatively, you may choose to receive this work under any other
|
||
|
license that grants the right to use, copy, modify, and/or distribute
|
||
|
the work, as long as that license imposes the restriction that
|
||
|
derivative works have to grant the same rights and impose the same
|
||
|
restriction. For example, you may choose to receive this work under
|
||
|
the
|
||
|
<a href="https://www.gnu.org/">GNU</a>
|
||
|
<a href="/FDL">Free Documentation License</a>, the
|
||
|
<a href="https://creativecommons.org/">CreativeCommons</a>
|
||
|
<a href="https://creativecommons.org/licenses/sa/1.0/">ShareAlike</a>
|
||
|
License, the XEmacs manual license, or
|
||
|
<a href="/OLD">similar licenses</a>.
|
||
|
</p>
|
||
|
<p class="legal" style="padding-top: 0.5em">Please note our <a href="/emacs/Privacy">Privacy Statement</a>.</p>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|