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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2556 - 2635 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2556 Jon Green
bigfatmrmoose Send Email
May 3, 2010
12:02 am
A Zero-install JASSPA MicroEmacs image for the Asus Eee PC has now been built and uploaded to the Jasspa site. This does not require the macros which are built...
2558 cp200205 Send Email Sep 13, 2010
8:21 pm
I am having problems with the default Tcl mode indenting this code snippet correctly (periods prefixed for spacing of how MicroEmacs indents it: if { 1 } { ...
2559 Steven Phillips
bill@... Send Email
Sep 14, 2010
7:46 am
Jeremy, Try adding the following line to your mytcl.emf: indent .hilight.tcl n "\&#92;[[^][{\"]*{" t This rules identifies the '[ ..... {' and treats it like a...
2560 Jeremy Cowgar
cp200205 Send Email
Sep 14, 2010
12:19 pm
That makes things better but it just lead me to discover another problem with the tcl indenting. When a continuation character is used, the next if statement...
2603 Jonathan B. Bayer
linuxgurugamer Send Email
Sep 22, 2010
5:04 pm
Hello Jasspa, Someone is spamming the list with lots of xxx messages. Can one of the moderators ban the user (appears to be jasoom2002@...). Thanks JBB ...
2604 Jon Green
bigfatmrmoose Send Email
Sep 22, 2010
7:06 pm
... Hi Jonathan, Thanks for the heads up on this, sorry we did not notice the ISP had filtered them all out as spam so never arrived to us. Apologies to all,...
2605 Jonathan B. Bayer
linuxgurugamer Send Email
Sep 22, 2010
8:40 pm
Hello Jon, Thank you JBB Wednesday, September 22, 2010, 3:05:55 PM, you wrote: ... JG> Hi Jonathan, JG> Thanks for the heads up on this, sorry we did not...
2606 Christof Boeckler
microemacs@... Send Email
Sep 30, 2010
5:00 pm
Hi to all on the list! It has been very quiet from my side in the last year(s). Sorry for that, but I have been too busy. As some of you (esp. Jon and Steve)...
2612 Jonathan B. Bayer
linuxgurugamer Send Email
Oct 4, 2010
1:25 am
Hello Jasspa, this user: jassem333@yahoogroups.com is sending spam. JBB ... Jonathan B. Bayer mailto:jbayer@......
2613 jasspa Send Email Oct 4, 2010
12:53 pm
Thanks Banned and killed. I may be forced to moderate all messages at this rate. Regards Jon...
2614 Jonathan B. Bayer
linuxgurugamer Send Email
Oct 4, 2010
2:31 pm
Re: [jasspa] Re: Spam again on the list Hello jasspa, Thank you. Try moderating the new users first. That seems to work well for some other lists I'm on . JBB ...
2615 Jeremy Cowgar
cp200205 Send Email
Oct 4, 2010
4:48 pm
Another spammer. x.usa10@... Jon said: "I may be forced to moderate all messages at this rate. " May try, as Jonathan suggested, moderating new users,...
2616 cp200205 Send Email Nov 2, 2010
3:33 am
I guess I am back to this same wish. If text is selected and I type, can the selected text be automatically deleted? Jeremy...
2617 Jeremy Cowgar
cp200205 Send Email
Nov 2, 2010
8:10 am
I am a core developer with the Euphoria team (http://www.openeuphoria.org) and over the past few years have "perfected&quot; (loose use of the word J) a Euphoria...
2618 Steven Phillips
bill@... Send Email
Nov 2, 2010
9:32 am
This is one for me, I should be able to get this working but it may take me a little time... Steve...
2619 Steven Phillips
bill@... Send Email
Nov 2, 2010
9:45 am
Is this to work with just the 'MS Shift Region' feature (i.e. holding down the shift key to define the require selection to be overwritten)? with the mouse?...
2620 Jeremy Cowgar
cp200205 Send Email
Nov 2, 2010
2:19 pm
Yes, just MS shift region. Jeremy From: jasspa@yahoogroups.com [mailto:jasspa@yahoogroups.com] On Behalf Of Steven Phillips Sent: Tuesday, November 02, 2010...
2621 Jeremy Cowgar
cp200205 Send Email
Nov 2, 2010
5:08 pm
I think a fresh start this morning help. I now have it working. I made several other non-related changes but as near as I can tell this is the diff that made...
2622 Jeremy Cowgar
cp200205 Send Email
Nov 2, 2010
8:20 pm
I would like to add additional indents to HTML tags. I created, in Jeremy.emf: define-macro my-fhook-html indent #l1 n "<p" t indent #l1 o "</p>" -t !emacro I...
2623 Steven Phillips
bill@... Send Email
Dec 8, 2010
11:08 am
Jeremy, Can you please try out the following patch, below is a diff and attached is the complete emf file, I suggest you keep your current version just in case...
2624 igcain Send Email Jan 27, 2011
8:59 pm
Hi there I want to invoke the ne editor such that when it starts it goes to a specified line of text ready for over typing. My start-up macro in ne.emf looks...
2625 Jon Green
bigfatmrmoose Send Email
Jan 27, 2011
11:09 pm
... Hi Ian, VarName needs to be a MicroEmacs variable i.e. $foo so you will do: ne -v"$foo=MONTH= " somefile Then in your start-up macro you reference the...
2626 Jon Green
bigfatmrmoose Send Email
Jan 28, 2011
12:26 am
... Hi Ian, VarName needs to be a MicroEmacs variable i.e. $foo so you will do: ne -v"$foo=MONTH= " somefile Then in your start-up macro you reference the...
2627 igcain Send Email Jan 28, 2011
5:36 pm
... Jon thanks for the reply. One question how do I know which variable I can use? Ian...
2628 Jon Green
bigfatmrmoose Send Email
Jan 28, 2011
11:28 pm
... Hi Ian, You can use any variable that is *NOT* listed in esc-x list-variables These are ME's variables that are used by macros. Also avoid any environment...
2629 igcain Send Email Jan 29, 2011
9:58 am
... Thanks for the advice Jon. Unfortunately $arg1 doesn't work all I get is "arg1: Undefined variable" when I use the command line ne -v$arg1="Hello"...
2630 Jon Green
bigfatmrmoose Send Email
Jan 29, 2011
7:03 pm
... Hi Ian, Should not be a problem. Problem is what O/S you are running. So I am running on Sun Solaris at the moment and I can do: orac% ne -v'$arg1=Hello' ...
2631 igcain Send Email Jan 30, 2011
9:00 am
... Jon The single quotes did it! (can't think why I hadn't tried that before) Thanks for all the help. Ian...
2634 Jon Green
jng614 Send Email
Feb 23, 2011
8:17 pm
The spam poster has been removed as have messages. Jon....
2635 Jeremy Cowgar
cp200205 Send Email
May 4, 2011
2:31 pm
Just FYI: http://jeremy.cowgar.com/2011/05/04/task-timer-for-microemacs/ Some may find it useful. Jeremy...
Messages 2556 - 2635 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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