Skip to main content

Questions tagged [invocation]

0 votes
1 answer
508 views

I'm putting together a presentation that involves some live demos in the terminal. In one of the demos, I run a shell script that takes an input file, runs it through an Awk script, and generates a ...
ivan's user avatar
  • 2,008
4 votes
1 answer
1k views

Context / initial need (works fine) I wrote and use a script that generates a file and uses emacsclient to edit it in an existing or new instance of emacs, in a new window. Similar to Set up Emacs ...
Stéphane Gourichon's user avatar
13 votes
3 answers
5k views

I would like to launch emacs to ediff either files or directories. For example, I'd like something like: emacs -f ediff-files file1 file2 But when I do this, it doesn't take file1 and file2 as the ...
Madeleine P. Vincent's user avatar
2 votes
1 answer
114 views

There command-line option -e behaves similar to the --eval option, but yet it is not the same. For example, of these two invocations, only the first one works: emacs --eval '(global-linum-mode)' ...
nispio's user avatar
  • 8,415