<feed xmlns='http://www.w3.org/2005/Atom'>
<title>geiser-guile/elisp, branch 0.9</title>
<subtitle>geiser and guile talk to each other</subtitle>
<id>https://jao.io/cgit/geiser-guile/atom?h=0.9</id>
<link rel='self' href='https://jao.io/cgit/geiser-guile/atom?h=0.9'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/'/>
<updated>2016-10-02T01:54:29Z</updated>
<entry>
<title>racket: indentation for 'shared'</title>
<updated>2016-10-02T01:54:29Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2016-10-02T01:54:29Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=e6535d461bc33ee0d7353b722f2fd5f8ee2bb2e5'/>
<id>urn:sha1:e6535d461bc33ee0d7353b722f2fd5f8ee2bb2e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use (car (process-lines ...)) instead of (shell-command ...)</title>
<updated>2016-09-30T04:06:25Z</updated>
<author>
<name>Jordan Brown</name>
<email>mrhmouse@gmail.com</email>
</author>
<published>2016-09-21T14:07:21Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=cec661b7d0e6d0eda31a97b5621d361ae5c71de3'/>
<id>urn:sha1:cec661b7d0e6d0eda31a97b5621d361ae5c71de3</id>
<content type='text'>
`shell-command` assumes Bourne-shell-compatible quoting, which
doesn't work when the user isn't using a Bourne-compatible shell.

Instead of futzing about with quoting, we can just use `process-lines`
to execute a process and pass it arguments directly.
</content>
</entry>
<entry>
<title>Expand socket file name for 'geiser-connect-local'</title>
<updated>2016-09-21T16:10:57Z</updated>
<author>
<name>Alex Kost</name>
<email>alezost@gmail.com</email>
</author>
<published>2016-07-17T19:11:57Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=f8ddc4e540ec9c193efde588e6bb8cb887212820'/>
<id>urn:sha1:f8ddc4e540ec9c193efde588e6bb8cb887212820</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allows Chicken to limit the number of symbols provided to Geiser</title>
<updated>2016-09-17T22:04:15Z</updated>
<author>
<name>dleslie</name>
<email>dleslie@marvin-linux</email>
</author>
<published>2016-09-17T22:00:04Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=557c72ac19c42147771791c60bc45834943e6d24'/>
<id>urn:sha1:557c72ac19c42147771791c60bc45834943e6d24</id>
<content type='text'>
- Also cleaned up the namespace a little.
</content>
</entry>
<entry>
<title>Add link to project homepage</title>
<updated>2016-09-06T11:50:20Z</updated>
<author>
<name>Chunyang Xu</name>
<email>xuchunyang.me@gmail.com</email>
</author>
<published>2016-09-06T11:47:24Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=219abf6230d1379eb302725f28461fda8405b5e3'/>
<id>urn:sha1:219abf6230d1379eb302725f28461fda8405b5e3</id>
<content type='text'>
C-h P (`display-package') can make use of it.
</content>
</entry>
<entry>
<title>Pacify byte-compiler a bit</title>
<updated>2016-08-29T20:50:02Z</updated>
<author>
<name>Fice T</name>
<email>fice-t@protonmail.com</email>
</author>
<published>2016-08-14T05:09:02Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=25fdd8dcda3fabcfffe983b7cadb3196dbca801b'/>
<id>urn:sha1:25fdd8dcda3fabcfffe983b7cadb3196dbca801b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Not signalling errors for company-mode completions</title>
<updated>2016-08-25T23:27:48Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2016-08-25T23:27:48Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=cc8f043da48ffe49e5273b0478e3d30c998e358e'/>
<id>urn:sha1:cc8f043da48ffe49e5273b0478e3d30c998e358e</id>
<content type='text'>
... so that we don't interfere with other active backends, and following
the same policy as in the rest of company-mode geiser methods. See also
the discussion in github's #173.
</content>
</entry>
<entry>
<title>Making autodoc failures silent</title>
<updated>2016-08-24T20:45:46Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2016-08-24T20:45:46Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=20a1a2a6a3db2259765be232ab45e83b82a6b6d3'/>
<id>urn:sha1:20a1a2a6a3db2259765be232ab45e83b82a6b6d3</id>
<content type='text'>
As requested in github issue #173.  Seems it's confusing people, which
is exactly the problem it was originally trying to avoid!
</content>
</entry>
<entry>
<title>Adds required modules to binary parameters</title>
<updated>2016-08-11T03:09:59Z</updated>
<author>
<name>Dan Leslie</name>
<email>dan@ironoxide.ca</email>
</author>
<published>2016-08-09T23:34:31Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=9f93205d32bfe1725ec39779493d12fbbe5fd605'/>
<id>urn:sha1:9f93205d32bfe1725ec39779493d12fbbe5fd605</id>
<content type='text'>
-This causes chicken to fail to run if it cannot find the required
 modules for Geiser; and will tell the user that the module is missing.
</content>
</entry>
<entry>
<title>Remove compilation of chicken module</title>
<updated>2016-08-11T03:09:59Z</updated>
<author>
<name>Dan Leslie</name>
<email>dan@ironoxide.ca</email>
</author>
<published>2016-08-09T21:55:59Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/geiser-guile/commit/?id=5edfb584bc5d5ae8b3e75a231227d2a22946eadb'/>
<id>urn:sha1:5edfb584bc5d5ae8b3e75a231227d2a22946eadb</id>
<content type='text'>
This was causing confusion and bug reports on a semi-regular
basis. Disable it for now until a better solution is made.
</content>
</entry>
</feed>
