Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jasspa · JASSPA's MicroEmacs

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 127
  • Category: Cyberculture
  • Founded: Jul 7, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1128 - 1157 of 2695   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
1157 Jon Green
bigfatmrmoose Send Email
Aug 27, 2004
7:07 am
... 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...
1156 Phillips, Steven
sphillips@... Send Email
Aug 27, 2004
6:33 am
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...
1155 Thomas Hundt
thundt Send Email
Aug 26, 2004
11:12 pm
... 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 --...
1154 Jon Green
bigfatmrmoose Send Email
Aug 26, 2004
9:52 pm
... 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...
1153 Thomas Hundt
thundt Send Email
Aug 26, 2004
5:53 pm
Maybe check out the abbrevs functionality. It's kind of in that direction. -Th ... -- Thomas Hundt <tom@...> +1-415-867-6698...
1152 Thomas Hundt
thundt Send Email
Aug 26, 2004
5:39 pm
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...
1151 Salman Khilji
salmankhilji Send Email
Aug 26, 2004
1:15 pm
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...
1150 first last
prelude_2_mu... Send Email
Aug 24, 2004
9:25 am
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),...
1149 Jon Green
bigfatmrmoose Send Email
Aug 14, 2004
1:27 pm
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...
1148 first last
prelude_2_mu... Send Email
Aug 9, 2004
10:32 am
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...
1147 Phillips, Steven
sphillips@... Send Email
Aug 9, 2004
6:49 am
Gabriel, You may also need to get ME to ignore the windows modifier keys, at around 1893 of unixterm.c add the 'Super&#39; key definition, i.e.: case XK_Meta_R: ...
1146 Jon Green
bigfatmrmoose Send Email
Aug 7, 2004
10:40 am
... 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...
1145 first last
prelude_2_mu... Send Email
Aug 7, 2004
10:26 am
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...
1144 first last
prelude_2_mu... Send Email
Jul 28, 2004
4:33 pm
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...
1143 Jon Green
bigfatmrmoose Send Email
Jul 28, 2004
1:42 pm
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....
1142 Phillips, Steven
sphillips@... Send Email
Jul 28, 2004
1:39 pm
Following macro does what its name suggests, hope you find it useful. Steve define-macro html-find-next-unmatched-tag !if ¬ &seq @wc "<" !force...
1141 Phillips, Steven
sphillips@... Send Email
Jul 28, 2004
1:25 pm
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...
1140 first last
prelude_2_mu... Send Email
Jul 27, 2004
7:15 pm
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...
1139 Thomas Hundt
thundt Send Email
Jul 27, 2004
6:41 pm
[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...
1138 first last
prelude_2_mu... Send Email
Jul 27, 2004
4:45 pm
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...
1137 Jon Green
bigfatmrmoose Send Email
Jul 27, 2004
10:39 am
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...
1136 Meino Christian Cramer
Meino.Cramer@... Send Email
Jul 20, 2004
10:56 pm
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...
1135 Meino Christian Cramer
Meino.Cramer@... Send Email
Jul 7, 2004
9:27 am
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...
1134 Phillips, Steven
sphillips@... Send Email
Jul 7, 2004
6:54 am
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...
1133 Meino Christian Cramer
Meino.Cramer@... Send Email
Jul 7, 2004
6:01 am
Hi, while digging through the files, which come with the Jasspa Microemacs distribution, I found the following "construction&quot;, which not clear to me: <n>...
1132 Meino Christian Cramer
Meino.Cramer@... Send Email
Jun 30, 2004
4:31 am
Hi, It would be very convenient to switch the cursor color when cwitching between insert and overwrite mode. ANother thing I want to change is the color of the...
1131 Meino Christian Cramer
Meino.Cramer@... Send Email
Jun 25, 2004
8:20 am
From: "Phillips, Steven" <sphillips@...> Subject: RE: [jasspa] Somehow "unknown user" effects Date: Fri, 25 Jun 2004 03:07:02 -0400 Hi, thank you very much...
1130 Jon Green
bigfatmrmoose Send Email
Jun 25, 2004
7:31 am
... Also .... If you are not allowed to write to the system directories then you can place the standard macros in ~/.jasspa/macros. Your private macros and...
1129 Phillips, Steven
sphillips@... Send Email
Jun 25, 2004
7:07 am
Meino, For your user files to be in '~/me' you must be using some customisation environment variable, in ME 2004 this could be one of $MEPATH, $MEUSERPATH or...
1128 Meino Christian Cramer
Meino.Cramer@... Send Email
Jun 25, 2004
6:49 am
Hi, I got a "problem with ME" -- and the "'s are for "I dont know, who is guilty for that". I am using XFree 4.4.0 and IceWM 1.2.14 on Linux 2.6.7 When...
Messages 1128 - 1157 of 2695   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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