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 your group to be featured on the Yahoo! Groups website? 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 748 - 777 of 2503   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
748
Hello, Is there any macro in microemacs which mimics the GNU Emacs hippie-expand? hippie-expand is like an autocomplete while typing within a buffer. For...
balaclavabob2
Offline Send Email
Oct 3, 2003
8:48 pm
749
... Hi Bob, I'm not familier with hippie-expand. At the moment there is an auto look-back expansion which kind of does what you are looking for. Assuming that...
Jon Green
bigfatmrmoose
Offline Send Email
Oct 3, 2003
10:06 pm
750
It looks like Emacs's hippie-expand is very similar to ME's expand-abbrev-handle in that it tries different methods to get an expansion. The behaviour...
Phillips, Steven
sphillips@...
Send Email
Oct 6, 2003
7:57 am
751
Thanks for your response, I am now one step closer to making Microemacs my primary editor....
balaclavabob2
Offline Send Email
Oct 7, 2003
12:35 pm
752
Hello, I was curious if it was possible to get microemacs to auto detect new data types or how I would go about getting microemacs to accept new data types. I...
balaclavabob2
Offline Send Email
Oct 7, 2003
12:42 pm
753
BoB, Simply add lines like the following to your 'myc.emf' file (create a new one in the same place as your history file (<user>.erf) if you do not already...
Phillips, Steven
sphillips@...
Send Email
Oct 7, 2003
12:47 pm
754
Woah, "Phillips, Steven" I am impressed. it took you 5 mins to respond. I HAVE NEVER EVER had a responce that did what it was suppose todo so quickly. ... new...
balaclavabob2
Offline Send Email
Oct 7, 2003
1:32 pm
755
Hello, I have been dwelling over this for the past few months now on how good it would be if gideon (latest development of kdevelop) had emacs keybindings. I...
balaclavabob2
Offline Send Email
Oct 7, 2003
1:52 pm
756
Hi everyone. I have added JavaScript highlight in HTML and JSP (HTML + JavaScript + Java) to the highlight options. The JavaScript one it's based on the Java...
first last
prelude_2_mu...
Offline Send Email
Oct 9, 2003
1:12 pm
757
Gabriel, I have lately been working on the HTML-VB combination (asp pages) and I've created a solution to the indent problem. ME can now detect the script...
Phillips, Steven
sphillips@...
Send Email
Oct 10, 2003
7:48 am
758
Bob, Attached is an improved version of the abbreviation handler which has 'hippie-expand' style behaviour (calling expand-abbrev-handle (esc esc) multiple...
Phillips, Steven
sphillips@...
Send Email
Oct 27, 2003
9:15 am
759
Hi. i'm new to MicroEmacs, and I'm attempting to rebind my set mark from "esc space" to ctrl-space to match up with the "full" emacs installations I'm used...
ajacs1
Offline Send Email
Nov 4, 2003
8:38 pm
760
... C-space should be bound to set-mark by default if you are using a recent release. I've just checked the NanoEmacs version and it is set in this as well...
Jon Green
bigfatmrmoose
Offline Send Email
Nov 5, 2003
12:59 am
761
Hi, Getting fed up with the "Blue Hue" and "Sherwood Forest" color schemes. Attached is a new one called "Brownie". To install then update the "schemes.emf"...
Jon Green
bigfatmrmoose
Offline Send Email
Nov 16, 2003
6:11 pm
762
If Brownie was a little dull then try this one, called it "Lemon Jelly". Same method of install as previous one and includes the Brownie scheme. Probably not...
Jon Green
bigfatmrmoose
Offline Send Email
Nov 16, 2003
9:35 pm
763
I have a Japanese Termenel and I want to run Microemacs on it. All the output works fine, but because there is no ‘`’ key or ‘F1' key, I can’t access...
James Supancic
arrummzen@...
Send Email
Nov 23, 2003
10:00 pm
764
James, In me.emf you will find the following key binding line: 0xa0000 global-bind-key osd "f1" This is the line which binds the opening of the...
bill@...
Send Email
Nov 23, 2003
11:55 pm
765
Were would I find me.emf? This is a generica Linux system, it just has a strange input system. Thank you for your time, Arrummzen ... ...
James Supancic
arrummzen@...
Send Email
Nov 24, 2003
12:00 am
766
me.emf is the main start-up configuration file for MicroEmacs, you will find it in the ME macros directory. Alternatively use user-setup to create and edit...
Phillips, Steven
sphillips@...
Send Email
Nov 24, 2003
8:02 am
767
In Qt, in addition to having the following standard public: protected: private: keywords, you also have public slots: protected slots: private slots: If I...
salmankhilji
Offline Send Email
Dec 6, 2003
3:56 pm
768
... Some problems have been reported with the C++ re-styling which have been fixed in the up and coming '04 release. Would be useful if you could send an...
Jon Green
bigfatmrmoose
Offline Send Email
Dec 6, 2003
4:48 pm
769
... Opps! "restyle-region" is the command. Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Dec 6, 2003
5:19 pm
770
Thanks Jon...your string-rectangle works as I expected. Before I can divorce XEmacs for its slow performance, I would like two more features: 1) When I issue...
salmankhilji
Offline Send Email
Dec 7, 2003
5:31 am
771
Sorry, I figure out some of these myself. For 1) You use the <compile> command instead of the <pipe> command. Colorizing the make output would still be a big...
salmankhilji
Offline Send Email
Dec 7, 2003
8:15 pm
772
I had someone give me a macro in XEmacs that searches forwards or backwards for the current selected word. So it works like: 1) C-space to mark 2) C and right...
salmankhilji
Offline Send Email
Dec 7, 2003
8:22 pm
773
I am using the Dec 2002 release on Linux. I have a C++ constructor like: AnalogClock::AnalogClock( QWidget *parent, const char *name ) ... { time =...
salmankhilji
Offline Send Email
Dec 7, 2003
8:26 pm
774
The best way to do this is: C-s invoke search C-w insert the next word/space into search string C-s start search To search for the next 2 words use: C-s invoke...
Phillips, Steven
sphillips@...
Send Email
Dec 8, 2003
8:13 am
775
I inherited some code from someone and right in the middle of a C++ member function was the definition of a C macro. The definitino was: void ...
salmankhilji
Offline Send Email
Dec 8, 2003
7:01 pm
776
... I think I would class this as an implementation problem rather than formating problem ! Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Dec 8, 2003
10:21 pm
777
... No it was not, but it is now. Thanks Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Dec 9, 2003
12:33 am
Messages 748 - 777 of 2503   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