Heres a macro that I am using a lot these days, called "spotless". It's a varient of "clean" but it also reduces multiple blank lines to a single blank line. ...
273
Detlef Groth
dgroth@...
Jun 9, 2000 11:20 am
Hello, again during the last days I were rewriting the JavaScript-version of the ME-docs-addon. Now findex05 is released which is much better than the previous...
274
Thomas Hundt
thundt@...
Jun 11, 2000 10:00 pm
FYI I just built ME under SuSE 6.4... had to make one change: linux200.gmk (the makefile it uses) had to change the '-ltermcap39; to '-lncurses39;. Was getting...
275
Jon Green
jnaught@...
Jun 12, 2000 9:52 am
Funny, Detlef built this and found libtermcap - it was not in the normal location though. Also note my notes on KDE. ... Regards Jon. ... -- ...
276
Thomas Hundt
thundt@...
Jun 12, 2000 5:41 pm
Yep -- I found out why termcap was missing -- libtermcap is its own package, not installed by default for a "standard" system -- in "series a" (Linux Base...
277
Thomas Hundt
thundt@...
Jun 21, 2000 9:34 pm
It seems the change-font command crashes ME when running under termcap mode (i.e., 'me -n'). I've seen this behavior under solaris and linux. (It also seems...
278
Steven Phillips
stevenp@...
Jun 22, 2000 6:58 am
Thomas, ... Good find, this one slipped through the net, the following changeFont function can be found in unixterm.c, add the extra test and it wont hurt...
279
Bastian Kruse
W3KRUS01@...
Jun 23, 2000 7:54 am
Hello, I use a laptop with a very small Meta key C but it has a huge FN key next to it. How do make this FN key to behave like the Meta key C ? Thanks in...
280
Bastian Kruse
W3KRUS01@...
Jun 23, 2000 7:56 am
Hello, I use a laptop with a very small Meta key C but it has got a huge FN key next to it. I would like to use this FN key instead of the C or additionally....
281
Jon Green
jnaught@...
Jun 23, 2000 9:37 am
You did not tell us the platform I assume Microsoft Windoz ?? Is MicroEmacs able to see this FN key ?? i.e. if you M-x describe-key and press the FN key does...
282
Jon
jon@...
Jun 23, 2000 5:41 pm
I've just checked out Detlef's site (not done so for some time) http://www.microemacs.de he has been seriously busy and has some good stuff on there....
283
Thomas Hundt
thundt@...
Jun 28, 2000 7:56 am
Here's a little wrapper I keep in my ~/bin directories, to kick off 'me' the way I like it (i.e., if in X mode, as a detached process; if in termcap mode...
284
Bastian Kruse
W3KRUS01@...
Jun 28, 2000 5:08 pm
Hello, thanks Jon !! for your answer. I use ms dos. ... the key is visible, the problem is it is only visible in connection with another key. The keybord has...
285
Steven Phillips
stevenp@...
Jun 28, 2000 5:11 pm
... This looks like a sound test to me, I think me should do this anyway and automatically run in termcap mode (can't hurt as without the $DISPLAY set...
286
Jon Green
jnaught@...
Jun 28, 2000 5:33 pm
Ah, it's suddenly all become clear ..... after looking at my portable I've just relaised what FN key is !! OK, I have just ckecked this key out on my portable...
287
Bastian Kruse
W3KRUS01@...
Jul 6, 2000 9:45 am
Hello, Sometimes if I press a z, u or t (or r, 6,7 and 8) the generating contents list function is started und the cursor starts to jump between my *.tex file...
288
Jon Green
jnaught@...
Jul 6, 2000 2:06 pm
The bindings for Latex are defined in hklatex.emf. As far as I can make out f6, f7, f8 are bound to list generating functions. You may have created your own...
289
Steven Phillips
stevenp@...
Jul 6, 2000 2:42 pm
Bastian If this problem persists, can you: 1) Reproduce the problem 2) Execute list-variables (C-h v) straight after 3) Mail me the contents of the...
290
Thomas Hundt
thundt@...
Jul 17, 2000 7:23 pm
Gents, I've been using the right-clicking to cut and paste lately, and wonder if you might consider, for the future, making the right button able to select an...
291
jirko@...
Jul 23, 2000 11:36 pm
Hi I had this problem too when I first installed MicroEmacs on my Debian system about 8 or 9 month ago. Seems as if some of the current Linux distros consider ...
292
David E. Edwards
forjeuk@...
Aug 11, 2000 10:03 am
Aaagh. A house move, 2 system rebuilds and two months without using jasspa and I'm lost - also lost all of my personal settings so I'm rebuilding my...
293
Steven Phillips
stevenp@...
Aug 11, 2000 10:35 am
... Create a mydoc.emf file (preferably in the same directory as "userid".emf), put you my-fhook-doc macro into this file (with any other chances such...
294
Thomas Hundt
thundt@...
Aug 20, 2000 6:09 pm
I'm trying out the 3/22 beta (or is it alpha? :-) release, and the colors of the menu at the top (grey on black) and the modeline (black on white) are not what...
295
Thomas Hundt
thundt@...
Aug 20, 2000 6:57 pm
I've been running the 3/22/00 release, in the hopes that perhaps the crypto functionality has been made easier to use... but it doesn't seem to be. There's...
296
Jon Green
jnaught@...
Aug 21, 2000 9:19 am
I was thinking about this some time ago (then forgot about it). I came to the conclusion that a header was required in the file to indicate encryption, the...
297
Steven Phillips
stevenp@...
Aug 22, 2000 11:38 am
... I think this is caused by my changes, originally ME's color and font scheme settings were independent as the font settings were only used by unix...
298
Jon Green
jnaught@...
Aug 22, 2000 1:01 pm
Steve, I sent Thomas a new schemej.emf - this fixes the problems. When the release was made this scheme may of had the reverse video and bold problems...
299
Steven Phillips
stevenp@...
Aug 23, 2000 4:37 pm
... I have put the -k option back in, I have also enabled it to optionally specify the key as well, i.e. "-kMyPassword", if the key is not given then you will...
300
Thomas Hundt
thundt@...
Sep 13, 2000 9:56 pm
When used in isearch-forward or query-replace-string regular expressions, the '+' and '*' quantifiers will match as many characters as possible, apparently...
301
Jon
jon@...
Sep 13, 2000 10:58 pm
We had a lot of discussion about this (myself + Steve) when the new RE engine was developed. The old behaviour was the minimal set as you pointed out below,...