<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/etc/e, branch feature/delsel-replace</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 auto-margin enable/disable to term</title>
<updated>2025-03-02T21:01:13+00:00</updated>
<author>
<name>Daniel Colascione</name>
</author>
<published>2025-03-02T20:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=13b1436d975b270cb1001cf475fa65cc854ec462'/>
<id>13b1436d975b270cb1001cf475fa65cc854ec462</id>
<content type='text'>
* test/lisp/term-tests.el (term-line-wrap-no-auto-margins): add test

* lisp/term.el (term-auto-margins): new variable
(term-mode): documentation
(term-termcap-format): mention auto-margins flag
(term-emulate-terminal): support it
(term-reset-terminal): reset it
(term-handle-ansi-escape): notice it

* etc/e/eterm-color.ti: add auto margin capability

* etc/e/README: fix build documentation

* etc/NEWS: mention auto-margins
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/term-tests.el (term-line-wrap-no-auto-margins): add test

* lisp/term.el (term-auto-margins): new variable
(term-mode): documentation
(term-termcap-format): mention auto-margins flag
(term-emulate-terminal): support it
(term-reset-terminal): reset it
(term-handle-ansi-escape): notice it

* etc/e/eterm-color.ti: add auto margin capability

* etc/e/README: fix build documentation

* etc/NEWS: mention auto-margins
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement alternative sub-buffer support in term.el</title>
<updated>2022-01-24T19:02:33+00:00</updated>
<author>
<name>Miha Rihtaršič</name>
</author>
<published>2022-01-23T20:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=81886aeaffe76fd95e299403ef493a76bf606825'/>
<id>81886aeaffe76fd95e299403ef493a76bf606825</id>
<content type='text'>
* etc/e/eterm-color.ti: Added termcaps for entering and leaving an
alternative sub-buffer.
* lisp/term.el (term-reset-size): Resize correctly in an alternative
sub-buffer is in use.
(term-clear-full-screen-programs): New user option.
(term-handle-ansi-escape):
(term-termcap-format): Handle termcaps for entering and leaving an
alternative sub-buffer.
(term-switch-to-alternate-sub-buffer): New (used to be commented out)
function to enter or leave an alternative sub-buffer.
bug#53485
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/e/eterm-color.ti: Added termcaps for entering and leaving an
alternative sub-buffer.
* lisp/term.el (term-reset-size): Resize correctly in an alternative
sub-buffer is in use.
(term-clear-full-screen-programs): New user option.
(term-handle-ansi-escape):
(term-termcap-format): Handle termcaps for entering and leaving an
alternative sub-buffer.
(term-switch-to-alternate-sub-buffer): New (used to be commented out)
function to enter or leave an alternative sub-buffer.
bug#53485
</pre>
</div>
</content>
</entry>
<entry>
<title>In term-mode, handle ANSI codes, specifying italic and other modes</title>
<updated>2021-10-05T06:54:25+00:00</updated>
<author>
<name>Miha Rihtaršič</name>
</author>
<published>2021-09-27T13:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0707fdd36cffe2211614b921cbc8dcd44e9cd880'/>
<id>0707fdd36cffe2211614b921cbc8dcd44e9cd880</id>
<content type='text'>
* etc/e/eterm-color.ti: Add new capabilities
* lisp/term.el: New faces and variables to support new ANSI modes.
(term-termcap-format): Add new capabilities
(term-emulate-terminal): When saving cursor, additionally save the new
variables.
(term--handle-colors-list): Handle ANSI codes, specifying italic other
modes.
* test/lisp/term-tests.el (ansi-test-strings): Adjust tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* etc/e/eterm-color.ti: Add new capabilities
* lisp/term.el: New faces and variables to support new ANSI modes.
(term-termcap-format): Add new capabilities
(term-emulate-terminal): When saving cursor, additionally save the new
variables.
(term--handle-colors-list): Handle ANSI codes, specifying italic other
modes.
* test/lisp/term-tests.el (ansi-test-strings): Adjust tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for 256-color and 24bit ANSI colors in term-mode</title>
<updated>2021-10-05T06:54:00+00:00</updated>
<author>
<name>Miha Rihtaršič</name>
</author>
<published>2021-09-25T21:28:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=76895fcd0b667eadd78bfe6cf51619f8b00e157f'/>
<id>76895fcd0b667eadd78bfe6cf51619f8b00e157f</id>
<content type='text'>
(term-ansi-face-already-done): Make obsolete
(term--maybe-brighten-color): Remove
(term--color-as-hex): New function
(term-handle-colors-array): Make obsolete in favour of the new
function 'term--handle-colors-list'.
(term--handle-colors-list): New function, that can also handle ANSI
codes 38 and 48.
(term-handle-ansi-escape): Use it

* test/lisp/term-tests.el (ansi-test-strings): Add tests for 256-color
and 24bit ANSI colors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(term-ansi-face-already-done): Make obsolete
(term--maybe-brighten-color): Remove
(term--color-as-hex): New function
(term-handle-colors-array): Make obsolete in favour of the new
function 'term--handle-colors-list'.
(term--handle-colors-list): New function, that can also handle ANSI
codes 38 and 48.
(term-handle-ansi-escape): Use it

* test/lisp/term-tests.el (ansi-test-strings): Add tests for 256-color
and 24bit ANSI colors
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer straight quoting in some etc text files</title>
<updated>2015-08-26T21:09:07+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-08-26T21:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1be208c2b061a6849760579f185be9b9e05de569'/>
<id>1be208c2b061a6849760579f185be9b9e05de569</id>
<content type='text'>
These files are plain text and might be used by non-Emacs apps.
They’re mostly ASCII, so just use straight quotes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These files are plain text and might be used by non-Emacs apps.
They’re mostly ASCII, so just use straight quotes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes.</title>
<updated>2011-11-27T04:43:11+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-11-27T04:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e47695319fc758da7ff07d7084386258b6c8b677'/>
<id>e47695319fc758da7ff07d7084386258b6c8b677</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* term.el (term-handle-ansi-escape): Add comments with the</title>
<updated>2009-08-07T07:04:02+00:00</updated>
<author>
<name>Dan Nicolaescu</name>
</author>
<published>2009-08-07T07:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3bca7ca557f99e07c117874a2802e2d2434571a4'/>
<id>3bca7ca557f99e07c117874a2802e2d2434571a4</id>
<content type='text'>
terminfo capabilities implemented.

* e/eterm-color.ti (msgr, u6, u7): New capabilities.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
terminfo capabilities implemented.

* e/eterm-color.ti (msgr, u6, u7): New capabilities.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention how to remake eterm-color (moved here from ../Makefile).</title>
<updated>2007-09-12T06:59:32+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2007-09-12T06:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=50919dad15664b5d767206b3b240a658c0b8e557'/>
<id>50919dad15664b5d767206b3b240a658c0b8e557</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New file, with most information formerly in etc/Makefile.</title>
<updated>2007-08-23T03:23:34+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2007-08-23T03:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=06974c33852c4c16289f0c0102ede2eea64b6543'/>
<id>06974c33852c4c16289f0c0102ede2eea64b6543</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment on lack of copyright.</title>
<updated>2007-02-17T21:26:36+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2007-02-17T21:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5cc01309a1ddca8c0060d0593c0a0666a5778988'/>
<id>5cc01309a1ddca8c0060d0593c0a0666a5778988</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
