<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/etc, branch scratch/benchmarks</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>Add Isearch commands for going to absolute occurrence of matches (bug#29321)</title>
<updated>2018-11-22T22:02:56+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2018-11-22T22:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4dc73269561237d04280b0a212eee603f1e73c9f'/>
<id>4dc73269561237d04280b0a212eee603f1e73c9f</id>
<content type='text'>
* lisp/isearch.el (isearch-mode-map): Bind 'M-s M-&lt;' to
'isearch-beginning-of-buffer' and 'isearch-end-of-buffer' to 'M-s M-&gt;'.
(isearch-beginning-of-buffer, isearch-end-of-buffer): New commands.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/isearch.el (isearch-mode-map): Bind 'M-s M-&lt;' to
'isearch-beginning-of-buffer' and 'isearch-end-of-buffer' to 'M-s M-&gt;'.
(isearch-beginning-of-buffer, isearch-end-of-buffer): New commands.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add prefix arg to isearch-forward-symbol-at-point (bug#29321)</title>
<updated>2018-11-21T21:33:22+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2018-11-21T21:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cdb0d080f1bb2239ccb828d989d6bb73409d5f59'/>
<id>cdb0d080f1bb2239ccb828d989d6bb73409d5f59</id>
<content type='text'>
* lisp/isearch.el (isearch-forward-symbol-at-point): Add optional arg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/isearch.el (isearch-forward-symbol-at-point): Add optional arg.
</pre>
</div>
</content>
</entry>
<entry>
<title>Let Tramp sudo sessions expire after a timeout</title>
<updated>2018-11-21T12:23:01+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2018-11-21T12:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fb200f3e5775fa2811ba270c2a7b0295b42539a0'/>
<id>fb200f3e5775fa2811ba270c2a7b0295b42539a0</id>
<content type='text'>
* doc/misc/tramp.texi (Inline methods) &lt;sudo, doas&gt;: Both methods expire
the underlying session per default.
(Predefined connection information): Explain "session-timeout".

* etc/NEWS: Mention Tramp session expiration.

* lisp/net/tramp-sh.el (tramp-methods) &lt;sudo, doas&gt;:
Add `tramp-session-timeout'.
(tramp-timeout-session): New defun.
(tramp-maybe-open-connection): Handle session timeout.

* lisp/net/tramp.el (tramp-methods): Adapt docstring.
(tramp-equal-remote): Extend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Inline methods) &lt;sudo, doas&gt;: Both methods expire
the underlying session per default.
(Predefined connection information): Explain "session-timeout".

* etc/NEWS: Mention Tramp session expiration.

* lisp/net/tramp-sh.el (tramp-methods) &lt;sudo, doas&gt;:
Add `tramp-session-timeout'.
(tramp-timeout-session): New defun.
(tramp-maybe-open-connection): Handle session timeout.

* lisp/net/tramp.el (tramp-methods): Adapt docstring.
(tramp-equal-remote): Extend.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add prefix arg to isearch-repeat-forward/backward (bug#14563, bug#29321)</title>
<updated>2018-11-20T23:43:21+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2018-11-20T23:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=166f6274b4118344612e60fba831e223728f3e89'/>
<id>166f6274b4118344612e60fba831e223728f3e89</id>
<content type='text'>
* lisp/isearch.el (isearch-repeat): Add optional arg COUNT.
Add a while-loop that calls `isearch-search' COUNT times.
(isearch-repeat-forward, isearch-repeat-backward):
Add optional prefix ARG passed down to `isearch-repeat'.
Handle reversed directions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/isearch.el (isearch-repeat): Add optional arg COUNT.
Add a while-loop that calls `isearch-search' COUNT times.
(isearch-repeat-forward, isearch-repeat-backward):
Add optional prefix ARG passed down to `isearch-repeat'.
Handle reversed directions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-26</title>
<updated>2018-11-20T17:38:42+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2018-11-20T17:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bb7b75d7110c7a46407aa4efc33446ace0cba631'/>
<id>bb7b75d7110c7a46407aa4efc33446ace0cba631</id>
<content type='text'>
070e82b ; * src/window.c (window_scroll): Improve commentary.
60457d7 Improve documentation of the window tree
ea1a014 Fix window scrolling on TTY frames when there's no mode line
df7ed10 Fix decoding XML files encoded in ISO-8859
7851ae8 (tag: emacs-26.1.90) ; ChangeLog.3 update
1958808 * etc/AUTHORS: Update.
7252507 Fix description of some window hooks
88762b4 Run 'window--adjust-process-windows' when frame size changes ...
d6542ea Avoid errors in zone.el when there's overlay at EOB
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
070e82b ; * src/window.c (window_scroll): Improve commentary.
60457d7 Improve documentation of the window tree
ea1a014 Fix window scrolling on TTY frames when there's no mode line
df7ed10 Fix decoding XML files encoded in ISO-8859
7851ae8 (tag: emacs-26.1.90) ; ChangeLog.3 update
1958808 * etc/AUTHORS: Update.
7252507 Fix description of some window hooks
88762b4 Run 'window--adjust-process-windows' when frame size changes ...
d6542ea Avoid errors in zone.el when there's overlay at EOB
</pre>
</div>
</content>
</entry>
<entry>
<title>* etc/AUTHORS: Update.</title>
<updated>2018-11-19T15:21:41+00:00</updated>
<author>
<name>Nicolas Petton</name>
</author>
<published>2018-11-19T15:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=195880834db3cf3dad2a1e184cb3fdaccf2dea4d'/>
<id>195880834db3cf3dad2a1e184cb3fdaccf2dea4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/cmds.c (Fself_insert_command): Get last-command-event via (new) arg.</title>
<updated>2018-11-17T15:47:48+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2018-11-17T15:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=81f0e05a02013bd1c9ea177e234561348b108578'/>
<id>81f0e05a02013bd1c9ea177e234561348b108578</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-26</title>
<updated>2018-11-16T16:30:20+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2018-11-16T16:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=644a308b4e1513e04be9360e1586e14b32ec0159'/>
<id>644a308b4e1513e04be9360e1586e14b32ec0159</id>
<content type='text'>
936a8f3 (origin/emacs-26) Document Emacs 26 behavior of Dired's 'Z' o...
99f99a1 ; Minor editing change in windows.texi
13bb665 Fix a typo in the Emacs manual

# Conflicts:
#	etc/NEWS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
936a8f3 (origin/emacs-26) Document Emacs 26 behavior of Dired's 'Z' o...
99f99a1 ; Minor editing change in windows.texi
13bb665 Fix a typo in the Emacs manual

# Conflicts:
#	etc/NEWS
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-26</title>
<updated>2018-11-16T16:30:19+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2018-11-16T16:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=166f1400b402fa2275be398fe818e4514dfd8fe9'/>
<id>166f1400b402fa2275be398fe818e4514dfd8fe9</id>
<content type='text'>
edcd6b7 Small documentation correction.
168a8c2 * src/coding.c (Fcheck_coding_systems_region): Doc fix.  (Bug...
3287a7c Fix Bug#33364
acee0a8 ; Cosmetic changes in etc/NEWS
a6ef167 * test/README: Explain $REMOTE_TEMPORARY_FILE_DIRECTORY.

# Conflicts:
#	etc/NEWS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
edcd6b7 Small documentation correction.
168a8c2 * src/coding.c (Fcheck_coding_systems_region): Doc fix.  (Bug...
3287a7c Fix Bug#33364
acee0a8 ; Cosmetic changes in etc/NEWS
a6ef167 * test/README: Explain $REMOTE_TEMPORARY_FILE_DIRECTORY.

# Conflicts:
#	etc/NEWS
</pre>
</div>
</content>
</entry>
<entry>
<title>; Further cosmetic changes in etc/NEWS</title>
<updated>2018-11-16T12:47:51+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2018-11-16T12:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f7cbe83e3b37d2faa56947490e8eaa348565b1af'/>
<id>f7cbe83e3b37d2faa56947490e8eaa348565b1af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
