<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/repeat.el, branch features/user-directory</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>; * lisp/repeat.el (repeat-mode): Fix docstring typo.</title>
<updated>2021-10-22T10:15:06+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2021-10-22T10:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9c37b812da17078f218d8f6351333108020114a3'/>
<id>9c37b812da17078f218d8f6351333108020114a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/repeat.el (repeat-keep-prefix): Expand description.</title>
<updated>2021-10-22T09:33:16+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2021-10-21T14:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=caf87d80fa07234d96cb747eb4d415f8a223db43'/>
<id>caf87d80fa07234d96cb747eb4d415f8a223db43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve docstrings and NEWS item of 'repeat-mode'</title>
<updated>2021-10-20T17:16:57+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2021-10-20T17:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cb8b12b56d174e1a7b6e940debb8a9467285ab9e'/>
<id>cb8b12b56d174e1a7b6e940debb8a9467285ab9e</id>
<content type='text'>
* lisp/repeat.el (repeat-exit-timeout, repeat-echo-function)
(repeat-in-progress, repeat-map): Update docstrings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/repeat.el (repeat-exit-timeout, repeat-echo-function)
(repeat-in-progress, repeat-map): Update docstrings.
</pre>
</div>
</content>
</entry>
<entry>
<title>; More minor stylistic fixes found by checkdoc</title>
<updated>2021-09-22T18:26:40+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-09-22T18:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=aebba085cba13ad1439462923ffa0520456f1aad'/>
<id>aebba085cba13ad1439462923ffa0520456f1aad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/repeat.el (repeat-echo-message): Clear only own added part of message.</title>
<updated>2021-09-17T16:00:03+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2021-09-17T16:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=de0b5227e08ce250b60226f9b2413dda50456c60'/>
<id>de0b5227e08ce250b60226f9b2413dda50456c60</id>
<content type='text'>
(describe-repeat-maps, repeat-mode): Refer to each other in docstrings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(describe-repeat-maps, repeat-mode): Refer to each other in docstrings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle nil messages in repeat-echo-message.</title>
<updated>2021-08-25T17:10:28+00:00</updated>
<author>
<name>Gabriel do Nascimento Ribeiro</name>
</author>
<published>2021-08-24T14:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=46ff443dc0657105213354be12f2d3b97a2538b2'/>
<id>46ff443dc0657105213354be12f2d3b97a2538b2</id>
<content type='text'>
* lisp/repeat.el (repeat-echo-message): Handle cases where
'current-message' is nil (bug#50176).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/repeat.el (repeat-echo-message): Handle cases where
'current-message' is nil (bug#50176).
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/repeat.el (repeat-echo-message): Use `string-search`.</title>
<updated>2021-08-24T13:57:38+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2021-08-24T13:57:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=862051236137801189ffd3b6e313ef7b71403e6a'/>
<id>862051236137801189ffd3b6e313ef7b71403e6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to clear echo-area after repeat-exit-timeout.</title>
<updated>2021-08-24T06:44:05+00:00</updated>
<author>
<name>Gabriel do Nascimento Ribeiro</name>
</author>
<published>2021-08-23T22:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0c640b82f0b3d9a06156a61af0aeec11a2f98ba0'/>
<id>0c640b82f0b3d9a06156a61af0aeec11a2f98ba0</id>
<content type='text'>
* lisp/repeat.el (repeat-echo-message): Use 'string-match-p'
to handle cases where echo-area contains other messages (bug#50176).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/repeat.el (repeat-echo-message): Use 'string-match-p'
to handle cases where echo-area contains other messages (bug#50176).
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/repeat.el (describe-repeat-maps): Rename from `describe-repeat'.</title>
<updated>2021-07-06T17:53:09+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2021-07-06T17:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4db28a9dc83be033d309782e5b14c9ebc9f01f38'/>
<id>4db28a9dc83be033d309782e5b14c9ebc9f01f38</id>
<content type='text'>
Fix text strings (bug#49265).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix text strings (bug#49265).
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/repeat.el (describe-repeat): New command (bug#49265).</title>
<updated>2021-06-29T20:36:16+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2021-06-29T20:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=94a2ef436b857d8b9909d8629190bd3fbb1be5d7'/>
<id>94a2ef436b857d8b9909d8629190bd3fbb1be5d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
