hello, is there any way to place the text i enter in the center of the window? i mean not the alignment:center, but just add some adjustable margin from the...
... Quick method would be to write a macro that changes the current $buffer-fill-col to be the buffer width. Problem comes when you resize the window your...
... but it does work only for the right margin, doesn't it? ... the point is that when typing i do not want to see any other windows, which could distract me...
2195
Phillips, Steven
sphillips@...
Jan 24, 2007 10:09 am
I think the use of another window is by far the simplest and best, there are a couple of additions to this solution you might want to try: define-macro...
yes, Steven, thank you very much for your additions. they are really helpful. ... -- dsjkvf...
2200
Bryan Schofield
schofield.bryan@...
Feb 7, 2007 3:23 pm
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...
2201
Phillips, Steven
sphillips@...
Feb 7, 2007 3:33 pm
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...
2202
Bryan Schofield
schofield.bryan@...
Feb 7, 2007 4:07 pm
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...
2204
Phillips, Steven
sphillips@...
Feb 7, 2007 4:13 pm
Yes there is, see the define-help command. Steve ________________________________ From: jasspa@yahoogroups.com [mailto:jasspa@yahoogroups.com] On Behalf Of...
2205
Phillips, Steven
sphillips@...
Feb 7, 2007 4:38 pm
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...
2206
Phillips, Steven
sphillips@...
Feb 7, 2007 4:47 pm
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...
2207
Bryan Schofield
schofield.bryan@...
Feb 7, 2007 4:55 pm
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,...
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...
... We will leave that as an exercise for the reader. You should be able to hook some words out of the spelling dictionary. Jon....
2227
Phillips, Steven
sphillips@...
Feb 26, 2007 8:48 am
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...
... 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...
2233
Bryan Schofield
schofield.bryan@...
Feb 28, 2007 7:40 pm
Modified: ;a leading : or math operator indicates a continued line (except * because of javadoc) indent #l5 s "^\\s*[92;\.\\+-/%:][^92;\*/]" t Added: ; a trailing...