I can invoke aquamacs from OSX iterm command line no problem.
aquamacs myfile.txt works as expected.
However passing it a line number to open at does not work:
aquamacs +22 myfile.txt also opens a new file called "+22" !!
How do I open a file at a particular line number?
e.g with vi you can do vi +23 myfile.txt to open the file at
line 23
I believe this is not supported by aquamacs. The command line aquamacs can only take in one argument which is the file name, and this is why you are creating a new file called "+22" when you do
aquamacs +22 myfile.txt.You may find this helpful.