<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc, branch scratch/add-lisp-data-mode</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>Don't mess with lisp-mode-variables</title>
<updated>2020-04-19T20:15:48+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2020-04-19T20:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e95703c2db48d5f5ce465e2cf2b9a3165f8ecb2b'/>
<id>e95703c2db48d5f5ce465e2cf2b9a3165f8ecb2b</id>
<content type='text'>
* doc/lispref/modes.texi (Example Major Modes): Update example to
match reality.

* lisp/chistory.el (command-history-mode): Revert previous change.

* lisp/help-fns.el (describe-variable): Revert previous change.

* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Rvert previous change.
(lisp-data-mode): Use full form of lisp-mode-variables for clarity.
(lisp-mode): Simplify.

* lisp/emacs-lisp/pp.el (pp-to-string): Revert previous change.

* lisp/progmodes/elisp-mode.el (emacs-lisp-mode): Case sensitive
font-lock keywords.

* lisp/progmodes/inf-lisp.el (inferior-lisp-mode): Revert previous
change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/modes.texi (Example Major Modes): Update example to
match reality.

* lisp/chistory.el (command-history-mode): Revert previous change.

* lisp/help-fns.el (describe-variable): Revert previous change.

* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Rvert previous change.
(lisp-data-mode): Use full form of lisp-mode-variables for clarity.
(lisp-mode): Simplify.

* lisp/emacs-lisp/pp.el (pp-to-string): Revert previous change.

* lisp/progmodes/elisp-mode.el (emacs-lisp-mode): Case sensitive
font-lock keywords.

* lisp/progmodes/inf-lisp.el (inferior-lisp-mode): Revert previous
change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make lisp-mode-variables function less backward-incompatible</title>
<updated>2020-04-18T11:39:57+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2020-04-18T11:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b527e986d00d4e816f817d0d9b1e9021ac69691e'/>
<id>b527e986d00d4e816f817d0d9b1e9021ac69691e</id>
<content type='text'>
A small number of third-party packages rely on its arguments.  They
shouldn't be seriously affected.

* doc/lispref/modes.texi (Example Major Modes): Make example
closer to reality.

* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Ignore any
number of arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A small number of third-party packages rely on its arguments.  They
shouldn't be seriously affected.

* doc/lispref/modes.texi (Example Major Modes): Make example
closer to reality.

* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Ignore any
number of arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2020-04-15T14:50:15+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-04-15T14:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=97e48510ad4fec9ca5f576a750018a231523f7a6'/>
<id>97e48510ad4fec9ca5f576a750018a231523f7a6</id>
<content type='text'>
a5f7c26907 (origin/emacs-27) * admin/authors.el: Add an author alias.
d87a4d1f4e Limit RLIMIT_NOFILE to FD_SETSIZE on macOS
e5ca8e5e73 Fix Elisp manual entry on 'set-window-configuration'
485f24223f ; Update ChangeLog.3
8f200254fb ; Update etc/AUTHORS
c7adc851ad * admin/authors.el: Add missing author aliases.
4acdd7fe58 Fix edge case errors in filename-matching regexps
5f36e21fe5 Clarify the doc string of 'yank'
13301d4266 New function erc-track-switch-buffer-other-window
38f7538d8f New function erc-switch-to-buffer-other-window

# Conflicts:
#	etc/NEWS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a5f7c26907 (origin/emacs-27) * admin/authors.el: Add an author alias.
d87a4d1f4e Limit RLIMIT_NOFILE to FD_SETSIZE on macOS
e5ca8e5e73 Fix Elisp manual entry on 'set-window-configuration'
485f24223f ; Update ChangeLog.3
8f200254fb ; Update etc/AUTHORS
c7adc851ad * admin/authors.el: Add missing author aliases.
4acdd7fe58 Fix edge case errors in filename-matching regexps
5f36e21fe5 Clarify the doc string of 'yank'
13301d4266 New function erc-track-switch-buffer-other-window
38f7538d8f New function erc-switch-to-buffer-other-window

