<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/textmodes, branch scratch/command</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>Remove the 'M-o' ('facemap-keymap') binding experimentally</title>
<updated>2021-02-10T18:38:18+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-02-10T18:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=21e475ea0c0d04ae7634f377ed64fe179388b133'/>
<id>21e475ea0c0d04ae7634f377ed64fe179388b133</id>
<content type='text'>
* doc/lispref/maps.texi (Standard Keymaps):
* doc/lispref/keymaps.texi (Prefix Keys): Remove mentions.

* etc/facemenu-removal.txt: New temporary file.

* lisp/loadup.el: Don't load facemenu.el.
(removed-facemenu-command): New command.
(facemenu-keymap-restore): New function.

* lisp/textmodes/text-mode.el (center-paragraph): Remove binding.
(center-line): Remove binding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/maps.texi (Standard Keymaps):
* doc/lispref/keymaps.texi (Prefix Keys): Remove mentions.

* etc/facemenu-removal.txt: New temporary file.

* lisp/loadup.el: Don't load facemenu.el.
(removed-facemenu-command): New command.
(facemenu-keymap-restore): New function.

* lisp/textmodes/text-mode.el (center-paragraph): Remove binding.
(center-line): Remove binding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lexical-binding in dns-mode.el</title>
<updated>2021-02-10T17:44:43+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-02-10T17:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dcfb8f6b617f285a51e4aac23e37b0e81ae37698'/>
<id>dcfb8f6b617f285a51e4aac23e37b0e81ae37698</id>
<content type='text'>
* lisp/textmodes/dns-mode.el: Use lexical-binding.  Remove
redundant :group args.
* test/lisp/textmodes/dns-mode-tests.el
(dns-mode-tests-dns-mode-soa-increment-serial): New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/dns-mode.el: Use lexical-binding.  Remove
redundant :group args.
* test/lisp/textmodes/dns-mode-tests.el
(dns-mode-tests-dns-mode-soa-increment-serial): New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make texinfmt-version variable obsolete</title>
<updated>2021-02-10T05:36:09+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-02-10T03:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c735ec94545d1ca726d6cdcfdf4b0847e55330d9'/>
<id>c735ec94545d1ca726d6cdcfdf4b0847e55330d9</id>
<content type='text'>
* lisp/textmodes/texinfmt.el (texinfmt-version): Make variable and
command obsolete in favour of 'emacs-version'.
(texinfo-format-region, texinfo-format-buffer-1): Use
'emacs-version' instead of above obsolete variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/texinfmt.el (texinfmt-version): Make variable and
command obsolete in favour of 'emacs-version'.
(texinfo-format-region, texinfo-format-buffer-1): Use
'emacs-version' instead of above obsolete variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lexical-binding in bib-mode.el</title>
<updated>2021-02-10T05:36:09+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-02-10T03:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f0f548095358c8969847e7dc2ac4ba7bd8bb80b7'/>
<id>f0f548095358c8969847e7dc2ac4ba7bd8bb80b7</id>
<content type='text'>
* lisp/textmodes/bib-mode.el: Use lexical-binding.  Remove
redundant :group args.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/bib-mode.el: Use lexical-binding.  Remove
redundant :group args.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `C-a' in enriched-mode behave more line in other modes</title>
<updated>2021-02-08T06:22:02+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-02-08T06:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f2814b2018f731a9b299422191591e5b1e857827'/>
<id>f2814b2018f731a9b299422191591e5b1e857827</id>
<content type='text'>
* lisp/textmodes/enriched.el (enriched-mode-map): Don't rebind
beginning-or-line, because it makes `C-S-a' not mark the region,
and it doesn't allow actually moving to the beginning of the line
if the line starts with characters in `adaptive-fill-regexp'
(bug#22554).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/enriched.el (enriched-mode-map): Don't rebind
beginning-or-line, because it makes `C-S-a' not mark the region,
and it doesn't allow actually moving to the beginning of the line
if the line starts with characters in `adaptive-fill-regexp'
(bug#22554).
</pre>
</div>
</content>
</entry>
<entry>
<title>Support file names with whitespace in Nroff mode</title>
<updated>2021-02-06T13:09:32+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-02-06T13:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f534d3fdacb3d6114a0ebdc8df2723265339db5d'/>
<id>f534d3fdacb3d6114a0ebdc8df2723265339db5d</id>
<content type='text'>
* lisp/textmodes/nroff-mode.el (nroff-view): Quote argument of
'Man-getpage-in-background' to support file names with special
characters.  (Bug#46051)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/nroff-mode.el (nroff-view): Quote argument of
'Man-getpage-in-background' to support file names with special
characters.  (Bug#46051)
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/textmodes/rst.el (rst-directive): Remove XEmacs compat code.</title>
<updated>2021-02-05T00:27:14+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-02-05T00:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ce1a4cd54c87626f5c1cba9832f0885325c792fb'/>
<id>ce1a4cd54c87626f5c1cba9832f0885325c792fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation of non-comment HTML with -- in it</title>
<updated>2021-02-01T09:42:22+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-02-01T09:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a6be18461471b0889ded6084693664927a041704'/>
<id>a6be18461471b0889ded6084693664927a041704</id>
<content type='text'>
* lisp/textmodes/sgml-mode.el (sgml-comment-indent-new-line): Only
indent as if we're in a comment if syntax-ppss says that we're in
a comment (bug#36227).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/sgml-mode.el (sgml-comment-indent-new-line): Only
indent as if we're in a comment if syntax-ppss says that we're in
a comment (bug#36227).
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer defvar-local in textmodes/*.el</title>
<updated>2021-01-31T19:08:25+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-01-31T17:45:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=458faaf4c39936a5e7d187684cbf0fe0b161bb0a'/>
<id>458faaf4c39936a5e7d187684cbf0fe0b161bb0a</id>
<content type='text'>
This skips libraries that might want compatibility with Emacs 24.2.

* lisp/textmodes/artist.el (artist-curr-go)
(artist-line-char-set, artist-line-char, artist-fill-char-set)
(artist-fill-char, artist-erase-char, artist-default-fill-char)
(artist-draw-region-min-y, artist-draw-region-max-y)
(artist-borderless-shapes):
* lisp/textmodes/css-mode.el (css--at-ids, css--bang-ids)
(css--nested-selectors-allowed):
* lisp/textmodes/enriched.el (enriched-old-bindings):
* lisp/textmodes/flyspell.el (flyspell-generic-check-word-predicate)
(flyspell-consider-dash-as-word-delimiter-flag)
(flyspell-dash-dictionary, flyspell-dash-local-dictionary)
(flyspell-word-cache-start, flyspell-word-cache-end)
(flyspell-word-cache-word, flyspell-word-cache-result)
(flyspell-changes, flyspell-auto-correct-pos)
(flyspell-auto-correct-region, flyspell-auto-correct-ring)
(flyspell-auto-correct-word):
* lisp/textmodes/ispell.el (ispell-local-dictionary-overridden)
(ispell-local-pdict, ispell-buffer-session-localwords):
* lisp/textmodes/refill.el (refill-ignorable-overlay)
(refill-doit):
* lisp/textmodes/sgml-mode.el (html--buffer-classes-cache)
(html--buffer-ids-cache):
* lisp/textmodes/table.el (table-mode-indicator):
* lisp/textmodes/tex-mode.el (tex-send-command-modified-tick):
* lisp/textmodes/two-column.el (2C-autoscroll-start, 2C-mode):
Prefer defvar-local.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This skips libraries that might want compatibility with Emacs 24.2.

* lisp/textmodes/artist.el (artist-curr-go)
(artist-line-char-set, artist-line-char, artist-fill-char-set)
(artist-fill-char, artist-erase-char, artist-default-fill-char)
(artist-draw-region-min-y, artist-draw-region-max-y)
(artist-borderless-shapes):
* lisp/textmodes/css-mode.el (css--at-ids, css--bang-ids)
(css--nested-selectors-allowed):
* lisp/textmodes/enriched.el (enriched-old-bindings):
* lisp/textmodes/flyspell.el (flyspell-generic-check-word-predicate)
(flyspell-consider-dash-as-word-delimiter-flag)
(flyspell-dash-dictionary, flyspell-dash-local-dictionary)
(flyspell-word-cache-start, flyspell-word-cache-end)
(flyspell-word-cache-word, flyspell-word-cache-result)
(flyspell-changes, flyspell-auto-correct-pos)
(flyspell-auto-correct-region, flyspell-auto-correct-ring)
(flyspell-auto-correct-word):
* lisp/textmodes/ispell.el (ispell-local-dictionary-overridden)
(ispell-local-pdict, ispell-buffer-session-localwords):
* lisp/textmodes/refill.el (refill-ignorable-overlay)
(refill-doit):
* lisp/textmodes/sgml-mode.el (html--buffer-classes-cache)
(html--buffer-ids-cache):
* lisp/textmodes/table.el (table-mode-indicator):
* lisp/textmodes/tex-mode.el (tex-send-command-modified-tick):
* lisp/textmodes/two-column.el (2C-autoscroll-start, 2C-mode):
Prefer defvar-local.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant defvar for artist-mode</title>
<updated>2021-01-31T03:44:53+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-01-31T02:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e226357c3b651b525e82933423f84f497395432f'/>
<id>e226357c3b651b525e82933423f84f497395432f</id>
<content type='text'>
* lisp/textmodes/artist.el (artist-mode): Remove redundant
defvar; it is defined by define-minor-mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/artist.el (artist-mode): Remove redundant
defvar; it is defined by define-minor-mode.
</pre>
</div>
</content>
</entry>
</feed>
