You can pass arguments just as described: define-macro align-equals align-character "=" !emacro The following snippet changes the first portion of you macro to...
2153
Bryan Schofield
schofield.bryan@...
Nov 30, 2006 2:46 pm
oops, I see I have an extra "s" on one line... doh....
2154
Jeremy Cowgar
cp200205
Nov 30, 2006 8:43 pm
Is there a doc somewhere on how to use this mode? Or an example? Jeremy...
2155
Bryan Schofield
schofield.bryan@...
Nov 30, 2006 9:02 pm
Esc x help-item jst Are you asking in references to Notes? If so this is my cheat sheet note on using Notes and jst formatting... **Bold** //Italic// ...
2156
Jon Green
bigfatmrmoose
Nov 30, 2006 10:40 pm
... For single line comments it does not work like this i.e. when you do // on C++ (or even C). What I normally do is to carry on typing and when it wants to...
2157
Jeremy Cowgar
cp200205
Dec 1, 2006 1:14 am
... Jon, The problem I see with this solution is that the problem is not specific to my Icon mode I have found. It does it in C also. i.e. if (1=1) { if (2=2)...
2158
Jon Green
bigfatmrmoose
Dec 1, 2006 9:33 am
... Here http://www.jasspa.com/development/align.emf is a cleaned up version which handles regions properly. Not had time to wrap it up for macro calling yet. ...
2159
Jon Green
bigfatmrmoose
Dec 1, 2006 9:41 am
... Attached is a cleaned up version which handles regions properly. Not had time to wrap it up for macro calling yet. Note called "align-char" rather than...
2160
dsjkvf
Dec 4, 2006 10:34 am
... [Can't find help on jst] :) ... probably, i'm missing something very obvious :), but how one can use it in Notes? any specific header (similar to e.g....
2161
Phillips, Steven
sphillips@...
Dec 4, 2006 10:55 am
I think you might be running a slightly out of date version, the jst docs and shift to using JST in notes was about the last change made to the latest release....
2162
dsjkvf
Dec 4, 2006 11:32 am
... well, i also think so :) -- but what is the latest version then? mine is the following: dsjkvf on Sisyphus: ~> me -V MicroEmacs 06 - Date 2006/09/09 -...
2163
dsjkvf
Dec 4, 2006 1:42 pm
... so, i found this: http://www.jasspa.com/me/m9typ047.html -- which do work with files with extension *.jst. so, this is quite clear :). ... i still do not...
2164
Phillips, Steven
sphillips@...
Dec 4, 2006 2:08 pm
If you are using the right version of notes.emf it will be the default major mode for all notes. Load your notes file and go to a note, then open Tools ->...
2165
Bryan Schofield
schofield.bryan@...
Dec 4, 2006 2:42 pm
Are you using: MicroEmacs 06 - Date 2006/09/09 - win32 esc-x about My version has jst help... Notes already is using jst so you don't have to do anything...
2166
Bryan Schofield
schofield.bryan@...
Dec 4, 2006 2:48 pm
blah ignore me...I didn't see the whole thread until I sent my response... sigh....
2167
jon@...
bigfatmrmoose
Dec 4, 2006 6:27 pm
... If the jst(9) notes are not in your help pages (will be referenced in the glossary) then your 'metree39; is not up to date. Download a new metree bundle and...
2168
dsjkvf
Dec 4, 2006 10:25 pm
yes, Jon, thank you very much (in fact, i've already noticed those *-2.* files, but haven't got time to check and to say here in the list that the problem is...
2169
jon@...
bigfatmrmoose
Dec 5, 2006 7:31 pm
... The metree-2 change was really minor, the main fix was Bryan's issue with the macros failing on start up and some fixes to SQL and ColdFusion templates and...
2170
Detlef Groth
dgroth_99
Dec 6, 2006 4:48 am
<snip> By the way were there any changes worth sharing that we should add to the ... plpgsql extensions for postgres/oracle functions ...
2171
dsjkvf
Dec 6, 2006 6:40 am
... well, probably, yes -- may be from some RC.. do not remember, in fact :). ... well, i try to follow this guideline generally. but sometimes i change ...
2172
Jon Green
bigfatmrmoose
Dec 6, 2006 8:36 pm
... Hi Detlef, Long time, no see! ... and a new wiki playground. Yes you are right the DIV is a good candidate for the html indentation that should be fixed. ...
2173
Jeremy Cowgar
cp200205
Dec 6, 2006 10:52 pm
How can I specify word characters for a certain mode? i.e. lisp. It allows - as a word character: (define (my-func a b c) (let (define-is-done true).... In...
2174
Steven Phillips
bill@...
Dec 7, 2006 12:18 am
It sounds like '-' should be made part of the lisp's word class, i.e. ME should be configured to treat 'define-is-done39; as a single 'word' rather than 3 hyphen...
2175
ZarathustraXYZ
Dec 9, 2006 10:07 pm
Hi Jon, the website seems to be down. Ciao. Vincenzo...
2176
Jeremy Cowgar
cp200205
Dec 10, 2006 12:20 am
Works here....
2177
azynheira
Dec 11, 2006 12:18 pm
Hello, I found a weird problem with ME, if I have the tool bar active. It works most of the times, ME loads correctly, including session info. But sometimes if...
2178
Steven Phillips
bill@...
Dec 11, 2006 8:08 pm
Are you using a terminal (i.e. non-window 'me -n' version) and a window version? There is a problem with a session file muddling the settings of the 2 and this...
2179
azynheira
Dec 12, 2006 12:07 pm
Hello Steve, Long time no "see" :-) I don't think that could be the problem since I don't even have a console version compiled in my machine. Neverteless I...
2180
Phillips, Steven
sphillips@...
Dec 12, 2006 3:40 pm
If you manage to reproduce the problem please copy you erf and the esf files to one side and send them to me, I should be able to track down the problem from...
2181
azynheira
Dec 13, 2006 11:15 am
Hello, Since I set the following variables: D:\ME>set MEINSTALLPATH=D:\ME D:\ME>set MEPATH=D:\ME\Macros;D:\ME92;PGomes D:\ME>set MEUSERPATH=D:\ME92;PGomes The...