Emacs runs fine on a standalone machine. Now I'm in what VMS would call a clustered environment but it's Win XP-pro running in a domain. I can log in on any of...
... domain is a very poor man cluster! ... Then it found the library to load emacs_profile.ml. For some reason it cannot load a second mlisp file. Do you have...
Installing emacs in a share did the trick. When I login to any machine, I can use emacs. I'm doing some work with Verilog. Is there a Verilog mode somewhere? ...
yahoo seems to be suffering from yet another spam onslaught. i've changed this group so that messages from new members are moderated. jack the fast gorilla...
Assuming this list is still alive... I just installed bemacs on FC5 and was wondering where the emacsinit.ml should go, or how paths are determined under ...
i'm trying to get titles of text that looks something like this: <title id="v9290060">My title here</title> the following search works beautifully and leaves...
You stopped with "<title[^>]*" before '>' Maybe this will work: (re-search-forward "<title[^>]*[>]\\([^<]*\\)") (region-around-match 1) Valery ... Send instant...
You stopped with "<title[^>]* " before '>' Maybe this will work: (re-search-forward "<title[^>]* [>]\\([^< ]*\\)") (region-around- match 1) Valery ... Best...
Barry, most of the systems I use are Debian based. I attempted to use the Red Hat 9 version, but the libraries are so out of date that the conversion to...
I also tried the FC3 version and got similar results: </home/masinick/.kpackage/bemacs-7.2-246.fc3.i386.rpm';echo RESULT=$? error: Failed dependencies: /bin/sh...
ah! superb! i really miss abbrev. as for the kit... i have absolutely no idea. i'm using kubuntu, so what i did to get a kit was: alien --to-deb -scripts...
... bar. ... Hi Barry, If the bug and its associated fix impacts the Windows version, could you be persuaded to make a new Windows version? In any event,...
... Well I got the moment but the build and testing is taking a bit longer then I expected. I'm planning to release: * Windows kit * Mac kits for PowerPC and...
i took the .rpm and converted to .deb: sudo alien -k --scripts bemacs-7.3-152.i386.rpm i then installed the .deb: sudo dpkg -i bemacs_7.3-152_i386.deb (Reading...
whoops! no, that was wrong. i installed the new version on top of the new version. my apologies for the confusion. when i go back to the old kit it's working...
the windows kit is working ok, at least for the 5 mins i've tried it. i see from the notes that you have disabled python integration. i use the python from...
... I'm trapped at python2.3 version because the later ones need a newer Visual C compile that does not have MFC that is needed to compile Bemacs. I'll look at...
that would be great too. i have no problems with using python 2.3. and, in fact, that's what i use because emacs works with python 2.3 :) thanks jack...