Search the web
Sign In
New User? Sign Up
jasspa · JASSPA's MicroEmacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1087 - 1116 of 2511   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1087
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@...
Send Email
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@...
Send Email
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:...
Dr. Detlef Groth
dgroth_99
Offline Send Email
May 4, 2004
1:27 pm
1090
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@...
Send Email
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...
Dr. Detlef Groth
dgroth_99
Offline Send Email
May 4, 2004
2:15 pm
1092
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...
Dr. Detlef Groth
dgroth_99
Offline Send Email
May 6, 2004
8:21 am
1093
Hello, TclTk allows you to change procedures, object at runtime. So instead of editing, compiling, running, testing, stopping and starting again with editing,...
Dr. Detlef Groth
dgroth_99
Offline Send Email
May 6, 2004
8:31 am
1094
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...
Dr. Detlef Groth
dgroth_99
Offline Send Email
May 10, 2004
8:21 am
1095
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]...
Thomas Hundt
thundt
Offline Send Email
May 10, 2004
5:24 pm
1096
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@...
Send Email
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@...
Send Email
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...
Thomas Hundt
thundt
Offline Send Email
May 10, 2004
10:47 pm
1099
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...
Dr. Detlef Groth
dgroth_99
Offline Send Email
May 11, 2004
11:20 am
1100
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@...
Send Email
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...
first last
prelude_2_mu...
Offline Send Email
May 12, 2004
8:30 am
1102
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 ...
Jon Green
bigfatmrmoose
Offline Send Email
May 12, 2004
8:59 am
1103
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@...
Send Email
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...
first last
prelude_2_mu...
Offline Send Email
May 12, 2004
9:40 am
1105
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...
Thomas Hundt
thundt
Offline Send Email
May 12, 2004
6:38 pm
1106
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 Tanhua
sakaritanhua
Offline Send Email
May 19, 2004
1:47 pm
1107
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@...
Send Email
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...
Sakari Tanhua
sakaritanhua
Offline Send Email
May 19, 2004
4:11 pm
1109
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...
first last
prelude_2_mu...
Offline Send Email
May 20, 2004
8:34 am
1110
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@...
Send Email
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...
Thomas Hundt
thundt
Offline Send Email
May 20, 2004
4:35 pm
1112
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...
Thomas Hundt
thundt
Offline Send Email
May 20, 2004
8:02 pm
1113
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...
Sakari Tanhua
sakaritanhua
Offline Send Email
May 21, 2004
3:40 pm
1114
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...
salmankhilji
Offline Send Email
Jun 10, 2004
12:32 pm
1115
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@...
Send Email
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...
Salman Khilji
salmankhilji
Offline Send Email
Jun 11, 2004
4:34 pm
Messages 1087 - 1116 of 2511   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help