<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>melpa/melpa</title>
    <link>https://github.com/melpa/melpa</link>
    <description></description>
    <pubDate>Wed, 17 Jun 2026 10:24:43 +0000</pubDate>
    <item>
      <title>[pr-closed]: Add recipe for shexc-ts-mode</title>
      <link>https://github.com/melpa/melpa/pull/10051</link>
      <description>### Brief summary of what the package does&lt;br&gt;&lt;br&gt;`shexc-ts-mode` is a tree-sitter major mode for ShExC (Shape Expressions&lt;br&gt;Compact Syntax), the Turtle-like syntax used by ShEx to describe and&lt;br&gt;validate the structure of RDF graphs. It is built on the&lt;br&gt;[tree-sitter-shexc](https://github.com/ericprud/tree-sitter-shexc) grammar&lt;br&gt;and provides syntax highlighting, structure-aware indentation, imenu,&lt;br&gt;xref (jump to shape definition/references), flymake diagnostics&lt;br&gt;(undefined shapes/prefixes, syntax errors, duplicate predicates),&lt;br&gt;shape-folding, and a &#34;wrap/unwrap in shape&#34; structural-editing pair.&lt;br&gt;&lt;br&gt;### Direct link to the package repository&lt;br&gt;&lt;br&gt;https://github.com/ericprud/shexc-mode-for-emacs&lt;br&gt;&lt;br&gt;### Your association with the package&lt;br&gt;&lt;br&gt;I&#39;m the author and maintainer.&lt;br&gt;&lt;br&gt;### Relevant communications with the upstream package maintainer&lt;br&gt;&lt;br&gt;None needed.&lt;br&gt;&lt;br&gt;### Checklist&lt;br&gt;&lt;br&gt;- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses) (MIT)&lt;br&gt;- [x] I&#39;ve read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)&lt;br&gt;- [x] LLMs were used to generate some of the code, and if so, I&#39;ve added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)&lt;br&gt;- [x] The package has been maintained in a public repository for 1 month or more&lt;br&gt;- [x] I&#39;ve used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback&lt;br&gt;- [x] My elisp byte-compiles cleanly&lt;br&gt;- [x] I&#39;ve used `M-x checkdoc` to check the package&#39;s documentation strings&lt;br&gt;- [x] I&#39;ve built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)</description>
      <content:encoded><![CDATA[### Brief summary of what the package does<br><br>`shexc-ts-mode` is a tree-sitter major mode for ShExC (Shape Expressions<br>Compact Syntax), the Turtle-like syntax used by ShEx to describe and<br>validate the structure of RDF graphs. It is built on the<br>[tree-sitter-shexc](https://github.com/ericprud/tree-sitter-shexc) grammar<br>and provides syntax highlighting, structure-aware indentation, imenu,<br>xref (jump to shape definition/references), flymake diagnostics<br>(undefined shapes/prefixes, syntax errors, duplicate predicates),<br>shape-folding, and a "wrap/unwrap in shape" structural-editing pair.<br><br>### Direct link to the package repository<br><br>https://github.com/ericprud/shexc-mode-for-emacs<br><br>### Your association with the package<br><br>I'm the author and maintainer.<br><br>### Relevant communications with the upstream package maintainer<br><br>None needed.<br><br>### Checklist<br><br>- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses) (MIT)<br>- [x] I've read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)<br>- [x] LLMs were used to generate some of the code, and if so, I've added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)<br>- [x] The package has been maintained in a public repository for 1 month or more<br>- [x] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback<br>- [x] My elisp byte-compiles cleanly<br>- [x] I've used `M-x checkdoc` to check the package's documentation strings<br>- [x] I've built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)]]></content:encoded>
      <author>ericprud</author>
      <pubDate>Sun, 14 Jun 2026 17:19:46 +0000</pubDate>
    </item>
    <item>
      <title>[pr-closed]: Add recipe for org-history</title>
      <link>https://github.com/melpa/melpa/pull/10050</link>
      <description>### Brief summary of what the package does&#xD;&lt;br&gt; Show Dates column in Org for headers from git VCS + auto-commit with --amend per day &#xD;&lt;br&gt;&#xD;&lt;br&gt;This package allows to:&#xD;&lt;br&gt;1) Attach the dates of the last modification to Org headers as non-editable overlays.&#xD;&lt;br&gt;2) Auto-commit with --amend once per day.&#xD;&lt;br&gt;3) Request your confirmation only once.&#xD;&lt;br&gt;4) Accurately save your answer to the .dir-locals.el file in the current directory.&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;img src=&#34;https://raw.githubusercontent.com/Anoncheg1/public-share/main/org-history2.png&#34; alt=&#34;Description&#34; width=&#34;50%&#34;&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Direct link to the package repository&#xD;&lt;br&gt;&#xD;&lt;br&gt;https://github.com/Anoncheg1/emacs-org-history&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Your association with the package&#xD;&lt;br&gt;&#xD;&lt;br&gt;Author, maintainer&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Relevant communications with the upstream package maintainer&#xD;&lt;br&gt;&#xD;&lt;br&gt;**None needed**&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Checklist&#xD;&lt;br&gt;&#xD;&lt;br&gt;- [X] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)&#xD;&lt;br&gt;- [X] I&#39;ve read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)&#xD;&lt;br&gt;- [ ] LLMs were used to generate some of the code, and if so, I&#39;ve added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)&#xD;&lt;br&gt;- [X] The package has been maintained in a public repository for 1 month or more&#xD;&lt;br&gt;- [X] I&#39;ve used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback&#xD;&lt;br&gt;- [X] My elisp byte-compiles cleanly&#xD;&lt;br&gt;- [X] I&#39;ve used `M-x checkdoc` to check the package&#39;s documentation strings&#xD;&lt;br&gt;- [X] I&#39;ve built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)&#xD;&lt;br&gt;</description>
      <content:encoded><![CDATA[### Brief summary of what the package does<br> Show Dates column in Org for headers from git VCS + auto-commit with --amend per day <br><br>This package allows to:<br>1) Attach the dates of the last modification to Org headers as non-editable overlays.<br>2) Auto-commit with --amend once per day.<br>3) Request your confirmation only once.<br>4) Accurately save your answer to the .dir-locals.el file in the current directory.<br><br><img src="https://raw.githubusercontent.com/Anoncheg1/public-share/main/org-history2.png" alt="Description" width="50%"><br><br>### Direct link to the package repository<br><br>https://github.com/Anoncheg1/emacs-org-history<br><br>### Your association with the package<br><br>Author, maintainer<br><br>### Relevant communications with the upstream package maintainer<br><br>**None needed**<br><br>### Checklist<br><br>- [X] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)<br>- [X] I've read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)<br>- [ ] LLMs were used to generate some of the code, and if so, I've added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)<br>- [X] The package has been maintained in a public repository for 1 month or more<br>- [X] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback<br>- [X] My elisp byte-compiles cleanly<br>- [X] I've used `M-x checkdoc` to check the package's documentation strings<br>- [X] I've built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)<br>]]></content:encoded>
      <author>Anoncheg1</author>
      <pubDate>Sun, 14 Jun 2026 17:06:55 +0000</pubDate>
    </item>
    <item>
      <title>[issue-closed]: Local melpa behind firewall</title>
      <link>https://github.com/melpa/melpa/issues/10042</link>
      <description>https://github.com/melpa/melpa/issues/10030&lt;br&gt;&lt;br&gt;I&#39;m trying to build a local melpa behind a firewall with no internet connection. I clone all packages locally and update the recipes.&lt;br&gt;&lt;br&gt;I get this error when I type ```make all```&lt;br&gt;&lt;br&gt;```&lt;br&gt;Error: search-failed (&#34;Metrics:.*?width: \\([0-9]+\\)&#34;)&lt;br&gt;&lt;br&gt;&lt;br&gt;Makefile:208   Error 255&lt;br&gt;```&lt;br&gt;&lt;br&gt;I don&#39;t need the html. But when I type ```make CHANNEL=unstable build-channel``` I get the same error.&lt;br&gt;&lt;br&gt;This used to work no problem a long time ago. I just recently upgraded and can&#39;t build anymore.&lt;br&gt;</description>
      <content:encoded><![CDATA[https://github.com/melpa/melpa/issues/10030<br><br>I'm trying to build a local melpa behind a firewall with no internet connection. I clone all packages locally and update the recipes.<br><br>I get this error when I type ```make all```<br><br>```<br>Error: search-failed ("Metrics:.*?width: \\([0-9]+\\)")<br><br><br>Makefile:208   Error 255<br>```<br><br>I don't need the html. But when I type ```make CHANNEL=unstable build-channel``` I get the same error.<br><br>This used to work no problem a long time ago. I just recently upgraded and can't build anymore.<br>]]></content:encoded>
      <author>eflanigan00</author>
      <pubDate>Mon, 08 Jun 2026 21:32:44 +0000</pubDate>
    </item>
    <item>
      <title>[issue-closed]: tabspaces is &#34;missing :repo&#34;</title>
      <link>https://github.com/melpa/melpa/issues/10040</link>
      <description>I think 099c58c6668d882bbbe6cade4c1b794363539504 updated the recipe by @tarsius and that seems to be causing the build of archive contents to fail. I don&#39;t know exactly and am still debugging. It&#39;s the reason we haven&#39;t seen things update recently.</description>
      <content:encoded><![CDATA[I think 099c58c6668d882bbbe6cade4c1b794363539504 updated the recipe by @tarsius and that seems to be causing the build of archive contents to fail. I don't know exactly and am still debugging. It's the reason we haven't seen things update recently.]]></content:encoded>
      <author>milkypostman</author>
      <pubDate>Mon, 08 Jun 2026 09:28:47 +0000</pubDate>
    </item>
    <item>
      <title>[issue-closed]: stable.melpa.org does not update</title>
      <link>https://github.com/melpa/melpa/issues/10039</link>
      <description>I&#39;ve released Elfeed 4.0.0 a few hours ago and there have been rebuilds in the meantime, but the version of melpa stable is still 3.4.2. Is there a problem or do I have to wait for another rebuild?</description>
      <content:encoded><![CDATA[I've released Elfeed 4.0.0 a few hours ago and there have been rebuilds in the meantime, but the version of melpa stable is still 3.4.2. Is there a problem or do I have to wait for another rebuild?]]></content:encoded>
      <author>minad</author>
      <pubDate>Sun, 07 Jun 2026 03:13:04 +0000</pubDate>
    </item>
    <item>
      <title>[pr-closed]: Add recipe for desert-theme</title>
      <link>https://github.com/melpa/melpa/pull/10038</link>
      <description>### Brief summary of what the package does&lt;br&gt;&lt;br&gt;`desert-theme` is a warm, earthy Emacs color theme — a port of the classic *desert* colorscheme from Vim. It ships a fairly complete face set: font-lock, mode-line, line numbers, isearch/lazy-highlight, show-paren, whitespace, org-mode, diff, magit, and generic completion UI.&lt;br&gt;&lt;br&gt;### Direct link to the package repository&lt;br&gt;&lt;br&gt;https://github.com/bkc39/desert-theme&lt;br&gt;&lt;br&gt;### Your association with the package&lt;br&gt;&lt;br&gt;I am the author and maintainer.&lt;br&gt;&lt;br&gt;### Relevant communications with the upstream package maintainer&lt;br&gt;&lt;br&gt;None needed.&lt;br&gt;&lt;br&gt;### Checklist&lt;br&gt;&lt;br&gt;- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses) (CC0 1.0 / public domain)&lt;br&gt;- [x] I&#39;ve read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)&lt;br&gt;- [x] LLMs were used to generate some of the code, and if so, I&#39;ve added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code) (`;; Assisted-by: Claude:claude-opus-4-8`)&lt;br&gt;- [x] The package has been maintained in a public repository for 1 month or more&lt;br&gt;- [x] I&#39;ve used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback&lt;br&gt;- [x] My elisp byte-compiles cleanly&lt;br&gt;- [x] I&#39;ve used `M-x checkdoc` to check the package&#39;s documentation strings&lt;br&gt;- [x] I&#39;ve built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe) — built with `package-build` and installed via `package-install-file`; the theme loads correctly</description>
      <content:encoded><![CDATA[### Brief summary of what the package does<br><br>`desert-theme` is a warm, earthy Emacs color theme — a port of the classic *desert* colorscheme from Vim. It ships a fairly complete face set: font-lock, mode-line, line numbers, isearch/lazy-highlight, show-paren, whitespace, org-mode, diff, magit, and generic completion UI.<br><br>### Direct link to the package repository<br><br>https://github.com/bkc39/desert-theme<br><br>### Your association with the package<br><br>I am the author and maintainer.<br><br>### Relevant communications with the upstream package maintainer<br><br>None needed.<br><br>### Checklist<br><br>- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses) (CC0 1.0 / public domain)<br>- [x] I've read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)<br>- [x] LLMs were used to generate some of the code, and if so, I've added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code) (`;; Assisted-by: Claude:claude-opus-4-8`)<br>- [x] The package has been maintained in a public repository for 1 month or more<br>- [x] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback<br>- [x] My elisp byte-compiles cleanly<br>- [x] I've used `M-x checkdoc` to check the package's documentation strings<br>- [x] I've built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe) — built with `package-build` and installed via `package-install-file`; the theme loads correctly]]></content:encoded>
      <author>bkc39</author>
      <pubDate>Sun, 07 Jun 2026 16:01:49 +0000</pubDate>
    </item>
    <item>
      <title>[issue-closed]: diff-hl-20260605.338.tar returns 404 Not Found</title>
      <link>https://github.com/melpa/melpa/issues/10037</link>
      <description>Hi,&lt;br&gt;&lt;br&gt;I&#39;m trying to install `diff-hl`, but the tar file is missing on the server.&lt;br&gt;It is listed as version `20260605.338` in `archive-contents`, but downloading it returns a 404 error.&lt;br&gt;&lt;br&gt;URL: https://melpa.org/packages/diff-hl-20260605.338.tar&lt;br&gt;&lt;br&gt;Could you please trigger a rebuild or check the recipe?&lt;br&gt;Thanks in advance!</description>
      <content:encoded><![CDATA[Hi,<br><br>I'm trying to install `diff-hl`, but the tar file is missing on the server.<br>It is listed as version `20260605.338` in `archive-contents`, but downloading it returns a 404 error.<br><br>URL: https://melpa.org/packages/diff-hl-20260605.338.tar<br><br>Could you please trigger a rebuild or check the recipe?<br>Thanks in advance!]]></content:encoded>
      <author>wataradio</author>
      <pubDate>Sun, 07 Jun 2026 03:12:54 +0000</pubDate>
    </item>
    <item>
      <title>[issue-closed]: `magit` package leads to 404 Not Found</title>
      <link>https://github.com/melpa/melpa/issues/10036</link>
      <description>Hi folks,&lt;br&gt;&lt;br&gt;The version of Magit listed on MELPA currently leads to a 404 (https://melpa.org/packages/magit-20260605.455.tar). This makes `package-install` fail with `https://melpa.org/packages/magit-20260605.455.tar: Not found` (I discovered this while upgrading my packages).</description>
      <content:encoded><![CDATA[Hi folks,<br><br>The version of Magit listed on MELPA currently leads to a 404 (https://melpa.org/packages/magit-20260605.455.tar). This makes `package-install` fail with `https://melpa.org/packages/magit-20260605.455.tar: Not found` (I discovered this while upgrading my packages).]]></content:encoded>
      <author>dhalilov</author>
      <pubDate>Sun, 07 Jun 2026 03:10:19 +0000</pubDate>
    </item>
    <item>
      <title>[pr-closed]: Add recipe for shpaste</title>
      <link>https://github.com/melpa/melpa/pull/10035</link>
      <description>### Brief summary of what the package does&#xD;&lt;br&gt;&#xD;&lt;br&gt;`shpaste` is an Emacs client for [paste.sr.ht](https://paste.sr.ht) (sourcehut&#39;s&#xD;&lt;br&gt;paste service), built on its GraphQL API. It creates pastes from a region or the&#xD;&lt;br&gt;current buffer and manages existing pastes from a `tabulated-list` buffer&#xD;&lt;br&gt;(open, copy URL, delete, refresh).&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Direct link to the package repository&#xD;&lt;br&gt;&#xD;&lt;br&gt;https://git.sr.ht/~bounga/shpaste&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Your association with the package&#xD;&lt;br&gt;&#xD;&lt;br&gt;Author and maintainer.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Relevant communications with the upstream package maintainer&#xD;&lt;br&gt;&#xD;&lt;br&gt;**None needed** &#xD;&lt;br&gt;&#xD;&lt;br&gt;### Checklist&#xD;&lt;br&gt;&#xD;&lt;br&gt;- [X] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)&#xD;&lt;br&gt;- [X] I&#39;ve read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)&#xD;&lt;br&gt;- [x] LLMs were used to generate some of the code, and if so, I&#39;ve added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)&#xD;&lt;br&gt;- [ ] The package has been maintained in a public repository for 1 month or more&#xD;&lt;br&gt;- [X] I&#39;ve used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback&#xD;&lt;br&gt;- [X] My elisp byte-compiles cleanly&#xD;&lt;br&gt;- [X] I&#39;ve used `M-x checkdoc` to check the package&#39;s documentation strings&#xD;&lt;br&gt;- [X] I&#39;ve built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)&#xD;&lt;br&gt;</description>
      <content:encoded><![CDATA[### Brief summary of what the package does<br><br>`shpaste` is an Emacs client for [paste.sr.ht](https://paste.sr.ht) (sourcehut's<br>paste service), built on its GraphQL API. It creates pastes from a region or the<br>current buffer and manages existing pastes from a `tabulated-list` buffer<br>(open, copy URL, delete, refresh).<br><br>### Direct link to the package repository<br><br>https://git.sr.ht/~bounga/shpaste<br><br>### Your association with the package<br><br>Author and maintainer.<br><br>### Relevant communications with the upstream package maintainer<br><br>**None needed** <br><br>### Checklist<br><br>- [X] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)<br>- [X] I've read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)<br>- [x] LLMs were used to generate some of the code, and if so, I've added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)<br>- [ ] The package has been maintained in a public repository for 1 month or more<br>- [X] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback<br>- [X] My elisp byte-compiles cleanly<br>- [X] I've used `M-x checkdoc` to check the package's documentation strings<br>- [X] I've built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)<br>]]></content:encoded>
      <author>Bounga</author>
      <pubDate>Sun, 14 Jun 2026 15:53:40 +0000</pubDate>
    </item>
    <item>
      <title>[pr-closed]: Rename recipe from OAI to CUI</title>
      <link>https://github.com/melpa/melpa/pull/10034</link>
      <description>### Brief summary of what the package does&#xD;&lt;br&gt;&#xD;&lt;br&gt;Chat user interface with LLMs and agents in Org-mode blocks. &#xD;&lt;br&gt;&#xD;&lt;br&gt;Screenshot&#xD;&lt;br&gt;&#xD;&lt;br&gt;![screenshot](https://raw.githubusercontent.com/Anoncheg1/public-share/main/oai.png)&#xD;&lt;br&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Direct link to the package repository&#xD;&lt;br&gt;&#xD;&lt;br&gt;https://github.com/Anoncheg1/emacs-cui&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Your association with the package&#xD;&lt;br&gt;&#xD;&lt;br&gt;author, maintainer&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Relevant communications with the upstream package maintainer&#xD;&lt;br&gt;&#xD;&lt;br&gt;**None needed**&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Checklist&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- Please confirm by replacing `[]` with `[x]`: --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)&#xD;&lt;br&gt;- [x] I&#39;ve read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)&#xD;&lt;br&gt;- [x] LLMs were used to generate some of the code, and if so, I&#39;ve added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)&#xD;&lt;br&gt;- [x] The package has been maintained in a public repository for 1 month or more&#xD;&lt;br&gt;- [x] I&#39;ve used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback&#xD;&lt;br&gt;- [x] My elisp byte-compiles cleanly&#xD;&lt;br&gt;- [x] I&#39;ve used `M-x checkdoc` to check the package&#39;s documentation strings&#xD;&lt;br&gt;- [x] I&#39;ve built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)&#xD;&lt;br&gt;</description>
      <content:encoded><![CDATA[### Brief summary of what the package does<br><br>Chat user interface with LLMs and agents in Org-mode blocks. <br><br>Screenshot<br><br>![screenshot](https://raw.githubusercontent.com/Anoncheg1/public-share/main/oai.png)<br><br><br>### Direct link to the package repository<br><br>https://github.com/Anoncheg1/emacs-cui<br><br>### Your association with the package<br><br>author, maintainer<br><br>### Relevant communications with the upstream package maintainer<br><br>**None needed**<br><br>### Checklist<br><br><!-- Please confirm by replacing `[]` with `[x]`: --><br><br>- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)<br>- [x] I've read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)<br>- [x] LLMs were used to generate some of the code, and if so, I've added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)<br>- [x] The package has been maintained in a public repository for 1 month or more<br>- [x] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback<br>- [x] My elisp byte-compiles cleanly<br>- [x] I've used `M-x checkdoc` to check the package's documentation strings<br>- [x] I've built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)<br>]]></content:encoded>
      <author>Anoncheg1</author>
      <pubDate>Sun, 07 Jun 2026 15:56:58 +0000</pubDate>
    </item>
    <item>
      <title>[pr-closed]: Add recipe for denote-solo</title>
      <link>https://github.com/melpa/melpa/pull/10033</link>
      <description>### Brief summary of what the package does&#xD;&lt;br&gt;&#xD;&lt;br&gt;Provides workspace-like switching between Denote silos (note directories). Keeps exactly one directory active at a time - the &#34;solo&#34; - remembered across sessions and shown in the mode line. Unlike denote-silo, which prompts for a directory on every command, denote-solo lets you switch once and stay there until you switch again. The previous solo is pre-selected in the prompt for quick toggling between two directories.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Direct link to the package repository&#xD;&lt;br&gt;&#xD;&lt;br&gt;https://github.com/pavlo/denote-solo&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Your association with the package&#xD;&lt;br&gt;&#xD;&lt;br&gt;I am the author and maintainer of the package.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Relevant communications with the upstream package maintainer&#xD;&lt;br&gt;&#xD;&lt;br&gt;None needed. I am the upstream maintainer.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Checklist&#xD;&lt;br&gt;&#xD;&lt;br&gt;- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)&#xD;&lt;br&gt;- [x] I&#39;ve read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)&#xD;&lt;br&gt;- [x] LLMs were used to generate some of the code, and if so, I&#39;ve added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)&#xD;&lt;br&gt;- [] The package has been maintained in a public repository for 1 month or more&#xD;&lt;br&gt;- [x] I&#39;ve used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback&#xD;&lt;br&gt;- [x] My elisp byte-compiles cleanly&#xD;&lt;br&gt;- [x] I&#39;ve used `M-x checkdoc` to check the package&#39;s documentation strings&#xD;&lt;br&gt;- [x] I&#39;ve built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)&#xD;&lt;br&gt;&#xD;&lt;br&gt;Note: the repository was created recently. The package itself has been in active personal use for a month prior to publishing.&#xD;&lt;br&gt;</description>
      <content:encoded><![CDATA[### Brief summary of what the package does<br><br>Provides workspace-like switching between Denote silos (note directories). Keeps exactly one directory active at a time - the "solo" - remembered across sessions and shown in the mode line. Unlike denote-silo, which prompts for a directory on every command, denote-solo lets you switch once and stay there until you switch again. The previous solo is pre-selected in the prompt for quick toggling between two directories.<br><br>### Direct link to the package repository<br><br>https://github.com/pavlo/denote-solo<br><br>### Your association with the package<br><br>I am the author and maintainer of the package.<br><br>### Relevant communications with the upstream package maintainer<br><br>None needed. I am the upstream maintainer.<br><br>### Checklist<br><br>- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)<br>- [x] I've read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)<br>- [x] LLMs were used to generate some of the code, and if so, I've added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)<br>- [] The package has been maintained in a public repository for 1 month or more<br>- [x] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback<br>- [x] My elisp byte-compiles cleanly<br>- [x] I've used `M-x checkdoc` to check the package's documentation strings<br>- [x] I've built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)<br><br>Note: the repository was created recently. The package itself has been in active personal use for a month prior to publishing.<br>]]></content:encoded>
      <author>pavlo</author>
      <pubDate>Sun, 14 Jun 2026 15:51:03 +0000</pubDate>
    </item>
    <item>
      <title>[pr-closed]: Add recipe for denote-solo</title>
      <link>https://github.com/melpa/melpa/pull/10031</link>
      <description>&lt;!-- Use this template when adding a new package recipe. --&gt;&#xD;&lt;br&gt;&lt;!-- You don&#39;t have to use this when modifing an existing recipe. --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- Please use &#34;Add recipe for name-of-package&#34; as the title. --&gt;&#xD;&lt;br&gt;&lt;!--             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Brief summary of what the package does&#xD;&lt;br&gt;&#xD;&lt;br&gt;Provides workspace-like switching between Denote silos (note directories). Keeps exactly one directory active at a time - the &#34;solo&#34; - remembered across sessions and shown in the mode line. Unlike denote-silo, which prompts for a directory on every command, denote-solo lets you switch once and stay there until you switch again. The previous solo is pre-selected in the prompt for quick toggling between two directories.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Direct link to the package repository&#xD;&lt;br&gt;&#xD;&lt;br&gt;https://github.com/pavlo/denote-solo&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Your association with the package&#xD;&lt;br&gt;&#xD;&lt;br&gt;I am the author and maintainer of the package.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Relevant communications with the upstream package maintainer&#xD;&lt;br&gt;&#xD;&lt;br&gt;None needed. I am the upstream maintainer.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Checklist&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- Please confirm by replacing `[]` with `[x]`: --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)&#xD;&lt;br&gt;- [x] I&#39;ve read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)&#xD;&lt;br&gt;- [x] LLMs were used to generate some of the code, and if so, I&#39;ve added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)&#xD;&lt;br&gt;- [] The package has been maintained in a public repository for 1 month or more&#xD;&lt;br&gt;- [x] I&#39;ve used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback&#xD;&lt;br&gt;- [x] My elisp byte-compiles cleanly&#xD;&lt;br&gt;- [x] I&#39;ve used `M-x checkdoc` to check the package&#39;s documentation strings&#xD;&lt;br&gt;- [x] I&#39;ve built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)&#xD;&lt;br&gt;&#xD;&lt;br&gt;Note: the repository was created recently. The package itself has been in active personal use for several weeks prior to publishing.&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- After submitting, please fix any problems the CI reports. --&gt;&#xD;&lt;br&gt;</description>
      <content:encoded><![CDATA[<!-- Use this template when adding a new package recipe. --><br><!-- You don't have to use this when modifing an existing recipe. --><br><br><!-- Please use "Add recipe for name-of-package" as the title. --><br><!--             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                --><br><br>### Brief summary of what the package does<br><br>Provides workspace-like switching between Denote silos (note directories). Keeps exactly one directory active at a time - the "solo" - remembered across sessions and shown in the mode line. Unlike denote-silo, which prompts for a directory on every command, denote-solo lets you switch once and stay there until you switch again. The previous solo is pre-selected in the prompt for quick toggling between two directories.<br><br>### Direct link to the package repository<br><br>https://github.com/pavlo/denote-solo<br><br>### Your association with the package<br><br>I am the author and maintainer of the package.<br><br>### Relevant communications with the upstream package maintainer<br><br>None needed. I am the upstream maintainer.<br><br>### Checklist<br><br><!-- Please confirm by replacing `[]` with `[x]`: --><br><br>- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)<br>- [x] I've read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)<br>- [x] LLMs were used to generate some of the code, and if so, I've added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)<br>- [] The package has been maintained in a public repository for 1 month or more<br>- [x] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback<br>- [x] My elisp byte-compiles cleanly<br>- [x] I've used `M-x checkdoc` to check the package's documentation strings<br>- [x] I've built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)<br><br>Note: the repository was created recently. The package itself has been in active personal use for several weeks prior to publishing.<br><br><!-- After submitting, please fix any problems the CI reports. --><br>]]></content:encoded>
      <author>pavlo</author>
      <pubDate>Fri, 05 Jun 2026 11:41:29 +0000</pubDate>
    </item>
    <item>
      <title>[issue-closed]: Local melpa behind firewall</title>
      <link>https://github.com/melpa/melpa/issues/10030</link>
      <description>I&#39;m trying to build a local melpa behind a firewall with no internet connection. I clone all packages locally and update the recipes.&lt;br&gt;&lt;br&gt;I get this error when I type ```make all```&lt;br&gt;&lt;br&gt;```&lt;br&gt;Error: search-failed (&#34;Metrics:.*?width: \\([0-9]+\\)&#34;)&lt;br&gt;&lt;br&gt;&lt;br&gt;Makefile:208   Error 255&lt;br&gt;```&lt;br&gt;&lt;br&gt;</description>
      <content:encoded><![CDATA[I'm trying to build a local melpa behind a firewall with no internet connection. I clone all packages locally and update the recipes.<br><br>I get this error when I type ```make all```<br><br>```<br>Error: search-failed ("Metrics:.*?width: \\([0-9]+\\)")<br><br><br>Makefile:208   Error 255<br>```<br><br>]]></content:encoded>
      <author>eflanigan00</author>
      <pubDate>Mon, 08 Jun 2026 22:29:05 +0000</pubDate>
    </item>
    <item>
      <title>[pr-closed]: Add recipe for sleek-modeline</title>
      <link>https://github.com/melpa/melpa/pull/10029</link>
      <description>&lt;!-- Use this template when adding a new package recipe. --&gt;&#xD;&lt;br&gt;&lt;!-- You don&#39;t have to use this when modifing an existing recipe. --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- Please use &#34;Add recipe for name-of-package&#34; as the title. --&gt;&#xD;&lt;br&gt;&lt;!--             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Brief summary of what the package does&#xD;&lt;br&gt;&#xD;&lt;br&gt;**`sleek-modeline`** is a minimal and elegant replacement for the default Emacs mode-line. It uses a left/right-aligned layout with configurable height and a registry-based segment system.&#xD;&lt;br&gt;&#xD;&lt;br&gt;Built-in segments include buffer name (with an optional icon and modified-state highlighting), major mode, modal editing state (`evil`/`meow`), line endings, version control (branch name with state-aware coloring), diagnostics (`flycheck`/`flymake`), project name (`projectile`/`project.el`), and an LSP indicator (`eglot`/`lsp-mode`).&#xD;&lt;br&gt;&#xD;&lt;br&gt;**_NOTE:_** optional `nerd-icons` support is used throughout with Unicode fallbacks.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Direct link to the package repository&#xD;&lt;br&gt;&#xD;&lt;br&gt;https://github.com/abidanBrito/sleek-modeline&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Your association with the package&#xD;&lt;br&gt;&#xD;&lt;br&gt;I am the author and the maintainer.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Relevant communications with the upstream package maintainer&#xD;&lt;br&gt;&#xD;&lt;br&gt;None needed, I am the maintainer.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Checklist&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- Please confirm by replacing `[]` with `[x]`: --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)&#xD;&lt;br&gt;- [x] I&#39;ve read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)&#xD;&lt;br&gt;- [] LLMs were used to generate some of the code, and if so, I&#39;ve added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)&#xD;&lt;br&gt;- [x] The package has been maintained in a public repository for 1 month or more&#xD;&lt;br&gt;- [x] I&#39;ve used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback&#xD;&lt;br&gt;- [x] My elisp byte-compiles cleanly&#xD;&lt;br&gt;- [x] I&#39;ve used `M-x checkdoc` to check the package&#39;s documentation strings&#xD;&lt;br&gt;- [x] I&#39;ve built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- After submitting, please fix any problems the CI reports. --&gt;&#xD;&lt;br&gt;</description>
      <content:encoded><![CDATA[<!-- Use this template when adding a new package recipe. --><br><!-- You don't have to use this when modifing an existing recipe. --><br><br><!-- Please use "Add recipe for name-of-package" as the title. --><br><!--             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                --><br><br>### Brief summary of what the package does<br><br>**`sleek-modeline`** is a minimal and elegant replacement for the default Emacs mode-line. It uses a left/right-aligned layout with configurable height and a registry-based segment system.<br><br>Built-in segments include buffer name (with an optional icon and modified-state highlighting), major mode, modal editing state (`evil`/`meow`), line endings, version control (branch name with state-aware coloring), diagnostics (`flycheck`/`flymake`), project name (`projectile`/`project.el`), and an LSP indicator (`eglot`/`lsp-mode`).<br><br>**_NOTE:_** optional `nerd-icons` support is used throughout with Unicode fallbacks.<br><br>### Direct link to the package repository<br><br>https://github.com/abidanBrito/sleek-modeline<br><br>### Your association with the package<br><br>I am the author and the maintainer.<br><br>### Relevant communications with the upstream package maintainer<br><br>None needed, I am the maintainer.<br><br>### Checklist<br><br><!-- Please confirm by replacing `[]` with `[x]`: --><br><br>- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)<br>- [x] I've read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)<br>- [] LLMs were used to generate some of the code, and if so, I've added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)<br>- [x] The package has been maintained in a public repository for 1 month or more<br>- [x] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback<br>- [x] My elisp byte-compiles cleanly<br>- [x] I've used `M-x checkdoc` to check the package's documentation strings<br>- [x] I've built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)<br><br><!-- After submitting, please fix any problems the CI reports. --><br>]]></content:encoded>
      <author>abidanBrito</author>
      <pubDate>Sun, 07 Jun 2026 15:30:24 +0000</pubDate>
    </item>
    <item>
      <title>[pr-closed]: include prompt directory into ai-code installation</title>
      <link>https://github.com/melpa/melpa/pull/10028</link>
      <description>&lt;!-- Use this template when adding a new package recipe. --&gt;&#xD;&lt;br&gt;&lt;!-- You don&#39;t have to use this when modifing an existing recipe. --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- Please use &#34;Add recipe for name-of-package&#34; as the title. --&gt;&#xD;&lt;br&gt;&lt;!--             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Brief summary of what the package does&#xD;&lt;br&gt;&#xD;&lt;br&gt;include prompt directory into ai-code installation&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Direct link to the package repository&#xD;&lt;br&gt;&#xD;&lt;br&gt;https://github.com/tninja/ai-code-interface.el, it is already included in melpa through this PR: https://github.com/melpa/melpa/pull/9754&#xD;&lt;br&gt;### Your association with the package&#xD;&lt;br&gt;&#xD;&lt;br&gt;maintainer&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Relevant communications with the upstream package maintainer&#xD;&lt;br&gt;&#xD;&lt;br&gt;None needed&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Checklist&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- Please confirm by replacing `[]` with `[x]`: --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;- [X] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)&#xD;&lt;br&gt;- [X] I&#39;ve read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)&#xD;&lt;br&gt;- [X] LLMs were used to generate some of the code, and if so, I&#39;ve added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)&#xD;&lt;br&gt;- [X] The package has been maintained in a public repository for 1 month or more&#xD;&lt;br&gt;- [X] I&#39;ve used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback&#xD;&lt;br&gt;- [X] My elisp byte-compiles cleanly&#xD;&lt;br&gt;- [X] I&#39;ve used `M-x checkdoc` to check the package&#39;s documentation strings&#xD;&lt;br&gt;- [X] I&#39;ve built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- After submitting, please fix any problems the CI reports. --&gt;&#xD;&lt;br&gt;</description>
      <content:encoded><![CDATA[<!-- Use this template when adding a new package recipe. --><br><!-- You don't have to use this when modifing an existing recipe. --><br><br><!-- Please use "Add recipe for name-of-package" as the title. --><br><!--             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                --><br><br>### Brief summary of what the package does<br><br>include prompt directory into ai-code installation<br><br>### Direct link to the package repository<br><br>https://github.com/tninja/ai-code-interface.el, it is already included in melpa through this PR: https://github.com/melpa/melpa/pull/9754<br>### Your association with the package<br><br>maintainer<br><br>### Relevant communications with the upstream package maintainer<br><br>None needed<br><br>### Checklist<br><br><!-- Please confirm by replacing `[]` with `[x]`: --><br><br>- [X] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)<br>- [X] I've read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)<br>- [X] LLMs were used to generate some of the code, and if so, I've added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)<br>- [X] The package has been maintained in a public repository for 1 month or more<br>- [X] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback<br>- [X] My elisp byte-compiles cleanly<br>- [X] I've used `M-x checkdoc` to check the package's documentation strings<br>- [X] I've built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)<br><br><!-- After submitting, please fix any problems the CI reports. --><br>]]></content:encoded>
      <author>tninja</author>
      <pubDate>Sun, 07 Jun 2026 15:25:03 +0000</pubDate>
    </item>
    <item>
      <title>[pr-closed]: Add recipe for mac-ime</title>
      <link>https://github.com/melpa/melpa/pull/10027</link>
      <description>&lt;!-- Use this template when adding a new package recipe. --&gt;&#xD;&lt;br&gt;&lt;!-- You don&#39;t have to use this when modifing an existing recipe. --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- Please use &#34;Add recipe for name-of-package&#34; as the title. --&gt;&#xD;&lt;br&gt;&lt;!--             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Brief summary of what the package does&#xD;&lt;br&gt;&#xD;&lt;br&gt;Integrates the macOS native IME with Emacs using a dynamic module. It enables automatic IME state synchronization and smart deactivation (e.g., on prefix keys or in the minibuffer) without applying any Emacs patches.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Direct link to the package repository&#xD;&lt;br&gt;&#xD;&lt;br&gt;https://github.com/ma0001/mac-ime&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Your association with the package&#xD;&lt;br&gt;&#xD;&lt;br&gt;Maintainer.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Relevant communications with the upstream package maintainer&#xD;&lt;br&gt;&#xD;&lt;br&gt;None needed.&#xD;&lt;br&gt;&#xD;&lt;br&gt;### Checklist&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- Please confirm by replacing `[]` with `[x]`: --&gt;&#xD;&lt;br&gt;&#xD;&lt;br&gt;- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)&#xD;&lt;br&gt;- [x] I&#39;ve read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)&#xD;&lt;br&gt;- [x] LLMs were used to generate some of the code, and if so, I&#39;ve added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)&#xD;&lt;br&gt;- [x] The package has been maintained in a public repository for 1 month or more&#xD;&lt;br&gt;- [x] I&#39;ve used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback&#xD;&lt;br&gt;- [x] My elisp byte-compiles cleanly&#xD;&lt;br&gt;- [x] I&#39;ve used `M-x checkdoc` to check the package&#39;s documentation strings&#xD;&lt;br&gt;- [x] I&#39;ve built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)&#xD;&lt;br&gt;&#xD;&lt;br&gt;&lt;!-- After submitting, please fix any problems the CI reports. --&gt;&#xD;&lt;br&gt;</description>
      <content:encoded><![CDATA[<!-- Use this template when adding a new package recipe. --><br><!-- You don't have to use this when modifing an existing recipe. --><br><br><!-- Please use "Add recipe for name-of-package" as the title. --><br><!--             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^                --><br><br>### Brief summary of what the package does<br><br>Integrates the macOS native IME with Emacs using a dynamic module. It enables automatic IME state synchronization and smart deactivation (e.g., on prefix keys or in the minibuffer) without applying any Emacs patches.<br><br>### Direct link to the package repository<br><br>https://github.com/ma0001/mac-ime<br><br>### Your association with the package<br><br>Maintainer.<br><br>### Relevant communications with the upstream package maintainer<br><br>None needed.<br><br>### Checklist<br><br><!-- Please confirm by replacing `[]` with `[x]`: --><br><br>- [x] The package is released under a [GPL-Compatible Free Software License](https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses)<br>- [x] I've read [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org)<br>- [x] LLMs were used to generate some of the code, and if so, I've added an `Assisted-by:` line as described in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#attribution-for-ai-generated-code)<br>- [x] The package has been maintained in a public repository for 1 month or more<br>- [x] I've used the latest version of [package-lint](https://github.com/purcell/package-lint) to check for packaging issues, and addressed its feedback<br>- [x] My elisp byte-compiles cleanly<br>- [x] I've used `M-x checkdoc` to check the package's documentation strings<br>- [x] I've built and installed the package using the instructions in [CONTRIBUTING.org](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe)<br><br><!-- After submitting, please fix any problems the CI reports. --><br>]]></content:encoded>
      <author>ma0001</author>
      <pubDate>Sun, 31 May 2026 18:33:59 +0000</pubDate>
    </item>
    <item>
      <title>[pr-closed]: Repoint consult-notes, tabspaces, bibtex-capf to Codeberg</title>
      <link>https://github.com/melpa/melpa/pull/10026</link>
      <description>These three packages&#39; upstream repositories have moved from GitHub to Codeberg. I am the maintainer (Colin McLear, @mclearc). This updates each recipe to fetch from the new Codeberg git URL:&lt;br&gt;&lt;br&gt;- consult-notes -&gt; https://codeberg.org/mclear-tools/consult-notes&lt;br&gt;- tabspaces -&gt; https://codeberg.org/mclear-tools/tabspaces&lt;br&gt;- bibtex-capf -&gt; https://codeberg.org/mclear-tools/bibtex-capf&lt;br&gt;&lt;br&gt;Same packages, same history and maintainer; only the hosting moved. The GitHub repositories are now archived read-only mirrors.</description>
      <content:encoded><![CDATA[These three packages' upstream repositories have moved from GitHub to Codeberg. I am the maintainer (Colin McLear, @mclearc). This updates each recipe to fetch from the new Codeberg git URL:<br><br>- consult-notes -> https://codeberg.org/mclear-tools/consult-notes<br>- tabspaces -> https://codeberg.org/mclear-tools/tabspaces<br>- bibtex-capf -> https://codeberg.org/mclear-tools/bibtex-capf<br><br>Same packages, same history and maintainer; only the hosting moved. The GitHub repositories are now archived read-only mirrors.]]></content:encoded>
      <author>mclearc</author>
      <pubDate>Sun, 31 May 2026 18:26:48 +0000</pubDate>
    </item>
  </channel>
</rss>