I just installed Fedora 3 which uses X.org X11: /etc/X11/xorg.conf as the configuration file. Any idea on how to add bemacs customization to xorg.conf? Wayne...
... You are looking in the wrong place. Its not Xorg that is the problem it is the way that the session is started. I dig into the session startup files to...
I thought this problem was solved once before. Whenever I change the colors in the preference menu, it seems to revert all my printing settings back to default...
Wayne, Sorry for the delay in replying. You have found a long standing bug in the option code. Changing colours will reset print options. I've fixed the...
Hi all, this is outside BEmacs but maybe I may ask this anyway...? I just got an XP machine and installed BEmacs. The filetypes associated with BEmacs (.c,...
You should be able to go to windows explore, tools -> file types click on advanced and select the icon. If it does not show up, the painful approach is to...
i've just noticed that the forum now has 119 members. and, just to bore you a little further, i realised recently that i've now been using barry's emacs for 20...
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...