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...
Show off your group to the world. Share a photo of your group with us.

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 1133 - 1162 of 2512   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1133
Hi, while digging through the files, which come with the Jasspa Microemacs distribution, I found the following "construction", which not clear to me: <n>...
Meino Christian Cramer
Meino.Cramer@...
Send Email
Jul 7, 2004
6:01 am
1134
Meino, The argument <n> for define-macro-file has the same effect as the argument for define-macro. An argument of 0 is used to avoid polluting the command...
Phillips, Steven
sphillips@...
Send Email
Jul 7, 2004
6:54 am
1135
From: "Phillips, Steven" <sphillips@...> Subject: RE: [jasspa] Digging through the system files Date: Wed, 7 Jul 2004 02:53:49 -0400 Hi Steve, thank you a...
Meino Christian Cramer
Meino.Cramer@...
Send Email
Jul 7, 2004
9:27 am
1136
HI, is there a save-region or write-region macro out there anywhere? I tried to write one myself but I failed to get asking for a file to write to and error...
Meino Christian Cramer
Meino.Cramer@...
Send Email
Jul 20, 2004
10:56 pm
1137
A limited set of patches for the 20040301 release have been posted to www.jasspa.com which includes the latest fixes to the source and macros. They are...
Jon Green
bigfatmrmoose
Offline Send Email
Jul 27, 2004
10:39 am
1138
Hi everyone. For a while I have been looking for an editor that would hightlight unmatched html tags (to no avail). Then I thought that ME would be the ideal...
first last
prelude_2_mu...
Offline Send Email
Jul 27, 2004
4:45 pm
1139
[Gabriel] ... I think in XML you are *required* to match (close) tags strictly; in HTML you can get away with leaving a lot of them out (e.g., </td> before a...
Thomas Hundt
thundt
Offline Send Email
Jul 27, 2004
6:41 pm
1140
HTML does not require you to close the tags, but it is recommended (and required in XHTML). What many editors do is closing the closest tag as soon as you type...
first last
prelude_2_mu...
Offline Send Email
Jul 27, 2004
7:15 pm
1141
Gabriel, I have found that reformatting the html/asp/js file using ME's indentation is the best way of quickly finding a missing important tag, as a result I...
Phillips, Steven
sphillips@...
Send Email
Jul 28, 2004
1:25 pm
1142
Following macro does what its name suggests, hope you find it useful. Steve define-macro html-find-next-unmatched-tag !if &not &seq @wc "<" !force...
Phillips, Steven
sphillips@...
Send Email
Jul 28, 2004
1:39 pm
1143
A binary package for Fedora Linux has been published on www.jasspa.com. This resolves the issues with the pty setup under Linux Kernel 2.6. Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Jul 28, 2004
1:42 pm
1144
Thank you very much for the macro. It really does the job. Could you please include on the next release? Regarding the other solution (restyle buffer) the...
first last
prelude_2_mu...
Offline Send Email
Jul 28, 2004
4:33 pm
1145
Hi. I have found a slight annoyance with ME on Gentoo 2004-2. I am using pewkm and so I can join frames in tabs, and have mapped windows (Mod4) + l to next...
first last
prelude_2_mu...
Offline Send Email
Aug 7, 2004
10:26 am
1146
... Gabriel, Below are a selection of previous psotings on bad keys and translations methods. You should be able to map (or get rid of) the key using one of...
Jon Green
bigfatmrmoose
Offline Send Email
Aug 7, 2004
10:40 am
1147
Gabriel, You may also need to get ME to ignore the windows modifier keys, at around 1893 of unixterm.c add the 'Super' key definition, i.e.: case XK_Meta_R: ...
Phillips, Steven
sphillips@...
Send Email
Aug 9, 2004
6:49 am
1148
Thanks Jon and Steven, the global-bind-key function did the trick. Now I can go back to using tabs :) Do you think that it would be a good idea to include a...
first last
prelude_2_mu...
Offline Send Email
Aug 9, 2004
10:32 am
1149
Attached a minor fix for manual page display under Linux patch macros/hkman.emf (problem page hosts.allow). Jon. cd /home/jon/me/macros/ cvs diff -c -w...
Jon Green
bigfatmrmoose
Offline Send Email
Aug 14, 2004
1:27 pm
1150
Hi. I have been testing SciTe again and I have found a couple of possible improvements for Microemacs: -Autocompletion (triggered by ctrl+enter or similar),...
first last
prelude_2_mu...
Offline Send Email
Aug 24, 2004
9:25 am
1151
Yes. I would also find this feature useful. While we are at it, please allow me to make another request: I'd like to be able to drag'n drop files from the...
Salman Khilji
salmankhilji
Offline Send Email
Aug 26, 2004
1:15 pm
1152
So I have these routines lying around to comment and un-comment out lines. And I've been playing around with the keybindings a bit this morning and noticed...
Thomas Hundt
thundt
Offline Send Email
Aug 26, 2004
5:39 pm
1153
Maybe check out the abbrevs functionality. It's kind of in that direction. -Th ... -- Thomas Hundt <tom@...> +1-415-867-6698...
Thomas Hundt
thundt
Offline Send Email
Aug 26, 2004
5:53 pm
1154
... The '-' is used with key combinations (i.e. that are pressed together) i.e. "C-c" is Control + c. "esc x" is <ESC> followed by "x" and they are not pressed...
Jon Green
bigfatmrmoose
Offline Send Email
Aug 26, 2004
9:52 pm
1155
... Yeah I know, I was mostly teasing with that one, and agree about the sorting and that the US is wacky, as usual. YYYY would make it a little more clear --...
Thomas Hundt
thundt
Offline Send Email
Aug 26, 2004
11:12 pm
1156
Note also that "A-," == "esc ," when only "esc ," is bound is a feature rather than a bug. When the user presses an A-? key (e.g. A-space) ME first looks for...
Phillips, Steven
sphillips@...
Send Email
Aug 27, 2004
6:33 am
1157
... Yes you are right, if we used yyyy instead of yy in the version display it would be a little more obvious and less open for interpretation. Probably a...
Jon Green
bigfatmrmoose
Offline Send Email
Aug 27, 2004
7:07 am
1158
Hi, Just a note to say I just started using MicroEmacs and really like it. I had been using Jedit (the Java based editor), which has some very nice features,...
Tony Bedford
tbedford_csl@...
Send Email
Sep 8, 2004
9:41 am
1159
... Hi Tony, Thanks for the E-Mail. Cheered me up this morning. Nice to get some positive feedback from time to time. ... See the help page vm(3) for E-Mail...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 8, 2004
10:29 pm
1160
OK Thanks Jon. Thanks for the information. If I make any progress with either the email setup or linking to HTML tidy, I will let the list know. Been happily...
Tony Bedford
tbedford_csl@...
Send Email
Sep 9, 2004
11:56 am
1161
Hello there, Is it possible to set the window size when starting me on Linux ? I'm using IceWM and the me window ignores the fact that there's a taskbar along...
Steven Law
workhorsemov...
Offline Send Email
Sep 9, 2004
4:49 pm
1162
... Can use .Xdefaults - will find this in the help glossay. OR (easy option) Resize and then right mouse click on the mode line and select "Store Frame Size"...
Jon Green
jnaught@...
Send Email
Sep 9, 2004
5:07 pm
Messages 1133 - 1162 of 2512   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