<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/emacs, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/emacs?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/emacs?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2025-04-24T13:42:26Z</updated>
<entry>
<title>fix(emacs): do not emit ANSI escape codes in vterm</title>
<updated>2025-04-24T13:42:26Z</updated>
<author>
<name>Carlo Sala</name>
<email>carlosalag@protonmail.com</email>
</author>
<published>2025-04-24T13:42:26Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=959b6cf5eed78f108dc6e0f46b53816f5168dd3a'/>
<id>urn:sha1:959b6cf5eed78f108dc6e0f46b53816f5168dd3a</id>
<content type='text'>
Closes #13067
</content>
</entry>
<entry>
<title>docs: fix typos (#12284)</title>
<updated>2024-03-14T16:07:39Z</updated>
<author>
<name>shuangcui</name>
<email>fliter@qq.com</email>
</author>
<published>2024-03-14T16:07:39Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=c8ba08581dff43c18c1b0d9e7312ca32e6d97124'/>
<id>urn:sha1:c8ba08581dff43c18c1b0d9e7312ca32e6d97124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(emacs): make `alternate-editor` work for emacs &gt;28</title>
<updated>2023-01-13T13:42:11Z</updated>
<author>
<name>Carlo Sala</name>
<email>carlosalag@protonmail.com</email>
</author>
<published>2023-01-13T13:42:11Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=ca0acf31ef163fd2a6bf562c9b9d6077975b41f8'/>
<id>urn:sha1:ca0acf31ef163fd2a6bf562c9b9d6077975b41f8</id>
<content type='text'>
Closes #11441
</content>
</entry>
<entry>
<title>fix(emacs): fix check for open frames w/ extra output (#10992)</title>
<updated>2022-06-19T10:32:16Z</updated>
<author>
<name>Marcus Müller</name>
<email>marcus@hostalia.de</email>
</author>
<published>2022-06-19T10:32:16Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4c82a2eedf0c43d47601ffa8b0303ed1326fab8f'/>
<id>urn:sha1:4c82a2eedf0c43d47601ffa8b0303ed1326fab8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: fix comment bulk replace</title>
<updated>2021-12-28T13:34:09Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-12-28T13:16:54Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=c06197ad954baf3567d8711e43ad542aef86e6bc'/>
<id>urn:sha1:c06197ad954baf3567d8711e43ad542aef86e6bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: handle `$0` according to the Zsh plugin standard (#10518)</title>
<updated>2021-12-28T11:29:24Z</updated>
<author>
<name>Curtis Rueden</name>
<email>ctrueden@wisc.edu</email>
</author>
<published>2021-12-18T20:53:49Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2d32e9be668672c110405aa2952ab8adaf374856'/>
<id>urn:sha1:2d32e9be668672c110405aa2952ab8adaf374856</id>
<content type='text'>
For details and rationale, see:
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html

Closes #10518
</content>
</entry>
<entry>
<title>fix(emacs): correctly pass arguments to emacsclient when $2 is stdin</title>
<updated>2021-09-29T14:50:12Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-09-28T10:34:44Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=de76f7cb491c7d566dd94f161b5dbc32e93af914'/>
<id>urn:sha1:de76f7cb491c7d566dd94f161b5dbc32e93af914</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(emacs): assess if there are open frames of the expected type</title>
<updated>2021-09-29T14:50:12Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-09-28T10:30:29Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2acae3797b713db2520bb27e76f25d3de6cee48e'/>
<id>urn:sha1:2acae3797b713db2520bb27e76f25d3de6cee48e</id>
<content type='text'>
This change looks at the frame type of the open frames ('framep) and
looks if they're of the type requested based on the arguments passed
to emacsclient (-nw/-t/--tty require tty frames, otherwise we need
graphical frames).

NOTE: this code considers anything different than t as graphical
terminals, including MS-DOS types (pc). I don't have such a setup
to test if this is correct.
</content>
</entry>
<entry>
<title>refactor(emacs): simplify emacsclient wrapper code</title>
<updated>2021-09-29T14:50:12Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-09-28T08:10:43Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=27dcca5967082474229d5efafb941e0d5229c760'/>
<id>urn:sha1:27dcca5967082474229d5efafb941e0d5229c760</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(emacs): remove dependency on `require_tool.sh` and clean up code style</title>
<updated>2021-09-29T14:50:12Z</updated>
<author>
<name>Marc Cornellà</name>
<email>hello@mcornella.com</email>
</author>
<published>2021-09-27T16:08:12Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=b37114b4d5804f8125d3951efde6a1b9d39610d1'/>
<id>urn:sha1:b37114b4d5804f8125d3951efde6a1b9d39610d1</id>
<content type='text'>
</content>
</entry>
</feed>
