<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/progmodes, branch scratch/substitute-command-keys</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>* lisp/progmodes/ld-script.el: Use lexical-binding.</title>
<updated>2020-10-18T00:27:29+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-10-18T00:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f287fb45f574604f4e5cce1031cc6b73ddcccc3d'/>
<id>f287fb45f574604f4e5cce1031cc6b73ddcccc3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/progmodes/mixal-mode.el: Fix typos.</title>
<updated>2020-10-17T22:57:29+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-10-17T22:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=073e72e484ac1892f41b054182ab0d335bdb0d15'/>
<id>073e72e484ac1892f41b054182ab0d335bdb0d15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set jao@gnu.org as maintainer of mixal-mode.el</title>
<updated>2020-10-17T22:49:51+00:00</updated>
<author>
<name>Jose A Ortega Ruiz</name>
</author>
<published>2020-10-17T21:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3b5a43f3d732ab83208ec013dbfd431a8985159d'/>
<id>3b5a43f3d732ab83208ec013dbfd431a8985159d</id>
<content type='text'>
* lisp/progmodes/mixal-mode.el: Set jao@gnu.org as maintainer of
mixal-mode.el.  (Bug#44037)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/mixal-mode.el: Set jao@gnu.org as maintainer of
mixal-mode.el.  (Bug#44037)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lexical-binding in mixal-mode.el</title>
<updated>2020-10-17T22:49:51+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2020-10-17T13:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=20728195b6db9867ca5e79a7691520ff8be07ec3'/>
<id>20728195b6db9867ca5e79a7691520ff8be07ec3</id>
<content type='text'>
* lisp/progmodes/mixal-mode.el: Use lexical-binding.  (Bug#44037)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/mixal-mode.el: Use lexical-binding.  (Bug#44037)
</pre>
</div>
</content>
</entry>
<entry>
<title>mixal-mode: add missed instructions</title>
<updated>2020-10-17T15:59:21+00:00</updated>
<author>
<name>Jose A. Ortega Ruiz</name>
</author>
<published>2020-10-16T17:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9513aa8f48dce2b0ecc4b0f40a0b9211d978b056'/>
<id>9513aa8f48dce2b0ecc4b0f40a0b9211d978b056</id>
<content type='text'>
Synchronises with latest released GNU MDK 1.2.11

* mixal-mode.el (mixal-operation-codes-alist):
  Add missed instructions: SLB,SRB,JAE,JAO,JXE,JXO
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Synchronises with latest released GNU MDK 1.2.11

* mixal-mode.el (mixal-operation-codes-alist):
  Add missed instructions: SLB,SRB,JAE,JAO,JXE,JXO
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix narrow-to-defun in f90-mode</title>
<updated>2020-10-17T07:43:02+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-10-17T07:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6d0b2a60f6e3b20c807ae17f4afe8a327bea584b'/>
<id>6d0b2a60f6e3b20c807ae17f4afe8a327bea584b</id>
<content type='text'>
* lisp/progmodes/f90.el (f90-beginning-of-subprogram): Make
narrow-to-defun work better (bug#44042).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/f90.el (f90-beginning-of-subprogram): Make
narrow-to-defun work better (bug#44042).
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/progmodes/python.el: Teach f-strings to `font-lock`</title>
<updated>2020-10-16T18:03:59+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2020-10-16T18:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3b3274a85c2f5df21d76d82e0d7740005aa84fdf'/>
<id>3b3274a85c2f5df21d76d82e0d7740005aa84fdf</id>
<content type='text'>
(python--f-string-p, python--font-lock-f-strings): New functions.
(python-font-lock-keywords-maximum-decoration): Use them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(python--f-string-p, python--font-lock-f-strings): New functions.
(python-font-lock-keywords-maximum-decoration): Use them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some references to the microdocs in the comments in cperl-mode</title>
<updated>2020-10-15T15:10:41+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-10-15T15:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c7b952c45c4aab86b8039c22dc95c4be8782a9e6'/>
<id>c7b952c45c4aab86b8039c22dc95c4be8782a9e6</id>
<content type='text'>
* lisp/progmodes/cperl-mode.el: Tell the people reading the
comments how to read the docs explicitly (bug#1621).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/cperl-mode.el: Tell the people reading the
comments how to read the docs explicitly (bug#1621).
</pre>
</div>
</content>
</entry>
<entry>
<title>Search harder for file name matches in *compilation* buffers</title>
<updated>2020-10-15T14:47:44+00:00</updated>
<author>
<name>David Engster</name>
</author>
<published>2020-10-15T14:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5f53a49d48df8c637904fdc2b5e58ab900a1a327'/>
<id>5f53a49d48df8c637904fdc2b5e58ab900a1a327</id>
<content type='text'>
* lisp/progmodes/compile.el (compilation-find-file): Use it (bug#14411).
(compilation-search-all-directories): New variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/compile.el (compilation-find-file): Use it (bug#14411).
(compilation-search-all-directories): New variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `C-x C-e' work more like `C-M-x' on defvar etc</title>
<updated>2020-10-15T14:26:45+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2020-10-15T14:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c6ecf6428e8d4848a633782ed0605ddbacfcebee'/>
<id>c6ecf6428e8d4848a633782ed0605ddbacfcebee</id>
<content type='text'>
* doc/emacs/building.texi (Lisp Eval): Document it.

* lisp/emacs-lisp/pp.el (pp-eval-last-sexp): Ditto.

* lisp/progmodes/elisp-mode.el (elisp--eval-last-sexp): Work more
like `eval-defun': Re-evaluate defvar/defcustom/defface forms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/building.texi (Lisp Eval): Document it.

* lisp/emacs-lisp/pp.el (pp-eval-last-sexp): Ditto.

* lisp/progmodes/elisp-mode.el (elisp--eval-last-sexp): Work more
like `eval-defun': Re-evaluate defvar/defcustom/defface forms.
</pre>
</div>
</content>
</entry>
</feed>
