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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1789 - 1822 of 2512   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1789
I'm experimenting with the Client-Server functions in ME on Windows. I'm using a scripting language to send the commands via a DOS window, which auto-closes...
Gadrin
gadrin77
Offline Send Email
Feb 9, 2006
4:26 pm
1790
Gadrin, When playing around with these things I try to start off small, so I started a new cmd prompt and typed: me32 -m "C:ME:ml-write hello" What happened...
Steven Phillips
bill@...
Send Email
Feb 9, 2006
8:10 pm
1791
oh beautiful! I'm in no hurry, just a babe in the woods compared to you guys and I thought the feature was interesting. I assumed it was something I'd ...
Gadrin
gadrin77
Offline Send Email
Feb 10, 2006
12:20 am
1792
... write "hello\tworld"\n yeah, I tried appending both CRLF and LF separately to the end of the string but no go. ... sounds good ... yes, that'd be nice, so...
Gadrin
gadrin77
Offline Send Email
Feb 10, 2006
1:39 am
1793
Hi all. Because of the current behaviour of "C-X u", which seems to clear the undo stack after saving a buffer, I have trouble developing CGI-Scripts. During...
Patrick Das Gupta
patrick@...
Send Email
Feb 10, 2006
9:06 am
1794
From user-setup (Help -> User Setup) goto the General tab and enable the option 'Keep Undo' Steve...
Phillips, Steven
sphillips@...
Send Email
Feb 10, 2006
9:10 am
1795
... Thanks, Steve! I will have a look at it shortly. Patrick...
Patrick Das Gupta
patrick@...
Send Email
Feb 10, 2006
9:15 am
1798
Is there a work around for the resizing bug that cause ME to jump to the 1st monitor and constrain its width to fit only on monitor. This occurs on Windows...
Schofield, Bryan (GE ...
Bryan.Schofield@...
Send Email
Feb 23, 2006
5:39 pm
1799
Yes, the latest development version (available at http://www.jasspa.com/development/) should work okay - width is not restricted at all, height is still bound...
Phillips, Steven
sphillips@...
Send Email
Feb 23, 2006
5:43 pm
1802
I'm having a problem with method name highlighting in Java. It won't "hilight" them in the program text, but will in the item list. I think my default scheme...
Thomas Hundt
thundt
Offline Send Email
Mar 23, 2006
8:15 pm
1803
Tom, The List Items and the hilighting are 2 separate things. The List Items is a 'one shot' operation which uses the full syntax of ME's regex engine, it can...
Phillips, Steven
sphillips@...
Send Email
Mar 24, 2006
9:31 am
1804
Aha, thanks for the explanation. It must be tricky to parse this stuff. Maybe the answer is to use the full-strength parsing engine? Would it be that slow?...
Thomas Hundt
thundt
Offline Send Email
Mar 24, 2006
7:52 pm
1805
Hi list, I am new here and I have found an old message without answer: I solved the python string highlight problem with: 1. Edit hkpython.emf and change...
Jiri Vit
jirivit@...
Send Email
Apr 4, 2006
11:30 am
1806
Jiri, Thank you for your help on this topic. For the next version of MicroEmacs I have added a new hilight feature that could mean that the need for the #"""...
Phillips, Steven
sphillips@...
Send Email
Apr 4, 2006
12:00 pm
1807
I found the original email (missed it first time around), the example suggests the python format is: ... I have utilized the '<' and '>' attached to the """ so...
Steven Phillips
bill@...
Send Email
Apr 4, 2006
9:52 pm
1808
Unfortunately long python string begins and ends only with '"""'. All strings between the triple-quotes are part of string data. For details look at this: ...
Jiri Vit
jirivit@...
Send Email
Apr 5, 2006
7:59 am
1809
Hmmm... That makes it a lot more tricky, fundamentally this breaks the hilighting as you cannot determine whether a """ is the start or end of the string...
Steven Phillips
bill@...
Send Email
Apr 7, 2006
9:14 am
1810
At this point, I use ME for everything EXCEPT code. The only thing stopping me from using it as my only editor is auto indention! When I type a return on a...
smithno999
Offline Send Email
Apr 7, 2006
7:57 pm
1811
999, You are not alone but you will be please to know that it is easily fixed (assuming you are using me0505 :). Try the following: - Make sure you have only...
Steven Phillips
bill@...
Send Email
Apr 7, 2006
8:22 pm
1812
Ho, I should have also said... ... user-setup -> General -> Tab to Indent - set to Never Indent, however this only changes the behaviour of TAB so the...
Steven Phillips
bill@...
Send Email
Apr 7, 2006
8:25 pm
1813
... In a java or perl buffer do the following: M-x buffer-setup OR Help->Buffer setup Uncheck "Setup Auto Indent" This turns off auto indent. Check Buffer...
Jon Green
bigfatmrmoose
Offline Send Email
Apr 7, 2006
8:31 pm
1814
Hello, here are my own (I hope better ;-) versions of the python-abbrev and hkpython file with functions hiligth. Jiri Vit...
Jiri Vit
jirivit@...
Send Email
Apr 9, 2006
9:26 am
1815
Hi, I have using ME for years in Windows, but now I've just install it in Ubuntu Linux, using the Patrick Das Gupta's package. All alright, but an important...
saberquiero
Offline Send Email
Apr 9, 2006
3:03 pm
1816
If it happens in more than one program, it's an operating system (Linux) problem, not a MicroEmacs problem. Sounds like your keyboard isn't configured...
Thomas Hundt
thundt
Offline Send Email
Apr 9, 2006
3:42 pm
1817
Are you using an X window or terminal ME session? And what version of Linux? Does this happen in other apps? If so could it be your setup as Tom suggests? As a...
Steven Phillips
bill@...
Send Email
Apr 9, 2006
4:31 pm
1818
... X Window; I use a GNOME desktop. Tested also in a terminal. And what version of Linux? Ubuntu 5.10 (Breezy Badger), a Debian based distribution. The kernel...
Rodolfo Valeiras Reina
saberquiero
Offline Send Email
Apr 9, 2006
6:53 pm
1819
Sorry, I misunderstood, I thought you said every app does it. Anyway: Guess what. I have a similar Ubuntu (breezy), and the same problem, on one of my...
Thomas Hundt
thundt
Offline Send Email
Apr 9, 2006
7:45 pm
1820
... I looked at this over the weekend. I think the code handling for XK_dead_xxxxxxxx needs to be changed in unixterm.c. I got the impression that these should...
Jon Green
jnaught@...
Send Email
Apr 10, 2006
8:36 am
1821
I'll be happy to test whatever binaries you care to send. My box is a Thinkpad which is a normal i386 box. IMO the "dead keys" should be ignored by software...
Thomas Hundt
thundt
Offline Send Email
Apr 10, 2006
3:54 pm
1822
... key ... On my Spanish keyboard, to the right of the L is the Ñ (N tilde, ; and ... accent and acute accent, double and single quotes in US, I think). This...
saberquiero
Offline Send Email
Apr 10, 2006
6:07 pm
Messages 1789 - 1822 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