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...
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 ...
Steven Phillips
bill@...
Dec 17, 2009 2:33 pm
2527
hi, how to indent-region or beautiful code for current buffer, also good comment for region, does it already inside "me" Thanks lechee...
... 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...
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...
... 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...
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. ...
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 ...
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...
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...
Steven Phillips
bill@...
Dec 11, 2009 4:30 pm
2519
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...
FYR, Â Another ctags macros with tag-back support also have duplicate tags with atag-next BR lechee ___________________________________________________ ...
... Hi Pedro, Yes this is the plan (see the attributes in BFS structure) in addition to the file attributes and properties etc. I have not done this at present...
Hi All, One thing I noticed and would like to ask your opinion is, currently the timestamps of the files when copied to the bfs is the creation file of bfs...
... Hi Pedro, Thanks for this. I would never have found this as I always use the full name via a short-cut. I've run out of time but merged your changes in. I...
Just some additional observerations: I can only make it work if I execute the binary (on Windows, please note) by using .exe postfix - This means that if I...
Hi, Yes, after Steve's suggestion ITS ALIVE :-) ... (add mad laughter at will :-)) The archive is built correctly and the integrity is correct (by using -t),...
Hi All, Steve, you were right, some replacing of "r" => "rb" and it seems to be working as if should. The archive is correctly generated now ... Regards, Pedro...
Initial thought is that the bfs program is not opening the files binary (i.e. "r" instead of "rb" and "w" instead of "wb") - doesn't make a lot of difference...
Steven Phillips
bill@...
Nov 9, 2009 11:05 am
2505
Hi Jon, I patched the makefile and some of the files and was able to produce a bfs.exe and mew32.exe files to try it out in Win32. The results are the...
... I think it all just about builds on Windows. I got a bfs.exe building under minGW with virtually no changes to the code last night. I've not compiled a...
... Here is a fix for the amd64 issue I highlighted above. cd /home/jon/medev/bfs-v0.1.2/ gdiff --context --minimal --ignore-space-change --recursive ...
I have just posted a new version of me-standalone for some more alpha testing. This version is concatenated on the bottom of the executable using a command ...