Christoffer Kjølbæk I have a blog, therefore I am…

31May/070

aardvark, hehe

21May/070

PHP highlight bug in jEdit

For a long time, I have been experiencing a bug in the PHP highlightning in jEdit. The problem is when writting something like

$foo = "bar\"";

the highlightning ignores \" and start looking for the ending of the "".

This page gives the answer to my problem.

In Ubuntu Feisty Fawn, with jEdit installed with the Java-installer, the file is here:

/usr/local/share/jedit/4.3pre9/modes/php.xml

Tagged som: , Ingen kommentarer
20May/070

duplicity under Ubuntu Feisty Fawn

UPDATE (22. May 2007): It seems that duplicity don't work with SSH at all :( The problem is a call to sftp, that don't work.
The problem is, that cd in the below isn't executed, only ls -1 is, which give the content of the users home directory.

'echo -e 'cd /path/to/the/backup/directory
ls -1' | sftp -b - user@some.serer.com'