I have noticed that on Fedora Core 2 when I do an 'rgrep' command, it tends to hang ME temporarily. ME hangs for about 5 seconds or so before the grep command...
Salman, Do you know when this problem was introduced? i.e. did all the 2004 RC releases also have the problem? Does an early version of ME still work without ...
Steven Phillips
bill@...
Jun 11, 2004 1:54 pm
1116
... It happens on both XTerm console and X GUI. The same version of ME ran fine on SuSE 8.0 with the 2.4 kernel. FC2 has kernel 2.6. ... Okay I found a...
From: Salman Khilji <salmankhilji@...> Subject: Re: [jasspa] ME problems on Fedora Core 2 Date: Fri, 11 Jun 2004 09:33:38 -0700 (PDT) Hi, ...this is just...
Meino Christian Cramer
Meino.Cramer@...
Jun 13, 2004 1:42 pm
1118
That looks about spot on, Salman's 'fix' should allow programs like grep or find to run in ME but ishell (a unix shell within ME) is unlikely to work as the...
Steven Phillips
bill@...
Jun 13, 2004 6:10 pm
1119
ME currently supports just 'w' for word chars and ' ' or '-' for white spaces. I have to say that I've not needed any others, are there any we are really ...
Steven Phillips
bill@...
Jun 13, 2004 10:27 pm
1120
From: Steven Phillips <bill@...> Subject: Re[2]: [jasspa] ME problems on Fedora Core 2 Date: Sun, 13 Jun 2004 19:05:40 +0100 Unfortunately I am no...
Meino Christian Cramer
Meino.Cramer@...
Jun 14, 2004 5:43 am
1121
... grep or ... work as ... needs the ... Is there ... convension? ... Would it help if I post the result of cd /dev ls -l pt* The results are rather long...
To convert tabs to spaces in batch to a collection of files, I created a macro named untabify.emf and put it in $HOME/.jasspa/ The contents of the macro are: ...
Salman, If you look in me.emf you will see a long list of define-macro-file lines, these do what you are try to do. You need a line like the following: ...
Phillips, Steven
sphillips@...
Jun 22, 2004 1:34 pm
1124
... When you run as startup then none of the macros are known. You need to declare where it is - much the same as an extern in C. Add the following to the...
Hi, The user setup for my ME installation is set for ALT -> Main Menu : N ALT -> Esc : Y This way, I can go to the command line pressing ALT-x directly. ...
Meino Christian Cramer
Meino.Cramer@...
Jun 23, 2004 10:04 am
1126
Hi Meino, ... I recently upgraded from XFree86 4.3 to XOrg X11R6.7.0 and encountered this very same problem with finnish keyboard layout, which is pretty...
From: Sakari Tanhua <stanhua@...> Subject: Re: [jasspa] ALT-ESC-ALTGR "madness" Date: Wed, 23 Jun 2004 19:13:05 +0300 Hi Sakari, thank you very much for...
Meino Christian Cramer
Meino.Cramer@...
Jun 23, 2004 7:50 pm
1128
Hi, I got a "problem with ME" -- and the "'s are for "I dont know, who is guilty for that". I am using XFree 4.4.0 and IceWM 1.2.14 on Linux 2.6.7 When...
Meino Christian Cramer
Meino.Cramer@...
Jun 25, 2004 6:49 am
1129
Meino, For your user files to be in '~/me' you must be using some customisation environment variable, in ME 2004 this could be one of $MEPATH, $MEUSERPATH or...
Phillips, Steven
sphillips@...
Jun 25, 2004 7:07 am
1130
... Also .... If you are not allowed to write to the system directories then you can place the standard macros in ~/.jasspa/macros. Your private macros and...
From: "Phillips, Steven" <sphillips@...> Subject: RE: [jasspa] Somehow "unknown user" effects Date: Fri, 25 Jun 2004 03:07:02 -0400 Hi, thank you very much...
Meino Christian Cramer
Meino.Cramer@...
Jun 25, 2004 8:20 am
1132
Hi, It would be very convenient to switch the cursor color when cwitching between insert and overwrite mode. ANother thing I want to change is the color of the...
Meino Christian Cramer
Meino.Cramer@...
Jun 30, 2004 4:31 am
1133
Hi, while digging through the files, which come with the Jasspa Microemacs distribution, I found the following "construction", which not clear to me: <n>...
Meino Christian Cramer
Meino.Cramer@...
Jul 7, 2004 6:01 am
1134
Meino, The argument <n> for define-macro-file has the same effect as the argument for define-macro. An argument of 0 is used to avoid polluting the command...
Phillips, Steven
sphillips@...
Jul 7, 2004 6:54 am
1135
From: "Phillips, Steven" <sphillips@...> Subject: RE: [jasspa] Digging through the system files Date: Wed, 7 Jul 2004 02:53:49 -0400 Hi Steve, thank you a...
Meino Christian Cramer
Meino.Cramer@...
Jul 7, 2004 9:27 am
1136
HI, is there a save-region or write-region macro out there anywhere? I tried to write one myself but I failed to get asking for a file to write to and error...
Meino Christian Cramer
Meino.Cramer@...
Jul 20, 2004 10:56 pm
1137
A limited set of patches for the 20040301 release have been posted to www.jasspa.com which includes the latest fixes to the source and macros. They are...
Hi everyone. For a while I have been looking for an editor that would hightlight unmatched html tags (to no avail). Then I thought that ME would be the ideal...
[Gabriel] ... I think in XML you are *required* to match (close) tags strictly; in HTML you can get away with leaving a lot of them out (e.g., </td> before a...
HTML does not require you to close the tags, but it is recommended (and required in XHTML). What many editors do is closing the closest tag as soon as you type...
Gabriel, I have found that reformatting the html/asp/js file using ME's indentation is the best way of quickly finding a missing important tag, as a result I...
Phillips, Steven
sphillips@...
Jul 28, 2004 1:25 pm
1142
Following macro does what its name suggests, hope you find it useful. Steve define-macro html-find-next-unmatched-tag !if ¬ &seq @wc "<" !force...
Phillips, Steven
sphillips@...
Jul 28, 2004 1:39 pm
1143
A binary package for Fedora Linux has been published on www.jasspa.com. This resolves the issues with the pty setup under Linux Kernel 2.6. Jon....