<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6917&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Emacs 29.4 on devuan daedalus]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6917</link>
		<description><![CDATA[The most recent posts in [SOLVED] Emacs 29.4 on devuan daedalus.]]></description>
		<lastBuildDate>Sun, 17 Nov 2024 12:41:01 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Emacs 29.4 on devuan daedalus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52981#p52981</link>
			<description><![CDATA[<p>I will mark this as SOLVED as tests have revealed that Emacs 29.4 is working flawlessy with Devuan.</p><p>Some minor problems, but as my installation is an heavy modified install, with &quot;literate config&quot; based on an org file, some minor problems are not blocking, they are more a stimulus to learn more about Emacs.</p><p>Only to say something, it uses:</p><p>- eglot and pylsp<br />- treesitter for python grammar<br />- plantUML for diagrams<br />- Latex using a TExlive plain install in /opt/texlive<br />- and some other highly customize things</p><p>So the complexity is high enough.</p><p>Kind regards<br />Carlo D.</p>]]></description>
			<author><![CDATA[dummy@example.com (onekk68)]]></author>
			<pubDate>Sun, 17 Nov 2024 12:41:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52981#p52981</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Emacs 29.4 on devuan daedalus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52892#p52892</link>
			<description><![CDATA[<p>Many thanks for the quick answer.</p><p>The settings about repositories should already been here, (a part for the main on the right side)</p><div class="codebox"><pre><code># daedalus-backports, previously on backports.debian.org
deb http://deb.devuan.org/merged/ daedalus-backports non-free-firmware non-free contrib main   
deb-src http://deb.devuan.org/merged/ daedalus-backports main contrib non-free non-free-firmware </code></pre></div><p>what is lackig probably is the:</p><p><strong>-t daedalus-backports</strong></p><p>in the install part, and the use of <strong>apt</strong>.</p><p>So many thanks again.</p><p>I was &quot;returning&quot; to Devuan after some time on being on &quot;Artix Linux&quot; so probably my preferences could be biased.</p><p>I know that in Debian/Devuan the concept of &quot;stable&quot; has been always &quot;peculiar&quot; as it depends on different considerations from those adopted &quot;upstream&quot;, like the ability for a package to build on all the different &quot;platform&quot;, so I consider emacs 29.4 as &quot;tested enough&quot; as the development version is 30.x now and 29.4 is the stable version of emacs from some time.</p><p>more to come if problems will arise, or simply to make the post Solved, asa I can continue my migration effort.</p><p>Kind regards</p><p>Carlo D.</p>]]></description>
			<author><![CDATA[dummy@example.com (onekk68)]]></author>
			<pubDate>Wed, 06 Nov 2024 17:02:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52892#p52892</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Emacs 29.4 on devuan daedalus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52891#p52891</link>
			<description><![CDATA[<p>Hello.</p><p>The latest version of emacs in Devuan Daedalus is 28.2. If you want emacs 29.4 (this version is found in daedalus-backports), you have to manually add the backports package repository.</p><p>Backports provides newer versions of packages already in the testing suite but linked to stable dependencies. This is useful if you prefer using newer software versions over well-tested stable versions. It is advised to disable backports and only enable to install specific packages.</p><p>In short, just add to your <strong>/etc/apt/sources.list</strong></p><div class="codebox"><pre><code>deb     http://deb.devuan.org/merged daedalus-backports main
deb-src http://deb.devuan.org/merged daedalus-backports main</code></pre></div><p>then </p><div class="codebox"><pre><code>apt update
apt install -t daedalus-backports emacs</code></pre></div><p>Good luck.</p>]]></description>
			<author><![CDATA[dummy@example.com (stopAI)]]></author>
			<pubDate>Wed, 06 Nov 2024 16:35:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52891#p52891</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Emacs 29.4 on devuan daedalus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52886#p52886</link>
			<description><![CDATA[<p>Hello, I want to install emacs 29.4 on devuan daedalus, Synaptics package manager will tell that there is broken dependencies.</p><p>I want to install emacs-gtk as I have to use X11 and seems that emacs-pgtk is specifically for Wayland.</p><p>Any help will be useful.</p><p>I have installed devuan using the netinstall iso and I boot it using grub2 from another distribution, but probably this is not relevant.</p><p>here my sources.list</p><div class="codebox"><pre><code>deb http://deb.devuan.org/merged/ daedalus main contrib non-free non-free-firmware 
deb-src http://deb.devuan.org/merged/ daedalus main contrib non-free non-free-firmware 

deb http://deb.devuan.org/merged/ daedalus-security main contrib non-free non-free-firmware 
deb-src http://deb.devuan.org/merged/ daedalus-security main contrib non-free non-free-firmware 

# daedalus-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.devuan.org/merged/ daedalus-updates main contrib non-free non-free-firmware 
deb-src http://deb.devuan.org/merged/ daedalus-updates non-free-firmware non-free contrib main  

# daedalus-backports, previously on backports.debian.org
deb http://deb.devuan.org/merged/ daedalus-backports non-free-firmware non-free contrib main   
deb-src http://deb.devuan.org/merged/ daedalus-backports main contrib non-free non-free-firmware 

# For information about how to configure apt package sources,
# see the sources.list(5) manual.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (onekk68)]]></author>
			<pubDate>Wed, 06 Nov 2024 12:52:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52886#p52886</guid>
		</item>
	</channel>
</rss>
