Perl in shell with portable Emacs installation
2010-06-05 15:20:47 GMT
I'm usually a Mac/Linux user, but since all the computers at my workplace are PCs running Windows XP, I'm trying to build a fully integrated, self-sufficient Emacs system on a USB key. (I don't have, and can't have, admin rights on these computers and they are bios-locked so installing new software or booting from a LiveUSB Linux ddistribution is out of the question). So far I have a portable install on my usb key with : - GNU Emacs 23.1 for Windows - Portable MikTex install - GSView and SumatraPDF - R - sqlite3 and my Emacs works for LateX writing with AucTeX, statistical analysis in R and database management. I sometimes need to use perl scripts with my LaTeX files, for example for counting words. This is where I run into problems : on my mac or linux machines, I invoke a shell buffer with M-!, type my perl commands and all is well. However, when I do this on the windows USB install, I get "the perl interpreter couldn't be found", and no results. I also can't use any unix commands (grep, patch, etc...) I've tried installing cygwin 1.7 for the unix tools, and Strawberry Perl Portable for perl, but I can't figure out how to link them to emacs. I guess it's only a path problem, but all the info I've found on the internet relates to "static" (ie on a given computer) installations and I couldn't(Continue reading)
RSS Feed