<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp, branch features/user-directory</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>user-file: Change &amp;optional OLD-NAME to &amp;rest OLD-NAMES</title>
<updated>2021-11-09T06:02:14+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-09T06:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=719e90b6dd7f122578358ac2a3f9b0a5cfba5612'/>
<id>719e90b6dd7f122578358ac2a3f9b0a5cfba5612</id>
<content type='text'>
* lisp/user-directory.el (user-file): Change &amp;optional OLD-NAME
argument into &amp;rest OLD-NAMES.  Significantly improve doc string.
(user-directory--find-old-name): Update for above change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/user-directory.el (user-file): Change &amp;optional OLD-NAME
argument into &amp;rest OLD-NAMES.  Significantly improve doc string.
(user-directory--find-old-name): Update for above change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix file permissions when creating user directory</title>
<updated>2021-11-08T03:23:34+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-08T03:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=854e313337d6b47a308af17b830f14901a8da974'/>
<id>854e313337d6b47a308af17b830f14901a8da974</id>
<content type='text'>
* test/lisp/user-directory-tests.el
(user-directory/creates-dir-if-missing): Fix typo.
* test/lisp/user-directory-tests.el
(user-directory/creates-dir-if-missing)
(user-directory-tests-user-file/creates-dir-if-missing)
(user-directory--find-or-create-dir/creates-directory): Test for
file permissions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/user-directory-tests.el
(user-directory/creates-dir-if-missing): Fix typo.
* test/lisp/user-directory-tests.el
(user-directory/creates-dir-if-missing)
(user-directory-tests-user-file/creates-dir-if-missing)
(user-directory--find-or-create-dir/creates-directory): Test for
file permissions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make user-file look in user-emacs-directory as well</title>
<updated>2021-11-08T03:23:24+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-08T03:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a8f39ac219b67220e45c159c15917c3ad6ad3ecf'/>
<id>a8f39ac219b67220e45c159c15917c3ad6ad3ecf</id>
<content type='text'>
* lisp/user-directory.el
(user-file): Look for old file name in `user-emacs-directory' as well.
(user-directory--find-old-name): New defun.
(user-directory--find-or-create-dir): Fix typo.
* test/lisp/user-directory-tests.el
(user-directory-tests-user-file/prefer-existing-in-emacs-dir): New
test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/user-directory.el
(user-file): Look for old file name in `user-emacs-directory' as well.
(user-directory--find-old-name): New defun.
(user-directory--find-or-create-dir): Fix typo.
* test/lisp/user-directory-tests.el
(user-directory-tests-user-file/prefer-existing-in-emacs-dir): New
test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Defer to startup.el for finding the config user-directory</title>
<updated>2021-11-07T19:15:19+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-07T19:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5c14f2efa3797279413d5d523e4be8c8ca2d49e5'/>
<id>5c14f2efa3797279413d5d523e4be8c8ca2d49e5</id>
<content type='text'>
* lisp/user-directory.el (user-directory) [config]: Defer to
startup.el.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/user-directory.el (user-directory) [config]: Defer to
startup.el.
</pre>
</div>
</content>
</entry>
<entry>
<title>New library user-directory.el</title>
<updated>2021-11-07T18:47:53+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-11-07T18:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6f137f29133aafd59bba3fd31777ca99189a87e5'/>
<id>6f137f29133aafd59bba3fd31777ca99189a87e5</id>
<content type='text'>
* lisp/user-directory.el: New file.
* test/lisp/user-directory-tests.el: New file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/user-directory.el: New file.
* test/lisp/user-directory-tests.el: New file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-28</title>
<updated>2021-11-07T17:06:24+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2021-11-07T17:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e'/>
<id>54fd811eecdd2ba5c1981c7b6c2108e4e2d2de5e</id>
<content type='text'>
7fdb2ae412 Add some unit tests for 'abbreviate-file-name'
21de5e7b2e Fix compilation MinGW warnings
54b726c815 ; * etc/PROBLEMS: More specific recipe for WebKit-related ...
d85cf33e49 Escape '%' in filenames to fix flymake warnings
6243a43ac2 Fix search string generation in nnimap-make-thread-query
f05b8a939b Update to Org 9.5-68-g77e2ec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
7fdb2ae412 Add some unit tests for 'abbreviate-file-name'
21de5e7b2e Fix compilation MinGW warnings
54b726c815 ; * etc/PROBLEMS: More specific recipe for WebKit-related ...
d85cf33e49 Escape '%' in filenames to fix flymake warnings
6243a43ac2 Fix search string generation in nnimap-make-thread-query
f05b8a939b Update to Org 9.5-68-g77e2ec
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `C-x 8 e e' work better in the terminal</title>
<updated>2021-11-07T15:59:22+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-11-07T15:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=50121247079cd1ce06f093391b744c8f3fee49d6'/>
<id>50121247079cd1ce06f093391b744c8f3fee49d6</id>
<content type='text'>
* lisp/international/emoji.el (emoji--adjust-displayable-1): Make
something rudimentary work on non-graphical Emacsen for `C-x 8 e e'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/international/emoji.el (emoji--adjust-displayable-1): Make
something rudimentary work on non-graphical Emacsen for `C-x 8 e e'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make emoji-describe really describe only the glyph under point</title>
<updated>2021-11-07T15:04:22+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-11-07T15:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3886c95d7ef20e40b5d3625d4650b89612f7efdd'/>
<id>3886c95d7ef20e40b5d3625d4650b89612f7efdd</id>
<content type='text'>
* lisp/international/emoji.el (emoji-describe): Only look at the
compositions under point (bug#51659).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/international/emoji.el (emoji-describe): Only look at the
compositions under point (bug#51659).
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't inhibit compilation of emoji.elc</title>
<updated>2021-11-07T14:31:40+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2021-11-07T14:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=42fd5f27898317dfc261dc57904750d7f65b97ea'/>
<id>42fd5f27898317dfc261dc57904750d7f65b97ea</id>
<content type='text'>
* lisp/international/emoji.el (emoji--generate-file): Further
obfuscate to not inhibit byte compilation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/international/emoji.el (emoji--generate-file): Further
obfuscate to not inhibit byte compilation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix C-r inside xwidget isearch</title>
<updated>2021-11-07T14:16:29+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2021-11-07T06:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=397bee1dc3d33d48abb3f6ab3483fa10b4d4ec1f'/>
<id>397bee1dc3d33d48abb3f6ab3483fa10b4d4ec1f</id>
<content type='text'>
* lisp/xwidget.el (xwidget-webkit-isearch-backward): Ask for previous
result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/xwidget.el (xwidget-webkit-isearch-backward): Ask for previous
result.
</pre>
</div>
</content>
</entry>
</feed>
