Anders Lindgren
Anders Lindgren
OK, done. Please let me know if this works for you. / Anders
Hi! > This filtered out the header line altogether... > > Seems to work with some packages, I'll look into this when I get a bit > more time. Could...
Unfortunately, it's not that simple... There are a lot of package names that won't work well when the individual words are capitalised. Just from my own collection of packages, "e2ansi"...
Hi! Interesting -- I didn't know about the "--" option. I will take a look at at and see if it something I can use. When I wrote e2ansi, I...
Hi! In my opinion, it's Emacs fault for not providing options to make this work in a normal unix environment. Ruby, Perl, and Python do, so it's not rocket science....
> Ah, I see. Another option would be an alternate executable name (say, > elisp). That would make #!/usr/bin/env elisp possible on any system, as #!/usr/bin/env > emacs --SCRIPT still...
Hi! I have been thinking about using emacs in deamon mode, but at this point in time it's only an idea. Before this becomes reality there are several technical issues...
For many reasons... To start with, in elisp you can't simply pack expressions on top of each other. You have to use `progn` or some other construct that group expressions...
Hi, Good that you got it working! It's a good start, however, there are lots of things left to do like using a dedicated Emacs, using a different port than...
Hi! This sounds like a good idea. This package is hard to install since it requires both the Emacs and shell parts to be added to the user setup. Unfortunately,...