<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/textmodes, branch pkg</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>Pass correct environment name to `reftex-label'</title>
<updated>2022-10-06T17:45:44+00:00</updated>
<author>
<name>Arash Esbati</name>
</author>
<published>2022-10-06T17:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0c65c9dfb3e1133a16dacd941b2a3cfb892e148a'/>
<id>0c65c9dfb3e1133a16dacd941b2a3cfb892e148a</id>
<content type='text'>
* lisp/textmodes/tex-mode.el (latex-block-body-alist): Pass
"figure" to `reftex-label' when inserting a figure float.
(bug#58329)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/tex-mode.el (latex-block-body-alist): Pass
"figure" to `reftex-label' when inserting a figure float.
(bug#58329)
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/textmodes/tex-mode.el (tex--redirect-to-submode): Fix last change</title>
<updated>2022-10-03T19:46:35+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2022-10-03T19:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d9d164f0033d0af76f005e2560d15e9e606f85fd'/>
<id>d9d164f0033d0af76f005e2560d15e9e606f85fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>files.el (major-mode-remap-alist): New custom var (bug#58075)</title>
<updated>2022-10-03T15:17:51+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2022-10-03T15:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=59f8c56d9e71a1b61ca8cc0794a6de4aa2f240e4'/>
<id>59f8c56d9e71a1b61ca8cc0794a6de4aa2f240e4</id>
<content type='text'>
* lisp/files.el (major-mode-remap-alist): New custom var.
(set-auto-mode--last): New var.
(set-auto-mode-0): Obey `major-mode-remap-alist`.

* doc/emacs/modes.texi (Choosing Modes): Document `major-mode-remap-alist`.

* lisp/progmodes/cperl-mode.el: Recommend the use of
`major-mode-remap-alist` over the crude `defalias` solution.

* lisp/textmodes/tex-mode.el (tex--guess-mode): Simplify.
(tex--redirect-to-submode): Obey `major-mode-remap-alist`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/files.el (major-mode-remap-alist): New custom var.
(set-auto-mode--last): New var.
(set-auto-mode-0): Obey `major-mode-remap-alist`.

* doc/emacs/modes.texi (Choosing Modes): Document `major-mode-remap-alist`.

* lisp/progmodes/cperl-mode.el: Recommend the use of
`major-mode-remap-alist` over the crude `defalias` solution.

* lisp/textmodes/tex-mode.el (tex--guess-mode): Simplify.
(tex--redirect-to-submode): Obey `major-mode-remap-alist`.
</pre>
</div>
</content>
</entry>
<entry>
<title>tex-mode.el: Don't override AUCTeX modes</title>
<updated>2022-09-25T17:51:30+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2022-09-25T17:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=18d75b4ab91fef6e344e612580088b714acfdb6e'/>
<id>18d75b4ab91fef6e344e612580088b714acfdb6e</id>
<content type='text'>
* lisp/textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
Only define them as aliases in `lisp/loaddefs.el` so we don't
override AUCTeX's own definitions when we load `tex-mode.el`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
Only define them as aliases in `lisp/loaddefs.el` so we don't
override AUCTeX's own definitions when we load `tex-mode.el`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-28</title>
<updated>2022-09-21T08:25:06+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-09-21T08:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9b14e312f409216dab647f839724d5df029e8195'/>
<id>9b14e312f409216dab647f839724d5df029e8195</id>
<content type='text'>
478b786d5a ; * doc/lispref/windows.texi (Window Hooks): Fix a typo (b...
5085351645 * lisp/text-modes/tex-mode.el (tex-mode): Fix AUCTeX regre...
ee6f8598ca Add vc-annotate-switches to manual
616dcf27e5 ; Fix typos in Lisp symbols
5405852541 Remove mention of non-existent `annotate-switches'
191505b8a3 Mention that src/macuvs.h sometimes needs committing
10373c4b68 ; More comment fixes in font.h (bug#57935)
c2595b8dcc ; * src/font.h (struct font_driver): Comment fix.
97b928ce09 MacOS ld warning from native compilation (bug#57849)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
478b786d5a ; * doc/lispref/windows.texi (Window Hooks): Fix a typo (b...
5085351645 * lisp/text-modes/tex-mode.el (tex-mode): Fix AUCTeX regre...
ee6f8598ca Add vc-annotate-switches to manual
616dcf27e5 ; Fix typos in Lisp symbols
5405852541 Remove mention of non-existent `annotate-switches'
191505b8a3 Mention that src/macuvs.h sometimes needs committing
10373c4b68 ; More comment fixes in font.h (bug#57935)
c2595b8dcc ; * src/font.h (struct font_driver): Comment fix.
97b928ce09 MacOS ld warning from native compilation (bug#57849)
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/text-modes/tex-mode.el (tex-mode): Fix AUCTeX regression</title>
<updated>2022-09-20T13:58:47+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2022-09-20T13:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5085351645dc503150823660443f497c5cf8d2ec'/>
<id>5085351645dc503150823660443f497c5cf8d2ec</id>
<content type='text'>
As discussed in
https://lists.gnu.org/r/auctex/2022-08/msg00004.html
AUCTeX installs its own advice to redefine `tex-mode`, and that
advice used to take precedence before commit 6075a7c5ae3fa456cd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed in
https://lists.gnu.org/r/auctex/2022-08/msg00004.html
AUCTeX installs its own advice to redefine `tex-mode`, and that
advice used to take precedence before commit 6075a7c5ae3fa456cd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support imenu in emacs-news-mode</title>
<updated>2022-09-19T14:02:28+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-09-19T14:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ba0e989c11ebe05bb519845a6d3ab5af1e2715d8'/>
<id>ba0e989c11ebe05bb519845a6d3ab5af1e2715d8</id>
<content type='text'>
* lisp/outline.el (outline-imenu-generic-expression): New variable
broken out from...
(outline-mode): ...here.
* lisp/textmodes/emacs-news-mode.el (emacs-news--mode-common): Use
above new variable to add imenu support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/outline.el (outline-imenu-generic-expression): New variable
broken out from...
(outline-mode): ...here.
* lisp/textmodes/emacs-news-mode.el (emacs-news--mode-common): Use
above new variable to add imenu support.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix running spell-checking in remote buffers</title>
<updated>2022-09-17T07:10:10+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2022-09-17T07:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=809afde01d8265c3808e9c724b9bce09c571d5c6'/>
<id>809afde01d8265c3808e9c724b9bce09c571d5c6</id>
<content type='text'>
* lisp/textmodes/ispell.el (ispell-with-safe-default-directory):
Don't use remote 'default-directory' when running the speller.
(Bug#57649)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/ispell.el (ispell-with-safe-default-directory):
Don't use remote 'default-directory' when running the speller.
(Bug#57649)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-28</title>
<updated>2022-09-16T14:27:37+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-09-16T14:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6e4f6e97bf13f096f6e1a300c67b3489e8000a0f'/>
<id>6e4f6e97bf13f096f6e1a300c67b3489e8000a0f</id>
<content type='text'>
f232d989fd Improve HTML export of NEWS file
397890ba77 Delete "etc/NEWS*.html" from .gitignore
70ca5f6524 ; * etc/NEWS: Fix typos.
19de241a7d Recommend NonGNU ELPA over MELPA
f25f9dbf30 Minor doc fixes in picture.el
520b041b54 * lisp/textmodes/page-ext.el: Improve Commentary.

# Conflicts:
#	etc/NEWS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
f232d989fd Improve HTML export of NEWS file
397890ba77 Delete "etc/NEWS*.html" from .gitignore
70ca5f6524 ; * etc/NEWS: Fix typos.
19de241a7d Recommend NonGNU ELPA over MELPA
f25f9dbf30 Minor doc fixes in picture.el
520b041b54 * lisp/textmodes/page-ext.el: Improve Commentary.

# Conflicts:
#	etc/NEWS
</pre>
</div>
</content>
</entry>
<entry>
<title>Add command to delete temporary markers in NEWS</title>
<updated>2022-09-16T14:14:43+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-09-16T14:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d407bdfd01a8fa4a1a20b8b0f1d07629be4ae54f'/>
<id>d407bdfd01a8fa4a1a20b8b0f1d07629be4ae54f</id>
<content type='text'>
* lisp/textmodes/emacs-news-mode.el
(emacs-news-delete-temporary-markers): New command.
* admin/make-tarball.txt: Update instructions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/textmodes/emacs-news-mode.el
(emacs-news-delete-temporary-markers): New command.
* admin/make-tarball.txt: Update instructions.
</pre>
</div>
</content>
</entry>
</feed>
