All, As you may have gathered from a previous email I have been having considerable difficulty sending out emails, this has been on going for several months...
Steven Phillips
bill@...
May 2, 2004 12:20 am
1088
I stumbled into a bug triggered by doing a replace-string in a buffer containing narrows. The bug should be safe in the sense that it should not blow up ME nor...
Steven Phillips
bill@...
May 2, 2004 12:38 am
1089
Hello, Sometimes you need various templates for the same programming language. Let's say for perl I have a cgi-template: perl-cgi.etf, a normal template:...
This has been done, look at fhook-c in hkc.emf, here the macro determines whether the buffer is a header or a source file and then executes buffer-init with an...
Steven Phillips
bill@...
May 4, 2004 1:52 pm
1091
... determines ... buffer-init ... the only ... Thx, However I think I will add two, three, four ... small macros to myperl.emf for applying cgi or...
Hello! I end up with the following solution: I have five templates in my microemacs dir: dgroth@mg01-xx /cygdrive/c/WINNT/Profiles/dgroth/Application...
Hello, TclTk allows you to change procedures, object at runtime. So instead of editing, compiling, running, testing, stopping and starting again with editing,...
Hello, Hope everybody has a nice weekend. I am trying to get some HTML-hilighting inside a tcl-source file. Inside an if {0} block I added some html...
The help says: (runnig ME'04 04/03/01 win32) On Windows and DOS platforms if the $MEBACKUPPATH and $MEBACKUPSUB variables are used all remaining ':' [colon]...
Funnily enough it does do exactly what the docs says it will do and thats the problem. For example, set MEBACKUPPATH = "C:\Backup\Jasspa_backups\" (added a ...
Steven Phillips
bill@...
May 10, 2004 9:56 pm
1097
Detlef, Can you please send me an example and I will look at this. Also did you have any thoughts on the single template file approach? Steve...
Steven Phillips
bill@...
May 10, 2004 9:57 pm
1098
Oh. Yes you're right, it does say that. You're doing "s|:|/|" (changing colons to slashes) which is harmless in Unix, but screws up Windows. I would avoid...
Hello, After some discussion with Steven, I came to the follwowing solution using an inferior tclsh-session: define-macro tclsh-ipipe set-variable #l0 &xrep...
Going back to your original drive for using this (a very bad windows crash) I have had a similar experience but with a disk drive crash. The outcome of this ...
Steven Phillips
bill@...
May 11, 2004 7:39 pm
1101
Hi everyone, I have been playing around with rebinding the keys to make them CUA compliant (just like win/os2/kde and so on) and it seems to work alright for...
A very sad thing to do, however... See prefix(2) in the on-line help. It will certainly de-emacs the system. To do this properly then the key bindings should ...
The best starting point for this is the NEdit emulation, to create another emulation you need to: 1) Edit userstp.emf and add your new emulation to...
Phillips, Steven
sphillips@...
May 12, 2004 9:30 am
1104
I know it is a sad thing, I keep on C-a and C-e everywhere with some disastrous results (C-e in mysqlcc is "execute SQL"), but if you can't get Mohammed to...
I would not find this useful. IMO, ME is the wrong tool for this. I would use 'rsync' and 'cron' to set up a mirroring strategy, instead. In fact this is...
Hi, I've been using GNU Emacs for many years, but due to various reasons I got frustrated in it and started looking for alternatives. Jasspa's MicroEmacs seems...
Sakari, Welcome to ME, I hope that we can sort out the indentation to support python. It's my first look at python and its syntax, from first impressions...
Steven Phillips
bill@...
May 19, 2004 3:08 pm
1108
Hi Steven, ... I first thought of something like that, too, but the problem is (in addition to the fact that it doesn't work :) ) that it wouldn't allow empty...
From what you are saying (and for what I know of Python, I haven't used it for a long, long time) the probable best way to do what you want is to map a key to...
I'm kind of in agreement here, by using the 'indent' mode pressing enter will start a new line with the same indent as the previous line then you can either...
Phillips, Steven
sphillips@...
May 20, 2004 12:33 pm
1111
When I try to use the \sC regular expression token, I get errors like "[Regex Error: Unsupported class (\sC)]" (this one when doing a search-and-replace). I...
Well perhaps the answer is to act like certain shells and other editors and put the defaults on the prompt line, after the prompt, as if the user had just...
Steven and Gabriel, ... But why does it lose the indentation level if the previous line contains only whitespaces? I often want to leave empty lines between...
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...