<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch scratch/fido-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>Document fido-mode</title>
<updated>2019-11-05T18:04:20+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2019-11-05T18:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2b0f589134d9427a96ab8cf0d8473715740984ef'/>
<id>2b0f589134d9427a96ab8cf0d8473715740984ef</id>
<content type='text'>
* doc/emacs/buffers.texi (Icomplete): Document Fido Mode.

* etc/NEWS: Mention Fido Mode.

* lisp/icomplete.el (icomplete-mode): Ensure fido-mode is off.
(fido-mode): Ensure icomplete-mode is off.
(icomplete-magic-ido-ret): Don't force completions if no
completions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/buffers.texi (Icomplete): Document Fido Mode.

* etc/NEWS: Mention Fido Mode.

* lisp/icomplete.el (icomplete-mode): Ensure fido-mode is off.
(fido-mode): Ensure icomplete-mode is off.
(icomplete-magic-ido-ret): Don't force completions if no
completions.
</pre>
</div>
</content>
</entry>
<entry>
<title>New fido-mode, emulates ido-mode with icomplete-mode</title>
<updated>2019-11-03T13:14:43+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2019-11-03T13:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=162979590d04a7d2fe0d980958d3da4b2940e69a'/>
<id>162979590d04a7d2fe0d980958d3da4b2940e69a</id>
<content type='text'>
* lisp/icomplete.el (icomplete-fido-mode-map): New variable.
(icomplete--fido-mode-setup): New function.
(fido-mode): New global minor mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/icomplete.el (icomplete-fido-mode-map): New variable.
(icomplete--fido-mode-setup): New function.
(fido-mode): New global minor mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow flymake diagnostic types to have shorter names</title>
<updated>2019-11-02T16:38:53+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2019-11-02T16:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=adb5f45d7bc4612916a5b8e4bd2b92d49119b57a'/>
<id>adb5f45d7bc4612916a5b8e4bd2b92d49119b57a</id>
<content type='text'>
Eglot, a third-party package which uses Flymake, has its own
diagnostic types such as 'eglot-error', 'eglot-warning', etc...  While
not being too long, they will not fit in the type column of the "list
all diagnostics" buffer.  This commit allows diagnostic types to have
user-defined names and also assigns names to the default categories.

* doc/misc/flymake.texi (Flymake error types): Describe
flymake-type-name prop.

* lisp/progmodes/flymake.el (flymake--diagnostics-buffer-entries):
Use type names.
(flymake-error, flymake-warning, flymake-note): Give these
diagnostic categories default type names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eglot, a third-party package which uses Flymake, has its own
diagnostic types such as 'eglot-error', 'eglot-warning', etc...  While
not being too long, they will not fit in the type column of the "list
all diagnostics" buffer.  This commit allows diagnostic types to have
user-defined names and also assigns names to the default categories.

* doc/misc/flymake.texi (Flymake error types): Describe
flymake-type-name prop.

* lisp/progmodes/flymake.el (flymake--diagnostics-buffer-entries):
Use type names.
(flymake-error, flymake-warning, flymake-note): Give these
diagnostic categories default type names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid face clashes between Flymake and region highlighting</title>
<updated>2019-11-02T16:16:14+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2019-11-02T16:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=455e753a2b8fa2e83d23be1771f3371ba90b85f9'/>
<id>455e753a2b8fa2e83d23be1771f3371ba90b85f9</id>
<content type='text'>
Fix bug#34022.

* lisp/progmodes/flymake.el (flymake--highlight-line): Use
(PRIMARY . SECONDARY) priority value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug#34022.

* lisp/progmodes/flymake.el (flymake--highlight-line): Use
(PRIMARY . SECONDARY) priority value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify consequences of mismatching Flymake diagnostic buffers</title>
<updated>2019-11-02T15:56:19+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2019-11-02T15:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b32c4d7bac8e0b3642d8ad90ee40a44466e29aad'/>
<id>b32c4d7bac8e0b3642d8ad90ee40a44466e29aad</id>
<content type='text'>
Fix bug#34418.

* doc/misc/flymake.texi (Flymake utility functions): Add note to
flymake-make-diagnostic.

* lisp/progmodes/flymake.el (flymake--handle-report): Discard
diagnostics from other buffers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug#34418.

* doc/misc/flymake.texi (Flymake utility functions): Add note to
flymake-make-diagnostic.

* lisp/progmodes/flymake.el (flymake--handle-report): Discard
diagnostics from other buffers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Further fixup of the previous doc fix in the Faces node</title>
<updated>2019-11-02T15:05:42+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-11-02T15:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3937c9f6e23b92ed5d7e6d42b8bf00101628af00'/>
<id>3937c9f6e23b92ed5d7e6d42b8bf00101628af00</id>
<content type='text'>
* doc/lispref/display.texi (Faces): Improve wording from previous
change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/display.texi (Faces): Improve wording from previous
change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Make the debbugs groups also include robot messages"</title>
<updated>2019-11-02T14:37:14+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-11-02T14:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c2e77ff89a9fdb8af2c36e9692f01bb9e1fe512d'/>
<id>c2e77ff89a9fdb8af2c36e9692f01bb9e1fe512d</id>
<content type='text'>
This reverts commit 682eae776efa9d57842345de67becf5c56cafc91.

The change made the bug# disappear from the Subject lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 682eae776efa9d57842345de67becf5c56cafc91.

The change made the bug# disappear from the Subject lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>CC Mode.  Fix slow scrolling by adding a search limit.</title>
<updated>2019-11-02T13:03:50+00:00</updated>
<author>
<name>Alan Mackenzie</name>
</author>
<published>2019-11-02T13:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ec16dd1a1e0cc4c315fb57f8720083aabfd434e5'/>
<id>ec16dd1a1e0cc4c315fb57f8720083aabfd434e5</id>
<content type='text'>
This fixes bug #10149.

* lisp/progmodes/cc-fonts.el (c-font-lock-single-decl) Limit the search by
c-go-up-list-backwards to 500 non-literal characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes bug #10149.

* lisp/progmodes/cc-fonts.el (c-font-lock-single-decl) Limit the search by
c-go-up-list-backwards to 500 non-literal characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct merge blunder in last icomplete commit</title>
<updated>2019-11-02T11:10:04+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2019-11-02T11:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6911ef3da69333cb7adc1a7fb0a0fc001220a0c4'/>
<id>6911ef3da69333cb7adc1a7fb0a0fc001220a0c4</id>
<content type='text'>
* lisp/icomplete.el (icomplete-exhibit): Use
while-no-input-ignore-events.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/icomplete.el (icomplete-exhibit): Use
while-no-input-ignore-events.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document Windows font selection quirks</title>
<updated>2019-11-02T10:50:27+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2019-11-02T10:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=996e08b05f6f29d2e80db1c3f23a749fe70eb6ae'/>
<id>996e08b05f6f29d2e80db1c3f23a749fe70eb6ae</id>
<content type='text'>
* doc/emacs/msdos.texi (Windows Fonts): Document
'w32-use-w32-font-dialog' and 'w32-fixed-font-alist'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/msdos.texi (Windows Fonts): Document
'w32-use-w32-font-dialog' and 'w32-fixed-font-alist'.
</pre>
</div>
</content>
</entry>
</feed>
