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 1725 - 1755 of 2506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1725
I've been reformatting some writing I did using ME today. This afternoon's session went fine but tonight I noticed when I went to reformat/Justify the text I'd...
Gadrin
gadrin77
Offline Send Email
Dec 2, 2005
5:21 am
1726
This could be because you are using ifill-paragraph and that macro has a problem or the auto-detect mode is going wrong. First try using fill-paragraph instead...
Phillips, Steven
sphillips@...
Send Email
Dec 2, 2005
10:51 am
1727
I'm beginning to think it's the "content" of the paragraph as it seems to only happen to certain paras. I was able to recreate it 3 times in a row this AM, and...
Gadrin
gadrin77
Offline Send Email
Dec 2, 2005
6:24 pm
1728
... Hi Gadrin, Yes this old problem. The root cause is the 'smart' (or not so as in this case) fill paragraph. It attempts to determine if the text is ...
Jon Green
bigfatmrmoose
Offline Send Email
Dec 2, 2005
8:49 pm
1729
... Okay, it's not too big a deal, it just was weird that after several months of "normal behavior" it suddenly started doing this. What I can't figure out is...
Gadrin
gadrin77
Offline Send Email
Dec 4, 2005
3:05 am
1730
Hi, are there any plans to support the UTF-8 encoding? (Not in NE, but at least in ME.) Gruß / Regards Christof -- http://home.in.tum.de/~boeckler/...
Christof Boeckler
boeckler@...
Send Email
Dec 5, 2005
10:43 am
1731
Add me on the waiting list for this one too ;) -- bruno _________________________________________________________________ Bruno Sabin...
Sabin, Bruno
beulo
Offline Send Email
Dec 5, 2005
11:03 am
1732
... Maybe it is of some interest: QEmacs http://fabrice.bellard.free.fr/qemacs/ seams to have "Full UTF8 support" and it is LGPL. So maybe you can get some...
Christof Boeckler
boeckler@...
Send Email
Dec 5, 2005
11:08 am
1733
This is really difficult to support well, ideally ME would need to go wide char (i.e. use a short rather than a byte to store a single character) to support...
Phillips, Steven
sphillips@...
Send Email
Dec 5, 2005
11:23 am
1734
I'm curious, what are people editing that they need UTF-8 for? I haven't encountered it yet. (Maybe I'm just behind the times?) -Th ... -- Thomas Hundt...
Thomas Hundt
thundt
Offline Send Email
Dec 5, 2005
4:41 pm
1735
... UTF-8, Unicode, multibyte chars ... there all over the place. I have to use GNU Emacs when dealing with multibyte localized header files (Software I18N...
Sabin, Bruno
beulo
Offline Send Email
Dec 5, 2005
5:28 pm
1736
I'm a bit confused, I've been through the docs and I cannot quite get a handle on how to accomplish this. I want to create a macro that sends the buffer...
Jeremy Cowgar
jeremy@...
Send Email
Dec 5, 2005
5:53 pm
1737
Is it possible to configure MicroEmacs to overwrite what is currently selected? I have gotten into the habbit of doing things like Shift-Home, Hello, World! By...
Jeremy Cowgar
jeremy@...
Send Email
Dec 6, 2005
12:15 am
1738
Yes, I know what you mean. Windows apps get you used to doing stuff like that. Hitting ^W is not possible? (I think you can do it even after you've typed...
Thomas Hundt
thundt
Offline Send Email
Dec 6, 2005
12:39 am
1739
It seems that when I get in heavy comments, that the display hilighting get's goofed up. It stops hilighting correctly. I vaugly remember some type of setting...
Jeremy Cowgar
jeremy@...
Send Email
Dec 6, 2005
9:28 pm
1740
It's the hilight look-back setting (bit 2) of the initial hilight call, e.g. from hkc.emf: 0 hilight .hilight.c 2 50 Will cope with up to a 50 line comment....
Phillips, Steven
sphillips@...
Send Email
Dec 7, 2005
10:20 am
1741
Can the MicroEmacs indentation engine support a language such as Python?...
cp200205
Offline Send Email
Dec 9, 2005
1:14 am
1742
Unfortunately not - python uses the indentation to indicate the programmers intent, i.e. if you change the indentation of a line it can effect the program. The...
Phillips, Steven
sphillips@...
Send Email
Dec 9, 2005
7:58 am
1743
... That's correct, however the system could do some smart indentation, for instance: if 1 == 1:[ENTER] [TAB]print "1 is actually 1" The system could figure...
Jeremy Cowgar
cp200205
Offline Send Email
Dec 9, 2005
3:11 pm
1744
I think simply using a short instead of a char will NOT do the trick. It would really need up to four bytes per char. http://en.wikipedia.org/wiki/UTF-8 Pretty...
Thomas Hundt
thundt
Offline Send Email
Dec 10, 2005
4:31 pm
1745
I've been noticing a weird problem where ME gives me the prompt, "Scheme:" when I open a sql file. It only does it under Windows, despite the fact that all my...
Thomas Hundt
thundt
Offline Send Email
Dec 11, 2005
6:52 pm
1746
... Thanks. There was also this problem under UNIX and like you say assignment of the keyword resolves the issue. Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Dec 12, 2005
9:45 am
1747
From what I can see there is a bug in the atoi routine used. I first noticed this when I was trying to remove leading zeroes from part of the ascii-time...
Thomas Hundt
thundt
Offline Send Email
Dec 19, 2005
7:22 pm
1748
From what I can see there is a bug in the atoi routine used. I first noticed this when I was trying to remove leading zeroes from part of the ascii-time...
Thomas Hundt
thundt
Offline Send Email
Dec 19, 2005
8:23 pm
1749
Changing meAtoi to not handle C style base numeric notation would most definitely break a lot of things - see me.emf or grep for '0x' in the macros directory. ...
Phillips, Steven
sphillips@...
Send Email
Dec 20, 2005
8:17 am
1750
Yeah I guess it *is* documented -- on the help page macroOverview(4), "MACRO LANGUAGE OVERVIEW": All variables are treated as strings within MicroEmacs so the...
Thomas Hundt
thundt
Offline Send Email
Dec 20, 2005
6:48 pm
1752
Hi all, I have set up a webpage for MicroEmacs and put the latest refcard on it: http://jamesie.de/microemacs/index.en.html Regards Christof -- ...
Christof Boeckler
boeckler@...
Send Email
Jan 4, 2006
11:22 am
1753
... Hi Christof, Thanks for this. There are now links to this page from www.jasspa.com on the main page and from the download page. Regards Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Jan 4, 2006
11:45 am
1754
Hi, I've created some ME and NE packages for Debian Sarge (i386,powerpc), Debian Sid (i386) and Ubuntu Breezy (i386). They can be found at [0]. They are tested...
Patrick Das Gupta
patrick@...
Send Email
Jan 13, 2006
3:41 pm
1755
Patrick, simply try the JASSPA download page under "Documentation". Here is a direct link: http://www.jasspa.com/downdoc.html. This should do the trick. Bruno ...
Sabin, Bruno
beulo
Offline Send Email
Jan 13, 2006
4:23 pm
Messages 1725 - 1755 of 2506   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