# Conflicts:
#	etc/NEWS
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Elisp manual entry on 'set-window-configuration'</title>
<updated>2020-04-15T08:18:15+00:00</updated>
<author>
<name>Martin Rudalics</name>
</author>
<published>2020-04-15T08:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e5ca8e5e73acbe9147203d1365365626fc35441e'/>
<id>e5ca8e5e73acbe9147203d1365365626fc35441e</id>
<content type='text'>
* doc/lispref/windows.texi (Window Configurations): Fix
description of 'set-window-configuration'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/windows.texi (Window Configurations): Fix
description of 'set-window-configuration'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2020-04-13T16:02:29+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-04-13T16:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cdbb37f628aad1455af349d703c5838827bea8b3'/>
<id>cdbb37f628aad1455af349d703c5838827bea8b3</id>
<content type='text'>
f84aed5fd2 (origin/emacs-27) Clarify documentation on inhibit-modific...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
f84aed5fd2 (origin/emacs-27) Clarify documentation on inhibit-modific...
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2020-04-13T16:02:29+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-04-13T16:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0a4b992c422d98fbb351d3b03265eb1029012c1d'/>
<id>0a4b992c422d98fbb351d3b03265eb1029012c1d</id>
<content type='text'>
1dfc497fac Minor wording change in Introduction to Programming in Ema...
ff09b4eeac Fix 'flymake-show-diagnostics-buffer' when line numbers ar...
63e8d0ea87 Fix last changes describing mail commands
01212a762f Do setup Flymake in file-less Elisp buffers
36873ef2b2 Fix error message for ‘cl-struct-unknown-slot’ (bug#39995)
3f9310b0fe Fix and improve documentation of mail-related features
1482a75efa Fix build failure with Fx_gtk_debug
cf57663f2a Mention jit-lock deferred as an alternative to fast-but-im...

# Conflicts:
#	etc/NEWS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1dfc497fac Minor wording change in Introduction to Programming in Ema...
ff09b4eeac Fix 'flymake-show-diagnostics-buffer' when line numbers ar...
63e8d0ea87 Fix last changes describing mail commands
01212a762f Do setup Flymake in file-less Elisp buffers
36873ef2b2 Fix error message for ‘cl-struct-unknown-slot’ (bug#39995)
3f9310b0fe Fix and improve documentation of mail-related features
1482a75efa Fix build failure with Fx_gtk_debug
cf57663f2a Mention jit-lock deferred as an alternative to fast-but-im...

# Conflicts:
#	etc/NEWS
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/lispref/processes.texi (Network): Fix xref usage.</title>
<updated>2020-04-13T16:01:45+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-04-13T16:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d0b9cf876fa62e3584a062e123a87e28278782cf'/>
<id>d0b9cf876fa62e3584a062e123a87e28278782cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/emacs/msdos.texi (Windows Keyboard): Fix xref.</title>
<updated>2020-04-13T15:59:05+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-04-13T15:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3b4def8e60b82c11d7296aa78be5b49a20d846f5'/>
<id>3b4def8e60b82c11d7296aa78be5b49a20d846f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the new 'w32-get/set-ime-open-status' functions</title>
<updated>2020-04-13T13:33:57+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2020-04-13T13:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fc336a46553919206d9ac621d1ea5e9740477e18'/>
<id>fc336a46553919206d9ac621d1ea5e9740477e18</id>
<content type='text'>
* doc/emacs/msdos.texi (Windows Keyboard): Document
'w32-set-ime-open-status'.

* etc/NEWS: Announce the new IME-related functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/msdos.texi (Windows Keyboard): Document
'w32-set-ime-open-status'.

* etc/NEWS: Announce the new IME-related functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify documentation on inhibit-modification-hooks intended usage</title>
<updated>2020-04-13T10:15:13+00:00</updated>
<author>
<name>Štěpán Němec</name>
</author>
<published>2020-03-31T03:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f84aed5fd233d59196d942acfb67bb4051c69cf1'/>
<id>f84aed5fd233d59196d942acfb67bb4051c69cf1</id>
<content type='text'>
Cf. bug#40332 and the discussion at
https://lists.gnu.org/archive/html/emacs-devel/2020-03/msg00921.html

* doc/lispref/text.texi (Change Hooks):
* src/insdel.c (syms_of_insdel): Clarify the intended usage of
'inhibit-modification-hooks'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cf. bug#40332 and the discussion at
https://lists.gnu.org/archive/html/emacs-devel/2020-03/msg00921.html

* doc/lispref/text.texi (Change Hooks):
* src/insdel.c (syms_of_insdel): Clarify the intended usage of
'inhibit-modification-hooks'.
</pre>
</div>
</content>
</entry>
</feed>
