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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1966 - 1996 of 2503   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1966
Is there a way to create code templates so that with a keystroke (or select from a menu or whatever) I can insert a chunk of code. Thanks, Rick....
Rick Owen
rickowen
Online Now Send Email
Oct 2, 2006
1:19 pm
1968
For simple code snippets I use abbrevs. See help on buffer-abbrev-file, expand-abbrev, abbrev-list. Many languages already support abbrev mode by default. By...
Bryan Schofield
schofield.bryan@...
Send Email
Oct 2, 2006
4:07 pm
1969
You could write a macro and tie it to a keystroke or menu item. The macro could do the equivalent of "print" statements, or insert text read from a file. ...
Thomas Hundt
thundt
Offline Send Email
Oct 2, 2006
4:18 pm
1970
The documentation for cygwin integration contains this tidbit in the bugs section: Break Key A break in a bash shell is C-c , the macros define the key C-c...
Bryan Schofield
schofield.bryan@...
Send Email
Oct 3, 2006
5:50 pm
1971
Does anyone have java highlight and indent fixes that improve how java 5 annotations and generics are handled?...
Bryan Schofield
schofield.bryan@...
Send Email
Oct 3, 2006
7:10 pm
1972
My biggest gripe about Java indenting is how it handles things inside parentheses: What I want: foo = new some_long_class_name( some_long_param); What it...
Thomas Hundt
thundt
Offline Send Email
Oct 3, 2006
7:38 pm
1973
... No this has not changed. The contents of a bracket are aligned and yes you are right that it uses the 'C' indentation. You could over-ride the indent rules...
Jon Green
bigfatmrmoose
Offline Send Email
Oct 3, 2006
8:51 pm
1974
set-variable $timestamp "%Y%M%D.%h%m" causes session files to become corrupted with the message: [Session file "foo" is corrupt - missing end marker] Sessions...
Bryan Schofield
schofield.bryan@...
Send Email
Oct 3, 2006
8:51 pm
1975
In ME 2005 I defined myjava.emf as follows to fix the indentation issues: indent .hilight.java "s" t indent .hilight.java "c" t indent .hilight.java "x" t ...
Bryan Schofield
schofield.bryan@...
Send Email
Oct 3, 2006
9:07 pm
1976
Ahh.. mystery solved... 2006 uses 2 different indentations for java and real java files don't use "hilight.java" indent, they use "hilight.java + 1" indent......
Bryan Schofield
schofield.bryan@...
Send Email
Oct 3, 2006
9:24 pm
1977
... Hi Bryan, I'm not sure as trap '' INT does not seem to work in my cygwin. Regards Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Oct 3, 2006
9:39 pm
1978
Cracking! what a good find! Thanks Bryan, will be fixed in the main release. Steve...
Steven Phillips
bill@...
Send Email
Oct 3, 2006
10:03 pm
1979
Thanks! That's awesome. Here are some other things to add: hilight .hilight.java 1 "finally" .scheme.keyword hilight .hilight.java 1 "implements"...
Thomas Hundt
thundt
Offline Send Email
Oct 3, 2006
10:28 pm
1980
I sometimes wonder why Jon writes such good documentation when no one seems to read them! I guess its to help me answer these questions :) To solve the problem...
Steven Phillips
bill@...
Send Email
Oct 3, 2006
10:29 pm
1981
... OK, being as you have just become our Java experts. Is this what we should set the default Java template to for the 2006 distribution? (with the missing...
Jon Green
bigfatmrmoose
Offline Send Email
Oct 3, 2006
10:42 pm
1982
Steve, thanks for the explanation. -Th...
Thomas Hundt
thundt
Offline Send Email
Oct 3, 2006
10:49 pm
1983
It's a start but not complete... the indentation still can't handle annotations. Consider how ME indents the following contribed method: @Deprecated ...
Bryan Schofield
schofield.bryan@...
Send Email
Oct 4, 2006
2:06 pm
1984
... ... and, what is is supposed to look like? How should this indentation be performed? Are there any other problems with the indentation or is this the only...
Jon Green
jnaught@...
Send Email
Oct 4, 2006
2:34 pm
1985
Sorry, I should have been more clear... A little work to be done still... by me :) When I get it worked out, I'll submit a patch....
Bryan Schofield
schofield.bryan@...
Send Email
Oct 4, 2006
2:43 pm
1986
... I like this answer, that is good. Be aware we are very close to a final release cut which is likely to be complete in the next few days. There is a little...
jon@...
bigfatmrmoose
Offline Send Email
Oct 4, 2006
3:13 pm
1987
Is there a way to tell ME to start in full screen mode? If not, is there a way to specify a location and size on startup so that it will be close to full...
Rick Owen
rickowen
Online Now Send Email
Oct 4, 2006
5:14 pm
1988
... See the following for start up size/position: .Xdefaults(8) me32.ini(8) For a 'soft' macro approach use - the easiset way: Rightclick on mode line to...
jon@...
bigfatmrmoose
Offline Send Email
Oct 4, 2006
5:51 pm
1989
Yowza.... this was rather complicated, but I have an indentation scheme for java that seems to handle most things I could throw at it with the exceptions I...
Bryan Schofield
schofield.bryan@...
Send Email
Oct 4, 2006
9:18 pm
1990
crap... I pasted in a line accidentally... delete the following: 0 indent .indent.java-enum 1 20...
Bryan Schofield
schofield.bryan@...
Send Email
Oct 4, 2006
9:18 pm
1991
... That was quick! - Thanks Bryan Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Oct 4, 2006
10:30 pm
1992
... Would you want to add this as well? Jon. ; fix throws indent at start of line, typically a statement ; continuation. indent .indent.java s "^\\s*throws\\s"...
Jon Green
bigfatmrmoose
Offline Send Email
Oct 4, 2006
10:56 pm
1993
... A few more to add to that maybe? ; fix throws/implements/extends indent at start of line, typically a ; statement continuation. indent .indent.java s...
Jon Green
bigfatmrmoose
Offline Send Email
Oct 4, 2006
11:19 pm
1994
I took a look at the java hilighting. It was missing some java keywords and it had a bunch of c keywords that don't really apply. Below is a suggestion for...
Bryan Schofield
schofield.bryan@...
Send Email
Oct 5, 2006
2:51 pm
1995
... Thanks Bryan, I have re-worked hkjava.emf with all of the suggestions received to date. If you install this then delete the myjava.emf file (or rename to ...
Jon Green
bigfatmrmoose
Offline Send Email
Oct 5, 2006
8:16 pm
1996
Hold it. This release is unusable. Basic functionality has been broken: private static final Logger LOG = Logger.getLogger(PeakHourReportRunner.class); now...
Thomas Hundt
thundt
Offline Send Email
Oct 5, 2006
10:05 pm
Messages 1966 - 1996 of 2503   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