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...
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@...
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...
... 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 ...
... 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...
... 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@...
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@...
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...
... 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...
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@...
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@...
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...
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@...
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@...
Dec 7, 2005 10:20 am
1741
Can the MicroEmacs indentation engine support a language such as Python?...
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@...
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...
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...
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...
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...
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...
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@...
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...
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@...
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 ...