Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File pager #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

File pager #7

wants to merge 4 commits into from

Conversation

gkeramidas
Copy link

Added support for running emacs-pager FILE1 FILE2 ... so that one can run e.g.:

emacs-pager .bashrc .vimrc

and have emacsclient spawn twice, once for every file. Running one emacsclient instance which opens all files at once may also be nice as a later improvement.

Giorgos Keramidas and others added 4 commits March 18, 2015 22:02
Using the "with tempfile() as f" construct ensures that the
temp file is not left around, even if we exit the scope that
uses it because of a keyboard interrupt or other exception.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant