<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/ffap.el, branch show</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>; Add 2024 to copyright years</title>
<updated>2024-01-02T01:47:10+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-01-02T01:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8e1c56ae46754dd7baedff49a464f078f0e9912d'/>
<id>8e1c56ae46754dd7baedff49a464f078f0e9912d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/ffap.el (ffap-rfs-regexp): Fix :type (bug#65698).</title>
<updated>2023-09-02T12:01:23+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-09-02T12:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=524c0c34f245440e45f3672b35b32e529cbb5c2a'/>
<id>524c0c34f245440e45f3672b35b32e529cbb5c2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Add 2023 to copyright years.</title>
<updated>2023-01-01T10:31:12+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-01-01T10:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cae528457cb862dc886a34240c9d4c73035b6659'/>
<id>cae528457cb862dc886a34240c9d4c73035b6659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Further ffap-read-file-or-url tweaks</title>
<updated>2022-09-20T10:39:29+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-09-20T10:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=34186fb365f4d1b4e7368aa051f469bc74498730'/>
<id>34186fb365f4d1b4e7368aa051f469bc74498730</id>
<content type='text'>
* lisp/ffap.el (ffap-read-file-or-url): Make this work for URLs
again if you're using `ido-everywhere' (bug#57943).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/ffap.el (ffap-read-file-or-url): Make this work for URLs
again if you're using `ido-everywhere' (bug#57943).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ffap-file-finder work again</title>
<updated>2022-09-06T10:24:32+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2022-09-06T10:24:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9f3f7f1ec4fdb7152ec5edd5313924fb3575d44f'/>
<id>9f3f7f1ec4fdb7152ec5edd5313924fb3575d44f</id>
<content type='text'>
* lisp/ffap.el (find-file-at-point): Allow people to set
ffap-file-finder again (bug#50279).

* lisp/ido.el (ido-everywhere): Add an interstitial to fulfil
ffap-file-handler semantics.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/ffap.el (find-file-at-point): Allow people to set
ffap-file-finder again (bug#50279).

* lisp/ido.el (ido-everywhere): Add an interstitial to fulfil
ffap-file-handler semantics.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make point-at-eol and point-at-bol obsolete</title>
<updated>2022-08-23T02:54:57+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-08-23T02:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b7e867b841f47dcff3aeaef9b5608a237386ce70'/>
<id>b7e867b841f47dcff3aeaef9b5608a237386ce70</id>
<content type='text'>
* lisp/subr.el (point-at-eol, point-at-bol): Make XEmacs compat
aliases obsolete in favor of `pos-bol'/'line-beginning-position' or
'pos-eol'/'line-end-position'.  Update callers.
Ref: https://lists.gnu.org/r/emacs-devel/2022-08/msg00853.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/subr.el (point-at-eol, point-at-bol): Make XEmacs compat
aliases obsolete in favor of `pos-bol'/'line-beginning-position' or
'pos-eol'/'line-end-position'.  Update callers.
Ref: https://lists.gnu.org/r/emacs-devel/2022-08/msg00853.html
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/ffap.el: Comment cleanup.</title>
<updated>2022-07-30T09:36:36+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-07-29T12:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a109cdc8f25c820626a332da7a747601b62032a7'/>
<id>a109cdc8f25c820626a332da7a747601b62032a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ffap-newfile-prompt obsolete</title>
<updated>2022-07-30T09:36:36+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-07-29T11:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ecfac493fa21deef5fb694028782eace56afc87e'/>
<id>ecfac493fa21deef5fb694028782eace56afc87e</id>
<content type='text'>
* lisp/ffap.el (ffap-newfile-prompt): Obsolete in favor of
'find-file-not-found-functions'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/ffap.el (ffap-newfile-prompt): Obsolete in favor of
'find-file-not-found-functions'.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/ffap.el (ffap-url-regexp): Add gemini.</title>
<updated>2022-07-30T09:36:36+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-07-29T08:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fc79bb6ffc90d68b450b8be88ce5c69429fcc275'/>
<id>fc79bb6ffc90d68b450b8be88ce5c69429fcc275</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert ffap comments to tests</title>
<updated>2022-07-28T13:07:34+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2022-07-28T12:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b8fdef7aa65f5b1d2eeb726ff1627d9e169c2b3a'/>
<id>b8fdef7aa65f5b1d2eeb726ff1627d9e169c2b3a</id>
<content type='text'>
* test/lisp/ffap-tests.el (ffap-file-remote-p, ffap-machine-p):
New tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/ffap-tests.el (ffap-file-remote-p, ffap-machine-p):
New tests.
</pre>
</div>
</content>
</entry>
</feed>
