<feed xmlns='http://www.w3.org/2005/Atom'>
<title>helpful.git, branch 0.15</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/helpful.git/'/>
<entry>
<title>Pretty-print primitive values</title>
<updated>2018-10-14T18:45:40+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2018-10-14T18:44:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/helpful.git/commit/?id=f8350169db7a8d77fc3e5389ad0d7bd864a0eb0a'/>
<id>f8350169db7a8d77fc3e5389ad0d7bd864a0eb0a</id>
<content type='text'>
As of 1d2954b we pretty-print keymaps and hooks by default, but this
broke display of variables of other types. Fix that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of 1d2954b we pretty-print keymaps and hooks by default, but this
broke display of variables of other types. Fix that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Roll version</title>
<updated>2018-10-14T17:53:18+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2018-10-14T17:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/helpful.git/commit/?id=99b1215d2718e5a46003bd7c738275125db7b896'/>
<id>99b1215d2718e5a46003bd7c738275125db7b896</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a note in the changelog for 0de7c15</title>
<updated>2018-10-14T17:52:11+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2018-10-14T17:52:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/helpful.git/commit/?id=d5409b90448e88dce3d262416679cebb29943237'/>
<id>d5409b90448e88dce3d262416679cebb29943237</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show values as rendered ('pretty') by default</title>
<updated>2018-10-14T17:51:15+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2018-10-14T17:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/helpful.git/commit/?id=1d2954b7445be714e29638cea4d50fb1ad6f0a27'/>
<id>1d2954b7445be714e29638cea4d50fb1ad6f0a27</id>
<content type='text'>
This is often more useful, especially for hooks.

See #160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is often more useful, especially for hooks.

See #160
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .rs file extension to helpful--primitive-p</title>
<updated>2018-10-02T06:05:32+00:00</updated>
<author>
<name>Nick Drozd</name>
<email>nicholasdrozd@gmail.com</email>
</author>
<published>2018-09-28T17:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/helpful.git/commit/?id=0de7c15eb74b23b00a3321a3728b6aabdd4039fb'/>
<id>0de7c15eb74b23b00a3321a3728b6aabdd4039fb</id>
<content type='text'>
This makes it possible to show variables defined in Rust in Remacs.

In general I don't like the idea of modifying Elisp to accomodate
Remacs, but in this case it seems to be necessary because the "c" is
hardcoded. An alternative approach would be to check whether the file
is an Elisp file, but that would require exhaustively enumerating
possibilities: .el, .el.gz, .elc, and maybe more that I don't know
about. This way seems easier, if less elegant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to show variables defined in Rust in Remacs.

In general I don't like the idea of modifying Elisp to accomodate
Remacs, but in this case it seems to be necessary because the "c" is
hardcoded. An alternative approach would be to check whether the file
is an Elisp file, but that would require exhaustively enumerating
possibilities: .el, .el.gz, .elc, and maybe more that I don't know
about. This way seems easier, if less elegant.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix function aliases of primitive functions</title>
<updated>2018-10-02T04:10:34+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2018-10-02T04:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/helpful.git/commit/?id=c818ea5b33439fb523d247cdf010dd5744e6feb3'/>
<id>c818ea5b33439fb523d247cdf010dd5744e6feb3</id>
<content type='text'>
Fixes #159
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #159
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable movement in helpful callee buffers</title>
<updated>2018-10-02T03:52:54+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2018-10-02T03:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/helpful.git/commit/?id=09e6afb6b86512669ff8013d5a454295bdfe8399'/>
<id>09e6afb6b86512669ff8013d5a454295bdfe8399</id>
<content type='text'>
Previously TAB just did nothing, which was less useful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously TAB just did nothing, which was less useful.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #157 from nickdrozd/kbd</title>
<updated>2018-09-23T22:19:12+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2018-09-23T22:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/helpful.git/commit/?id=500bc280d075d1e3fb86a3ccc8b638b524329adb'/>
<id>500bc280d075d1e3fb86a3ccc8b638b524329adb</id>
<content type='text'>
Add support for named keyboard macros</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for named keyboard macros</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure helpful-mode-map is a keymap (oops!)</title>
<updated>2018-09-23T09:48:04+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2018-09-23T09:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/helpful.git/commit/?id=607048aec0a198b3ebe9c2a85bc96e982a15af96'/>
<id>607048aec0a198b3ebe9c2a85bc96e982a15af96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only set the keybindings inside a defvar form</title>
<updated>2018-09-23T09:33:59+00:00</updated>
<author>
<name>Wilfred Hughes</name>
<email>me@wilfred.me.uk</email>
</author>
<published>2018-09-23T09:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/helpful.git/commit/?id=38432854fc09471adbfb24255f2cc0406d7f705a'/>
<id>38432854fc09471adbfb24255f2cc0406d7f705a</id>
<content type='text'>
Otherwise, users can't run eval-buffer without clobbering their
personal keybindings.

See discussion in https://github.com/Wilfred/elisp-refs/pull/20 .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, users can't run eval-buffer without clobbering their
personal keybindings.

See discussion in https://github.com/Wilfred/elisp-refs/pull/20 .
</pre>
</div>
</content>
</entry>
</feed>
