Here's a macro that will reread all of the files loaded. It is useful after you've done an "update" of you version controlled project. ; Reread all files...
Bryan Schofield
schofield.bryan@...
Feb 7, 2007 3:23 pm
2201
Great minds think a like (or fools seldom differ!) following is my take on this functionality and will be included in the next release. The main advantage of...
Phillips, Steven
sphillips@...
Feb 7, 2007 3:33 pm
2202
Is there a convenient way to add online help to macros? One the things about GNU Emacs is that you can easily add a little documentation right in the...
Bryan Schofield
schofield.bryan@...
Feb 7, 2007 4:07 pm
2204
Yes there is, see the define-help command. Steve ________________________________ From: jasspa@yahoogroups.com [mailto:jasspa@yahoogroups.com] On Behalf Of...
Phillips, Steven
sphillips@...
Feb 7, 2007 4:13 pm
2205
That serves me right for not reading the email! The use of !ehelp is correct so this is a doc bug. The use of escape sequences is optional but greatly help...
Phillips, Steven
sphillips@...
Feb 7, 2007 4:38 pm
2206
I should also mention that one of the main reasons why we compile all the help into a separate single me.ehf file rather than embed them into the emf files is...
Phillips, Steven
sphillips@...
Feb 7, 2007 4:47 pm
2207
Nifty, it's already in the current release. Thanks for going back in time and adding it to the last release! Let me ask the question we're all thinking: Now,...
Bryan Schofield
schofield.bryan@...
Feb 7, 2007 4:55 pm
2212
The age of insecurity (pun intended) has arrived inside our corporate firewall. As of the end of the month, all applications that pass plaintext passwords...
... Nice question! I was also considering this but currently do not know how to answer this because I have not tried it. What is your ME platform, UNIX, LINUX...
... I still do not have an answer for you but I'm wondering if you can use something link Putty or Plink to manage the SSH connection and continue to use FTP...
... Hi Bob, I think what you are asking is to set the tab width to 4 displayable characters. You can do this globally or per buffer, Note that if you enable...
Follows an extension to the 'Bad 'C' (also C++/Java) highlighting in hkc.emf in the "; Pick up bogus 'C' constructs extension" block. ; Pick up a bad...
I just moved to 2006/08/10 in the process of upgrading my Linux box and ran into the following: line 386 of me.emf says 4 popup-window which, according to the...
Was perusing the release notes for 2006/08/10 and noticed * insert-password(3) password generation utility for system administrators who tire of thinking of...
... As far has we have been able to ascertain the newer versions of Linux use libncurses rather than termcap. The 2.6 Linux make should use ncurses when...
... OK Thanks. I certainly have never run with multi-headed configuration - I do not have that many Graphics cards and monitors. I believe that the Windows...
Im not sure how this works because it shouldn't, the hilighting does not support words in groups only single letters - following is a correction: hilight...
Phillips, Steven
sphillips@...
Feb 26, 2007 8:48 am
2228
... Hmmm. Yes, I see: /opt/jasspa or /usr/share/jasspa or /usr/local/jasspa are the wired-in locations. I guess I should be using MEINSTALLPATH to point to...
... Yep - darned must have not executed it again when I added the while (final trimming that killed the turkey). I like the \S will give this a try. Sorry. ...
... You should not need this as when you run me for the first time then it will create this if it does not exist. ... You do need this, although you could add...
Modified: ;a leading : or math operator indicates a continued line (except * because of javadoc) indent #l5 s "^\\s*[\\.\\+-/%:][^\\*/]" t Added: ; a trailing...
Bryan Schofield
schofield.bryan@...
Feb 28, 2007 7:40 pm
2239
I swear this used to work... (I'm using 2006/09/09 now.) Hitting a period no longer quits query-replace-mode. It seems to have been replaced by an 'L' for...
! works for "replace all remaining", I think it's an undocumented feature....
Bryan Schofield
schofield.bryan@...
Mar 23, 2007 1:24 pm
2241
The '.' command used to exit immediately moving the cursor back to the starting point (regardless of whether you made any substitutions), I failed to see the...
Steven Phillips
bill@...
Mar 24, 2007 2:05 pm
2242
Attached (this time) some more refinements for Doxygen with 'C' dealing with [in,out] labelling of parameters. Similar will apply to cpp. Jon. ...