<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/tools/emacs, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Emacs: Refine xref etags matches</title>
<updated>2019-03-30T18:48:28+00:00</updated>
<author>
<name>Johan Claesson</name>
<email>johanclaesson@bredband.net</email>
</author>
<published>2019-03-30T18:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1846a7d981d22cd3b1311401324dbd94a5f8aeaa'/>
<id>1846a7d981d22cd3b1311401324dbd94a5f8aeaa</id>
<content type='text'>
Fetch and present arity in the *xref* window (unless too many hits).

If we are reasonably sure which definition the user wants to go to
then jump there directly instead of popping to the *xref* window.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fetch and present arity in the *xref* window (unless too many hits).

If we are reasonably sure which definition the user wants to go to
then jump there directly instead of popping to the *xref* window.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2184 from johanclaesson/erldoc</title>
<updated>2019-03-22T09:47:59+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dangud@gmail.com</email>
</author>
<published>2019-03-22T09:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=221f6053f7f71747e6e86f9f1122816887cf9d21'/>
<id>221f6053f7f71747e6e86f9f1122816887cf9d21</id>
<content type='text'>
Emacs erldoc updates
OTP-15699</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Emacs erldoc updates
OTP-15699</pre>
</div>
</content>
</entry>
<entry>
<title>Add possibility to also get size of data from erlang:dist_ctrl_get_data()</title>
<updated>2019-03-19T19:37:41+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-12T21:52:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=80abf9d57e754bcb6b80d0501450a40bb281d3b6'/>
<id>80abf9d57e754bcb6b80d0501450a40bb281d3b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Emacs: Hide html parsing failure in erldoc by default</title>
<updated>2019-03-17T18:53:58+00:00</updated>
<author>
<name>Johan Claesson</name>
<email>johanclaesson@bredband.net</email>
</author>
<published>2019-03-17T18:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6d33a26a344fe6d788f3c3a52f6637f0ea6b98e6'/>
<id>6d33a26a344fe6d788f3c3a52f6637f0ea6b98e6</id>
<content type='text'>
The parsing of the OTP doc seldom fails but in the rare cases it does
not find a function signature hide the error by default.  If the user
wish to be notified they may customize `erldoc-no-signature-function'.

Sorry for breaking the "Let it crash!" rule ;)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The parsing of the OTP doc seldom fails but in the rare cases it does
not find a function signature hide the error by default.  If the user
wish to be notified they may customize `erldoc-no-signature-function'.

Sorry for breaking the "Let it crash!" rule ;)
</pre>
</div>
</content>
</entry>
<entry>
<title>Emacs: Collect more function signatures for erldoc</title>
<updated>2019-03-17T17:46:36+00:00</updated>
<author>
<name>Johan Claesson</name>
<email>johanclaesson@bredband.net</email>
</author>
<published>2019-03-17T17:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7a63195cc680a6e89fc1a59440d494f343c023d3'/>
<id>7a63195cc680a6e89fc1a59440d494f343c023d3</id>
<content type='text'>
Before this commit some function signatures were missed when parsing
the html doc of OTP 21.3.  After this commit more are collected but
still two signatures are missed (erlang:statistics/1 and
filename:basedir/3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this commit some function signatures were missed when parsing
the html doc of OTP 21.3.  After this commit more are collected but
still two signatures are missed (erlang:statistics/1 and
filename:basedir/3).
</pre>
</div>
</content>
</entry>
<entry>
<title>Emacs: Adapt to changed make-symbolic-link behavior</title>
<updated>2019-03-17T17:27:23+00:00</updated>
<author>
<name>Johan Claesson</name>
<email>johanclaesson@bredband.net</email>
</author>
<published>2019-03-17T17:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=28e75b6955af4e6531861decd3e9660d9136d371'/>
<id>28e75b6955af4e6531861decd3e9660d9136d371</id>
<content type='text'>
Since Emacs 26 make-symbolic-link will by default not expand a leading
~ in the target.  Let's do it ourselves then i guess.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since Emacs 26 make-symbolic-link will by default not expand a leading
~ in the target.  Let's do it ourselves then i guess.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run emacs tests from test_suite</title>
<updated>2018-10-09T10:20:12+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-10-01T15:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b7a6a4ba1c1d91146af44f9d83cb53486a852c9c'/>
<id>b7a6a4ba1c1d91146af44f9d83cb53486a852c9c</id>
<content type='text'>
Drive emacs test from test_suite instead of bash script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drive emacs test from test_suite instead of bash script.
</pre>
</div>
</content>
</entry>
<entry>
<title>Emacs: consider case in erlang-get-identifier-at-point</title>
<updated>2018-10-09T09:57:01+00:00</updated>
<author>
<name>Johan Claesson</name>
<email>johanclaesson@bredband.net</email>
</author>
<published>2018-09-16T19:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8e938ab671bdcadbf6571426e045de7855a5b196'/>
<id>8e938ab671bdcadbf6571426e045de7855a5b196</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Emacs: do not accept compiler warnings in selected elisp files</title>
<updated>2018-10-09T09:57:01+00:00</updated>
<author>
<name>Johan Claesson</name>
<email>johanclaesson@bredband.net</email>
</author>
<published>2018-09-15T21:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=02e3a9b162a1fe193c271cd0db7a99c326b63844'/>
<id>02e3a9b162a1fe193c271cd0db7a99c326b63844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Emacs: add test-erlang-mode</title>
<updated>2018-10-09T09:57:01+00:00</updated>
<author>
<name>Johan Claesson</name>
<email>johanclaesson@bredband.net</email>
</author>
<published>2018-09-03T20:19:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8755c68695ee5c672a4105077ac2e5953939d528'/>
<id>8755c68695ee5c672a4105077ac2e5953939d528</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
