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, 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@...
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 ...
... 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...
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@...
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@...
Feb 10, 2006 9:10 am
1795
... Thanks, Steve! I will have a look at it shortly. Patrick...
Patrick Das Gupta
patrick@...
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@...
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@...
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...
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@...
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?...
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@...
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@...
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@...
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@...
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@...
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...
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@...
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@...
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...
Hello, here are my own (I hope better ;-) versions of the python-abbrev and hkpython file with functions hiligth. Jiri Vit...
Jiri Vit
jirivit@...
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...
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...
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@...
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...
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...
... 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@...
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...
... 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...