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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1289 - 1319 of 2511   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1289
I have a syntax file I am creating a highlighting mode for and it has things such as: clearing : Room 'A simple room' "This is one simple room" doEnter() { ...
jeremy@...
cp200205
Online Now Send Email
Dec 7, 2004
9:51 pm
1290
... Suggest that the ';' rule is changed to:- indent .hilight.tads o "^\\s *;" -4 That is the ';' is only used for indentation when it appears as the first...
Jon Green
bigfatmrmoose
Offline Send Email
Dec 7, 2004
10:24 pm
1291
... Great, that did the trick. I think I have only one other tricky section that I am now running across. doEnter() { descr = "This is a big long string that...
jeremy@...
cp200205
Online Now Send Email
Dec 8, 2004
12:49 am
1292
... I do not have a solution for that at the moment. I agree with you it would be desirable if it performed the indent. I played around with it and the...
Jon Green
bigfatmrmoose
Offline Send Email
Dec 8, 2004
8:41 am
1293
I miss the functionality that is found for example in vim that the cursor position is saved for visited files and restored when the file is re-opened. I know...
Kimmo Pietarinen
kipi@...
Send Email
Dec 22, 2004
9:52 pm
1294
... Hi Kimmo, I'm not that familier with VIM. So to clarify what you are saying then if a file is opened that was opened in a previous session then the file ...
Jon Green
bigfatmrmoose
Offline Send Email
Dec 22, 2004
10:26 pm
1295
Kimmo, It is dangerous to do something like this too low down as it can break other things, for example the CVS interface loads the CVS/Entries file and if...
Steven Phillips
bill@...
Send Email
Dec 22, 2004
11:21 pm
1296
Thanks for your tips! I think it would be a great idea to implement the fhook-always/my-fhook-always macros. Btw, shouldn't I receive all mails posted to this...
Kimmo Pietarinen
kipi@...
Send Email
Dec 28, 2004
11:55 am
1297
I like to open a series of files at once, e.g., me32 *_ref.txt. That loads all the files into ME and displays the first two of them in split windows. What I'd...
Thomas Hundt
thundt
Offline Send Email
Jan 25, 2005
7:09 pm
1298
... Short answer is no. Sorry. Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Jan 25, 2005
8:34 pm
1299
I am using Jasspa on Fedora Core 3 and GNOME 2.8. I have downloaded some true-type programming font from http://www.proggyfonts.com/. As everyone suggests,...
Salman Khilji
salmankhilji
Offline Send Email
Feb 6, 2005
4:43 am
1300
... Don't know is the simple answer. If Xfontsel cannot see the fonts then the fonts are not in X space - they are probably available from gtk at a higher ...
Jon Green
bigfatmrmoose
Offline Send Email
Feb 6, 2005
11:48 am
1301
If I am not wrong, ME doesn't use XFT, the new font system on X. To make those fonts available to all applications you need to copy them to the right folder,...
first last
prelude_2_mu...
Offline Send Email
Feb 6, 2005
1:24 pm
1302
... That sounds right, its fonts.dir and fonts.scale that get updated on Solaris as well. No we do not use XFT, this is an extension that is not available on ...
Jon Green
bigfatmrmoose
Offline Send Email
Feb 6, 2005
1:52 pm
1303
... Sometimes, its crap like this that make me feel like dumping Linux and using some other UNIX. I am following instructions from: ...
Salman Khilji
salmankhilji
Offline Send Email
Feb 6, 2005
11:14 pm
1304
Okay...so I finally confirmed that Linux cannot handle TTF fonts from the proggy site (Yes, I know its Xorg---not Linux---that cannot handle them). I basically...
Salman Khilji
salmankhilji
Offline Send Email
Feb 6, 2005
11:38 pm
1305
Never mind. In XFontSel, one must remember to select iso8859 in the "registry" field for these fonts. If left to '*', it causes problems. After all this...
Salman Khilji
salmankhilji
Offline Send Email
Feb 7, 2005
3:41 am
1306
The first snapshot of the up and coming 2005 release of MicroEmacs is now available for download from http://www.jasspa.com. The change.log file in the 2005...
Jon Green
bigfatmrmoose
Offline Send Email
Feb 20, 2005
1:21 am
1307
me fails when starting on windows NT 4.0 --> CreateToolhelp32Snapshot() can not be located. Here http://support.microsoft.com/kb/q175030/ it says: "ToolHelp32...
Pierre Gaston
pgas@...
Send Email
Feb 21, 2005
6:58 am
1308
This is in deed the problem and I do not currently have a good solution (probably isn't one and will have to be yet another compile option). If you have a...
Phillips, Steven
sphillips@...
Send Email
Feb 21, 2005
8:44 am
1309
Thanks, this allow me32 to run under winnt. Indeed the link I gave only propose to use a specific solution for NT4.0. I'm not sure how NT4.0 is important...
Pierre Gaston
pgas@...
Send Email
Feb 21, 2005
10:37 am
1310
Important enough - I'm changing ME to dynamically load this function at runtime; this means that the same ME binary will run on all win32 boxes and on NT v4...
Phillips, Steven
sphillips@...
Send Email
Feb 21, 2005
10:44 am
1311
I have downloaded and tried to set up the 2005 RC on HP-UX. I have no rights on this machine other than to my own development directory, so I tried setting...
rickowen@...
rickowen
Online Now Send Email
Feb 21, 2005
1:48 pm
1313
Jon, thanks for the quick reply. I did as you suggested and now have me working correctly. The one last piece one which I need help is getting syntax...
Rick Owen
rickowen
Online Now Send Email
Feb 21, 2005
2:48 pm
1314
... OK, best not to edit "me.emf". Better to do this in your rlo.emf i.e. add-file-hook ".pls .sql" fhook-pls Because your rlo.emf is executed after me.emf...
Jon Green
jnaught@...
Send Email
Feb 21, 2005
3:05 pm
1315
Hi Jon, Ah... back to normal. Colors look great - syntax highlighting makes life good again. Thanks for your help and for a nice development tool. Rick. ... ...
Rick Owen
rickowen
Online Now Send Email
Feb 21, 2005
3:56 pm
1316
... Thanks for your comments Rick. I've added some install instructions on the JASSPA site with respect to the installation for each of the distributions. I...
Jon Green
bigfatmrmoose
Offline Send Email
Feb 21, 2005
11:15 pm
1317
Jon, That will be really helpful. I edit lots of files on HP-UX, but my workstation is a Windows XP machine, so other than grep, awk, perl, and a few other...
Rick Owen
rickowen
Online Now Send Email
Feb 22, 2005
12:26 am
1318
Jon, Thanks to you my setup for a different user on my hp-ux system went quickly. One last issue remains and I'm sure it's simple but so far it has escaped...
rickowen@...
rickowen
Online Now Send Email
Feb 23, 2005
12:32 pm
1319
... Right this is new in 2005 and should make this easy once you know what to do. What you need to run whilst viewing a .pls file is:- M-x buffer-setup Set the...
Jon Green
jnaught@...
Send Email
Feb 23, 2005
1:14 pm
Messages 1289 - 1319 of 2511   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