... 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. ...
... 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...
... [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....
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....
Phillips, Steven
sphillips@...
Dec 4, 2006 10:55 am
2162
... 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 -...
... 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...
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 ->...
Phillips, Steven
sphillips@...
Dec 4, 2006 2:08 pm
2165
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...
Bryan Schofield
schofield.bryan@...
Dec 4, 2006 2:42 pm
2166
blah ignore me...I didn't see the whole thread until I sent my response... sigh....
Bryan Schofield
schofield.bryan@...
Dec 4, 2006 2:48 pm
2167
... If the jst(9) notes are not in your help pages (will be referenced in the glossary) then your 'metree' is not up to date. Download a new metree bundle and...
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...
... 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...
... 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 ...
... 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. ...
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...
It sounds like '-' should be made part of the lisp's word class, i.e. ME should be configured to treat 'define-is-done' as a single 'word' rather than 3 hyphen...
Steven Phillips
bill@...
Dec 7, 2006 12:18 am
2175
Hi Jon, the website seems to be down. Ciao. Vincenzo...
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...
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...
Steven Phillips
bill@...
Dec 11, 2006 8:08 pm
2179
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...
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...
Phillips, Steven
sphillips@...
Dec 12, 2006 3:40 pm
2181
Hello, Since I set the following variables: D:\ME>set MEINSTALLPATH=D:\ME D:\ME>set MEPATH=D:\ME\Macros;D:\ME\PGomes D:\ME>set MEUSERPATH=D:\ME\PGomes The...
hello, is it possible to use something, that may be called pseudo-wrap: when text is wrapped while edited, but when saved it remains unwrapped, one paragraph...
There is a command called 'browse' which has a wrap mode bound to 'w', this is the closest ME comes to this type of feature, Steve ...
Phillips, Steven
sphillips@...
Jan 15, 2007 8:01 am
2190
... but it is only for viewing, as i see.. the point is that i'd like to edit some text files in ME (since it's the best editor, you know :)), but then i...
... Yes I've noticed this as well I think there is a bug in the paragraph wrap somewhere in 06/09/09. You need this to work to do what you want to do. We ...
hello, is there any way to place the text i enter in the center of the window? i mean not the alignment:center, but just add some adjustable margin from the...
... Quick method would be to write a macro that changes the current $buffer-fill-col to be the buffer width. Problem comes when you resize the window your...