<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch scratch/project-switching</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>Some copy edits</title>
<updated>2020-05-18T22:27:37+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2020-05-18T22:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3fc52bcfcaa416b1958c63e8876c5e45dc05e99d'/>
<id>3fc52bcfcaa416b1958c63e8876c5e45dc05e99d</id>
<content type='text'>
* doc/emacs/maintaining.texi (Switching Projects)
(Project File Commands): Copy edits.

* etc/NEWS: Same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/maintaining.texi (Switching Projects)
(Project File Commands): Copy edits.

* etc/NEWS: Same.
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach project-current to inhibit the prompt</title>
<updated>2020-05-18T22:00:43+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2020-05-18T22:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a4f22ab4abac304b4ec476714ca98c76a3427d56'/>
<id>a4f22ab4abac304b4ec476714ca98c76a3427d56</id>
<content type='text'>
* lisp/progmodes/project.el:
(project-current-inhibit-prompt): New variable.
(project-current, project-switch-project): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el:
(project-current-inhibit-prompt): New variable.
(project-current, project-switch-project): Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the Emacs manual with recent project.el changes</title>
<updated>2020-05-18T19:20:10+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2020-05-18T16:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=47eac3f87ef153147b2aa7e63153aa02f68d4a62'/>
<id>47eac3f87ef153147b2aa7e63153aa02f68d4a62</id>
<content type='text'>
* doc/emacs/maintaining.texi (Projects): Add a menu.
(Project File Commands): New subsection describing project file
commands (moved here from 'Working with Projects').  Describe the new
commands 'project-dired' and 'project-eshell'.
(Switching Projects): New subsection.

* etc/NEWS: Mention project.el changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/maintaining.texi (Projects): Add a menu.
(Project File Commands): New subsection describing project file
commands (moved here from 'Working with Projects').  Describe the new
commands 'project-dired' and 'project-eshell'.
(Switching Projects): New subsection.

* etc/NEWS: Mention project.el changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename 'project-switch-menu' to 'project-switch-commands'</title>
<updated>2020-05-17T11:54:32+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2020-05-17T11:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9dd2cf040c4f43e086b62e57ae24629a8691627b'/>
<id>9dd2cf040c4f43e086b62e57ae24629a8691627b</id>
<content type='text'>
* lisp/progmodes/project.el (project-switch-commands): Rename from
'project-switch-menu'.
(project--keymap-prompt, project-switch-project): Update after the
renaming.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el (project-switch-commands): Rename from
'project-switch-menu'.
(project--keymap-prompt, project-switch-project): Update after the
renaming.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify 'project--keymap-prompt' a bit</title>
<updated>2020-05-17T06:52:38+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2020-05-17T06:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8f891ebf15f9bcc002746f4383a385c3530408c0'/>
<id>8f891ebf15f9bcc002746f4383a385c3530408c0</id>
<content type='text'>
* lisp/progmodes/project.el: Remove seq requirement.
(project--keymap-prompt): Simplify with 'mapconcat'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el: Remove seq requirement.
(project--keymap-prompt): Simplify with 'mapconcat'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn project switch menu var into a public alist</title>
<updated>2020-05-16T07:59:02+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2020-05-16T07:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e835704b558155c6e03ba6d8d6c1a4e4f8a2c337'/>
<id>e835704b558155c6e03ba6d8d6c1a4e4f8a2c337</id>
<content type='text'>
* lisp/progmodes/project.el: Require seq.
(project--switch-alist): Remove in favor of the public
'project-switch-menu'.
(project-add-switch-command): Remove; not needed now that
'project-switch-menu' is a public alist.
(project-switch-menu): New variable mapping keys to project switching
menu entries.
(project--keymap-prompt, project-switch-project): Adjust to the new
'project-switch-menu' format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el: Require seq.
(project--switch-alist): Remove in favor of the public
'project-switch-menu'.
(project-add-switch-command): Remove; not needed now that
'project-switch-menu' is a public alist.
(project-switch-menu): New variable mapping keys to project switching
menu entries.
(project--keymap-prompt, project-switch-project): Adjust to the new
'project-switch-menu' format.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change dispatch binding of 'project-find-regexp'</title>
<updated>2020-05-16T07:58:49+00:00</updated>
<author>
<name>Simen Heggestøyl</name>
</author>
<published>2020-05-16T07:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f3574e44d91fb9aa68c21e3fdbe8f25f83d24428'/>
<id>f3574e44d91fb9aa68c21e3fdbe8f25f83d24428</id>
<content type='text'>
* lisp/progmodes/project.el: Change default dispatch binding of
'project-find-regexp' to 's'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el: Change default dispatch binding of
'project-find-regexp' to 's'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate project-switch-project with project-find-regexp</title>
<updated>2020-05-12T01:20:26+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2020-05-12T01:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=90a749bde29bb417ed2cc4e4501ea5ebe9c8b435'/>
<id>90a749bde29bb417ed2cc4e4501ea5ebe9c8b435</id>
<content type='text'>
* lisp/progmodes/project.el:
(project-find-regexp): Add to the list of 'switch' commands.
(project-switch-project): Use call-interactively so that the
former can read its arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el:
(project-find-regexp): Add to the list of 'switch' commands.
(project-switch-project): Use call-interactively so that the
former can read its arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move project-dired and project-eshell higher</title>
<updated>2020-05-12T01:17:48+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2020-05-12T01:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9cfc9c988abcb210f1d0a9f7b7c2fc7d7071a3a8'/>
<id>9cfc9c988abcb210f1d0a9f7b7c2fc7d7071a3a8</id>
<content type='text'>
* lisp/progmodes/project.el:
(project-dired, project-eshell): Move higher in the file,
according to their universal utility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el:
(project-dired, project-eshell): Move higher in the file,
according to their universal utility.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use an alist instead of a keymap</title>
<updated>2020-05-12T01:13:48+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2020-05-12T01:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ac837ee5ccaaafd2936446ad7b2b723c429fc965'/>
<id>ac837ee5ccaaafd2936446ad7b2b723c429fc965</id>
<content type='text'>
* lisp/progmodes/project.el:
(project--switch-alist): New variable to use instead of
project-switch-keymap, which remove.  Update all references.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/project.el:
(project--switch-alist): New variable to use instead of
project-switch-keymap, which remove.  Update all references.
</pre>
</div>
</content>
</entry>
</feed>
