Ruby and Emacs support problem

2003-09-29 Thread wcrowshaw
Hi, I'm trying to install ruby support into xemacs21. I installed the ruby-elisp package and I still don't have ruby support in emacs. Has anyone experienced this problem? Should I have installed another package? Any help would be GREATLY appreciated! -- wcrowshaw -- To U

Is this a locales error?

2002-12-28 Thread wcrowshaw
I keep getting this error when I run man and perl. Its started after a rather messy upgrade from potato to woody using the cdrom images. I tried running dpkg-reconfigure locales and setting the correct setting, but I still get these errors. So far they haven't caused any problems, but I would lik

[Howto?]invoking fetchmail upon ppp connection...

2001-02-23 Thread wcrowshaw
script for fetchmail and place it in /etc/ppp/ip-up.d So I wrote this script, but it doesn't work. #!/bin/sh if [ -x /usr/bin/fetchmail]; then /usr/bin/fetchmail --fetchmailrc /home/wcrowshaw/.fetchmailrc fi It fails because the .fetchmailrc is not 'owned' by the process that c