<feed xmlns='http://www.w3.org/2005/Atom'>
<title>compat.git/.dir-locals.el, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/'/>
<entry>
<title>Add no-byte-compile cookie to .dir-locals.el</title>
<updated>2026-04-11T15:15:08+00:00</updated>
<author>
<name>Amin Bandali</name>
<email>bandali@gnu.org</email>
</author>
<published>2026-04-11T14:41:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=e4bd9aeb2893ef6304f471402e9659bb7a6d820c'/>
<id>e4bd9aeb2893ef6304f471402e9659bb7a6d820c</id>
<content type='text'>
To fix native compiler error:

⛔ Warning (native-compiler): Error: native-compiler-error-empty-byte ("/home/bandali/.emacs.d/lisp/compat/.dir-locals.el" "/home/bandali/.emacs.d/lisp/compat/.dir-locals.el")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To fix native compiler error:

⛔ Warning (native-compiler): Error: native-compiler-error-empty-byte ("/home/bandali/.emacs.d/lisp/compat/.dir-locals.el" "/home/bandali/.emacs.d/lisp/compat/.dir-locals.el")
</pre>
</div>
</content>
</entry>
<entry>
<title>; .dir-locals.el - indent-tabs-mode=nil should not apply to makefiles</title>
<updated>2025-03-08T10:45:08+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2025-03-08T10:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=c89bba6524501bde03db6266a3ac47b266b81e02'/>
<id>c89bba6524501bde03db6266a3ac47b266b81e02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dir-locals.el: Add more settings</title>
<updated>2024-05-20T10:12:43+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2024-05-20T10:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=ecea0d22162bc9a84dddc693c786125dec22ca87'/>
<id>ecea0d22162bc9a84dddc693c786125dec22ca87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove unnecessary dir-locals"</title>
<updated>2024-05-19T19:03:39+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2024-05-19T19:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=7ce0c42022e7455ce72cfa4374da12cb68bce125'/>
<id>7ce0c42022e7455ce72cfa4374da12cb68bce125</id>
<content type='text'>
This reverts commit 4c02768dff7c547bcce0bf60ed91fc09045c31c6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4c02768dff7c547bcce0bf60ed91fc09045c31c6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary dir-locals</title>
<updated>2023-01-03T20:34:04+00:00</updated>
<author>
<name>Daniel Mendler</name>
<email>mail@daniel-mendler.de</email>
</author>
<published>2023-01-03T20:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=4c02768dff7c547bcce0bf60ed91fc09045c31c6'/>
<id>4c02768dff7c547bcce0bf60ed91fc09045c31c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add compatibility notices to the end of the docstring</title>
<updated>2022-08-26T12:53:15+00:00</updated>
<author>
<name>Philip Kaludercic</name>
<email>philipk@posteo.net</email>
</author>
<published>2022-08-26T12:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=7e4533ab4558ee4417db44fa6bab868d61fffa92'/>
<id>7e4533ab4558ee4417db44fa6bab868d61fffa92</id>
<content type='text'>
This is done to avoid hidden overlong documentation strings without
folding the first line of the documentation string.

In addition to that, references to the Compat manual are inserted if
possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is done to avoid hidden overlong documentation strings without
folding the first line of the documentation string.

In addition to that, references to the Compat manual are inserted if
possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend byte-compile-docstring-max-column to 100</title>
<updated>2022-08-10T17:41:04+00:00</updated>
<author>
<name>Philip Kaludercic</name>
<email>philipk@posteo.net</email>
</author>
<published>2022-08-10T13:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=e6d279af18821c1f58f300639bb6922638b53c51'/>
<id>e6d279af18821c1f58f300639bb6922638b53c51</id>
<content type='text'>
This addresses https://todo.sr.ht/~pkal/compat/6.

To have to change also affect ELPA packages, we will remove
.dir-locals.el from .elpaignore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This addresses https://todo.sr.ht/~pkal/compat/6.

To have to change also affect ELPA packages, we will remove
.dir-locals.el from .elpaignore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable show-trailing-whitespace for all files</title>
<updated>2022-04-21T17:45:21+00:00</updated>
<author>
<name>Philip Kaludercic</name>
<email>philipk@posteo.net</email>
</author>
<published>2022-04-21T17:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=471db8c547bbbc90be508a296854fe73146e7130'/>
<id>471db8c547bbbc90be508a296854fe73146e7130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial import</title>
<updated>2021-10-04T22:49:25+00:00</updated>
<author>
<name>Philip Kaludercic</name>
<email>philipk@posteo.net</email>
</author>
<published>2021-10-04T22:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/compat.git/commit/?id=10033e07a89e3405ee27797e67cb1c4521e4f5a2'/>
<id>10033e07a89e3405ee27797e67cb1c4521e4f5a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
