hi, does jasspa me have last file status for every file load, I only know there has load session feature in emf Thanks lechee...
2518
lechee lai
lecheel
Dec 10, 2009 2:01 pm
FYR, Â Another ctags macros with tag-back support also have duplicate tags with atag-next BR lechee ___________________________________________________ ...
2519
Lechee.Lai
lecheel
Dec 11, 2009 1:02 am
I've make the simple quit for history.est ... define-macro save-history set-variable #l9 &spr "%s %s\n" $buffer-fname $window-line set-variable #l8 &cat $home...
2520
Steven Phillips
bill@...
Dec 11, 2009 4:30 pm
I thought I'd jot this down as it may be of use to others too... Problem: A buffer binding uses a certain key combination you just can't get on with, how do...
2521
Lechee.Lai
lecheel
Dec 13, 2009 6:53 am
hi, hkcpp.emf and hk... highlight most doxygen comment style inside, some one can told me how to insert doxygen comment for file/function and member ... thanks...
2522
Lechee.Lai
lecheel
Dec 13, 2009 7:26 am
dirty work for single file history ... define-macro save-history set-variable #l9 &spr "%s %s\n" $buffer-fname $window-line set-variable #l7 $buffer-fname ...
2523
Sabin, Bruno
beulo
Dec 13, 2009 9:21 am
Hi Lechee, There is a contribution with sample doxygen highlighting at http://www.jasspa.com/contrib.html (item #27). You can use this as your starting point. ...
2524
Jon Green
bigfatmrmoose
Dec 13, 2009 9:52 am
... Hi Lechee Doxygen is set up for C/C++ and PHP (probably a few others as well). If you do M-x major-mode-setup then it may not be enabled. If it is not...
2525
Lechee.Lai
lecheel
Dec 13, 2009 10:31 am
Thanks Jon, I means there is template or macros insert comment for function with doxygen style not only for highlight most like Doxymacs Regards, lechee...
2526
Jon Green
bigfatmrmoose
Dec 13, 2009 11:03 am
... Hi Lechee, No we have not built any macros for helping to insert the comments or add function/structure templates etc. This could be done but so far nobody...
2527
Lechee.Lai
lecheel
Dec 17, 2009 2:14 pm
hi, how to indent-region or beautiful code for current buffer, also good comment for region, does it already inside "me" Thanks lechee...
2528
Steven Phillips
bill@...
Dec 17, 2009 2:33 pm
Lechee, For a fixed indent increase use indent-increase (main menu -> Format -> Increase Indent) To reformat a region using the buffers auto-indent rules use ...
2529
Lechee.Lai
lecheel
Dec 17, 2009 10:51 pm
thanks indeed Steven :-)...
2530
Jon Green
bigfatmrmoose
Dec 19, 2009 1:10 pm
PROBLEM ... JASSPA MicroEmacs is not starting up in a X-Windows mode on Fedora 11/12 systems. The reason for this is that the built-in default font cannot be...
I'm trying using the foo.cpp with following statement it's perfect but why some where inside my code will have space :-(...
2533
Lechee.Lai
lecheel
Jan 20, 2010 2:48 am
I got the problem one more SPACE after bracket :-p...
2534
ZarathustraXYZ
Feb 1, 2010 10:18 am
Hi jon, please add xml support (I use "xml" tag) in hkjst.emf . I use xml in jst file from 2 years. Works well! (for me! :-) ) Ciao Vincenzo...
2535
Jon Green
bigfatmrmoose
Feb 1, 2010 11:06 pm
... I assume that you mean change hkjst.emf as follows: Jon. cd /home/jon/merep/me/macros/ gdiff --context --minimal --ignore-space-change --recursive ...
2536
ZarathustraXYZ
Feb 2, 2010 8:28 am
Thank you so much! Vincenzo...
2537
neeraj
neeraj_dl
Feb 9, 2010 8:54 am
Hi All I am new to jasspa esp its macro lang (new as in a week old). I love the editor its fast and small and its emacs. One thing I am missing dearly is the...
2538
Steven Phillips
bill@...
Feb 9, 2010 1:18 pm
This should do what you what, copy this into your user emf file... Steve ... define-macro zap !force set-variable #l0 @1 !if ¬ $status set-variable #l0 @mc...
Hello, I have found a weird problem, reproducible in Windows and Linux 2.6. 1) Have a script with 'read-file foobar', this can be done via macro call or...
2541
Steven Phillips
bill@...
Feb 19, 2010 5:49 am
Pedro, I've reproduced the issue, now looking for the cause and a fix - thanks for reporting this. Steve...
2542
azynheira
Mar 4, 2010 9:17 am
Hi Steve, Do you need any firemen to help putting out the fire on this one? :-) Kind Regards, Pedro...
2543
Steven Phillips
bill@...
Mar 4, 2010 9:53 am
Pedro, Not as such, just been too busy to feedback my findings! And would you believe this is expected behaviour! (sort of :-) ME is meant to be lean and mean...
2544
azynheira
Mar 4, 2010 1:44 pm
Hello Steve, Thanks for your reply. :-) I would see 3) was well, but I just have one comment, is in the case that the macro is already coded and working and...
2545
Jeremy Cowgar
cp200205
Apr 12, 2010 5:34 pm
I am trying to write a mode for the Josl programming language, http://www.josl.org I can get everything to indent, i.e. is-person? if "Hello, Person!" println ...
2546
Jeremy Cowgar
cp200205
Apr 20, 2010 2:54 pm
No input on this? Just to make sure formatting was correct, period = space say-hello ...."Hello" println say-hello-10-times ....10 times ........say-hello ...