Search the web
Sign In
New User? Sign Up
jasspa · JASSPA's MicroEmacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 979 - 1008 of 2512   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
979
1st February 2004. Keeping you up to date with the 2004 release. We originally stated that the next release would be available at the end of January....
Jon Green
bigfatmrmoose
Offline Send Email
Feb 1, 2004
5:16 pm
980
Hello, I am just writing some javascript inside xml-files . I am programming html-components for Mozilla and IE. I observed that the javascript support inside...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Feb 2, 2004
11:03 am
981
Hi all. I have downloaded unix fonts from http://www.tomasek.cz/semtel/download/fonts.zip, and I can't get them to work in ME. I can get them to work on other...
first last
prelude_2_mu...
Offline Send Email
Feb 3, 2004
5:40 pm
982
... Works OK for me ? Install the fonts into Windows using:- Start->settings->control panel->Fonts File->Install .... Once installed then select from ...
Jon Green
jnaught@...
Send Email
Feb 3, 2004
6:11 pm
983
I am using XP (unluckily, I can't choose). I install the fonts from the fonts settings in the start menu and then go to "user-setup/platform/choose font. The...
first last
prelude_2_mu...
Offline Send Email
Feb 4, 2004
9:31 am
984
I'm not certain how to say this, but on Monday cowgar.com was successfully broken into by a hacker who subsequently gained root access to the server that...
Jeremy Cowgar
jc@...
Send Email
Feb 4, 2004
2:44 pm
985
... I can't get it to work, either -- running 04/01/01 under Win2kSP3. When I select a font using the User Setup panel, it briefly uses it and resizes the...
Thomas Hundt
thundt
Offline Send Email
Feb 4, 2004
4:33 pm
986
Hello Jeremy, that's really a pitty and a reason more for me to stay at my `one file = one wiki' approach with tclkits wikit. A backup ist just copying of that...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Feb 5, 2004
11:08 am
987
... Well, it's actually as simple as doing something like ssh user@host -c "mysqldump microemacs" > microemacs.sql however, I thought all that was being done...
Jeremy Cowgar
jc@...
Send Email
Feb 5, 2004
3:43 pm
988
RC4 is now available from www.jasspa.com. http://www.jasspa.com/down0401.html...
jasspa
Offline Send Email
Feb 6, 2004
7:33 pm
989
... Wish you had mentioned this before could have investigated it. Try RC4 which is now available. Suggest that you do not inherit your registry file (erf) if...
Jon Green
bigfatmrmoose
Offline Send Email
Feb 6, 2004
8:20 pm
990
... Thanks for the new release. Just a quick note, the 'build' file is missing from the jasspa-mesrc-20040206.tar.gz archive. Regards, Ferenc Deak...
Deak Ferenc
deakfeco@...
Send Email
Feb 6, 2004
11:03 pm
991
... Thanks, Yes I have fixed this - you must have turned up 'early'. Sorry about that, it is fixed now - attached just in case anybody missed it. Jon. ...
Jon Green
bigfatmrmoose
Offline Send Email
Feb 6, 2004
11:45 pm
992
What's this new function "frame-handle" suddenly bound to C-x 5? (Not in help.) I'm sure it's something super-exciting... ;-) -Th -- Thomas Hundt...
Thomas Hundt
thundt
Offline Send Email
Feb 9, 2004
5:45 pm
993
... Opps, drop off on my behalf, not documented. C-x 5 0 delete-frame C-x 5 1 create-frame (internal) C-x 5 2 create-frame (external) C-x 5 o next-frame C-x 3...
Jon Green
bigfatmrmoose
Offline Send Email
Feb 9, 2004
8:03 pm
994
RC4 issues. I've just discovered that the Sun Solaris (sparc) 5.6 image does not run correctly under Solaris 9 (and I assume 8). There is a problem with the...
Jon Green
bigfatmrmoose
Offline Send Email
Feb 9, 2004
10:46 pm
995
I am afraid the fonts still don't work, I still get exactly the same behaviour :( ... Opps, drop off on my behalf, not documented. C-x 5 0 delete-frame C-x 5 1...
first last
prelude_2_mu...
Offline Send Email
Feb 10, 2004
11:23 am
996
I would like to replace a text string with another inside the entire directory. ME should recursse into all sub-directories and find all *.[hHcC]* files and...
salmankhilji
Offline Send Email
Feb 10, 2004
7:34 pm
997
... Well running on UNIX then you can do the following (query-)replace-all-string Replace all: AAA Replace [AAA] with: BBB In Files: *.cpp */*.cpp */*/*.cpp...
Jon Green
bigfatmrmoose
Offline Send Email
Feb 10, 2004
8:00 pm
998
There are two other solutions to solving this problem and which one to use depends on the scale of the replacing: 1) For a small number of replacements I tend...
Steven Phillips
bill@...
Send Email
Feb 10, 2004
11:56 pm
999
Greetings, I am creating a new language mode for Erlang (http://www.erlang.org) and I am having a bit of troubles with the indentation. Here are a few examples...
cp200205
Online Now Send Email
Feb 11, 2004
12:08 am
1000
Ok, I figured some things out after playing for a while, but I am still having just 1 problem. Here's the code block: say_bye() -> ....case what_name(fun () ->...
cp200205
Online Now Send Email
Feb 11, 2004
2:17 am
1001
... 0 indent .hilight.erl 0 10 indent .hilight.erl n "->" 4 indent .hilight.erl n "case" 4 indent .hilight.erl o "end" -4 indent .hilight.erl n...
Jon Green
bigfatmrmoose
Offline Send Email
Feb 11, 2004
2:28 am
1002
... Please see my previous message that I posted in response to my own, but let me ask... is there no way around the b (), {}, [] problem? If no, then this...
cp200205
Online Now Send Email
Feb 11, 2004
2:42 am
1003
The really efficient way involves Perl, and no Jasspa at all. 'find' calling Perl (this is all one line), replace "Galations" with "Galatians": find ./ -type f...
Thomas Hundt
thundt
Offline Send Email
Feb 11, 2004
7:15 am
1004
... Bad font people on Win32 can you confirm the following please:- If you look in win32.emf then you see where windows restores the font settings. I assume...
Jon Green
jnaught@...
Send Email
Feb 12, 2004
7:21 pm
1005
I don't get the message -- but then, my font selection is working at the moment. -Th ... -- Thomas Hundt <tom@...> +1-415-867-6698...
Thomas Hundt
thundt
Offline Send Email
Feb 13, 2004
5:59 am
1006
I don't get the message either. Still not working. Will try at home (Win 98.2000) when I get a chance to download ME (still on modem). Gabriel ... from the ......
first last
prelude_2_mu...
Offline Send Email
Feb 13, 2004
9:14 am
1007
After I wrote to you I went to a cmd window and it appears that there are many fonts called 7x14 in there (in the fonts folder they don't appear with that...
first last
prelude_2_mu...
Offline Send Email
Feb 13, 2004
9:18 am
1008
After deleting the font (Outline 2000 it is called in the fonts folder) ME still doesn't work with the font. Maybe the font I am using has something wrong and...
first last
prelude_2_mu...
Offline Send Email
Feb 13, 2004
9:23 am
Messages 979 - 1008 of 2512   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help