... No. ... Yes. There are lots of Emacs variations out there. Keep MicroEmacs good at what it is good at, being small, fast, and enduring. ... Probably....
... bindings that ... Hi Bob, Thanks for the feedback. With respect to the bindings then we'll fix these up as suggested. Changes applied for these two follow....
1229
Steven Phillips
bill@...
Oct 17, 2004 8:41 am
Scintilla does seem to be a good editor to base CUA support on, it has more key bindings than any other I have seen and they seem to conform to the general...
1230
Steven Phillips
bill@...
Oct 17, 2004 8:43 am
This is a limitation of ME and as I hate editors which automatically insert spaces (aka MS-Dos edit) there is no easy solution for the key driven interface. ...
1231
Steven Phillips
bill@...
Oct 17, 2004 9:40 am
I largely agree with Bob but a GUI to some commands are definitely worthwhile, I regularly use user-setup, CVS tools, spell-buffer, buffer-setup, scheme-editor...
I know that the CUA standard really only affects cut/copy/paste, open, save, find and a couple more. I don't mean the mode to be a definitive solution, just a...
... Well that would help, a lot. I care about these MUCH more than what key does copy and what key does paste (as, after all, I can change those myself). Tabs...
... That'd be cool. Salman _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com...
1235
Meino Christian Cramer
Meino.Cramer@...
Oct 18, 2004 5:35 am
Hi, is there a way to highlight/mark/jump-to the corresponding paranthesis if the cursor is on/near by the other paranthesis ? I grepped the docs with...
... (...) ... file. ... might ... you ... looking ... Can you please post your rebindings? I think that it would be good (at least for me) to learn some "new" ...
... Probably yes. I used RHIDE once, and it was pure DOS and fully configurable with the keyboard. jasspa's actual user setup is quite nice, but someone...
... The problem appears when they try to use GNU Emacs/XEmacs and find out that it completely different. ... multiplatform ... newbie ... much ... single ... ...
See? This is one of the things I love about MicroEmacs. There are all these features, waiting to be discovered ;-) -Th ... -- Thomas Hundt <tom@...>...
1244
Steven Phillips
bill@...
Oct 19, 2004 9:47 pm
Attached is a second cut of cua support, the zip file contains an updated userstp.emf which defines a new Emulation "CUA" which you must select to enable. The...
Hi all. Is it possible to make jasspa's ask for confirmation before exiting? I tried set-variable confirm-kill-emacs and $confirm-kill-emacs but they didn't...
... No - nobody has ever asked for this before. It will always prompt if there is something to save. If all of the buffers are saved then it does not bother...
... exiting? I ... they ... Thanks for the quick answer. Unfortunately I don't know how to make such macro. Can anyone help me on that? I promise that as soon...
... Here you go. Put the following in your <user>.emf file. Not sure what you are running on but will find the file here:- UNIX: $(HOME)/.jasspa/logname.emf ...
There are cases, where one would want auto-indentation in text-files. In some editors, all auto-indentation means that the indentation of the next line will...
Currently I can only use the mouse button to go to a match in the *grep* buffer. I would like to be able to do this with the keyboard. This feature, upon my...
... Well one has to be very precise about what one asks for and you only asked for compile ! I admit it was overlooked - fixed now. Here is the fix. Will...
... This is quite a nice suggestion for a rule. I do not know what .pro files are, but get the impression they are kind of like Makefiles and yes would work ...
1256
Phillips, Steven
sphillips@...
Oct 29, 2004 7:23 am
Isn't this simply achieved by enabling indent mode? (C-x m 'indent39; to toggle) In this mode the cursor is indented to the same level as the previous line which...
Putting a single quote inside parentheses upsets the goto-matching-fence (and its complementary display) algorithm. I have fences set to always display, so,...