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...
760
Jon Green
bigfatmrmoose
Nov 5, 2003 12:59 am
... 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...
761
Jon Green
bigfatmrmoose
Nov 16, 2003 6:11 pm
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"...
762
Jon Green
bigfatmrmoose
Nov 16, 2003 9:35 pm
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...
763
James Supancic
arrummzen@...
Nov 23, 2003 10:00 pm
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...
764
bill@...
Nov 23, 2003 11:55 pm
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...
765
James Supancic
arrummzen@...
Nov 24, 2003 12:00 am
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 ... ...
766
Phillips, Steven
sphillips@...
Nov 24, 2003 8:02 am
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...
767
salmankhilji
Dec 6, 2003 3:56 pm
In Qt, in addition to having the following standard public: protected: private: keywords, you also have public slots: protected slots: private slots: If I...
768
Jon Green
bigfatmrmoose
Dec 6, 2003 4:48 pm
... 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...
769
Jon Green
bigfatmrmoose
Dec 6, 2003 5:19 pm
... Opps! "restyle-region" is the command. Jon....
770
salmankhilji
Dec 7, 2003 5:31 am
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...
771
salmankhilji
Dec 7, 2003 8:15 pm
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...
772
salmankhilji
Dec 7, 2003 8:22 pm
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...
773
salmankhilji
Dec 7, 2003 8:26 pm
I am using the Dec 2002 release on Linux. I have a C++ constructor like: AnalogClock::AnalogClock( QWidget *parent, const char *name ) ... { time =...
774
Phillips, Steven
sphillips@...
Dec 8, 2003 8:13 am
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...
775
salmankhilji
Dec 8, 2003 7:01 pm
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 ...
776
Jon Green
bigfatmrmoose
Dec 8, 2003 10:21 pm
... I think I would class this as an implementation problem rather than formating problem ! Jon....
777
Jon Green
bigfatmrmoose
Dec 9, 2003 12:33 am
... No it was not, but it is now. Thanks Jon....
778
Jon Green
bigfatmrmoose
Dec 9, 2003 12:39 am
... Just prototyped this, it is possible and will be supported in the next release - there are a few logistics remaining to sort out. ... Simple way is to...
779
Mike Hopkirk
hopsyh
Dec 9, 2003 3:54 am
This works fine for isearch-forward (and presumably isearch-backward) but not search-forward. (:-( (bug or perhaps missing feature C-w support in...
780
Phillips, Steven
sphillips@...
Dec 9, 2003 8:03 am
The fact that the #define is in the middle of the function seems to me to be irrelevant, the #define will always be intended at the left hand edge and indented...
781
Dr. Detlef Groth
dgroth_99
Dec 9, 2003 8:54 am
<snip> Hello Steven, Jon. The only thing I really miss is a foldable favourites tab in the toolbar. This would provide great project management. And files...
782
Phillips, Steven
sphillips@...
Dec 9, 2003 9:16 am
On all but isearch C-w can be currently used to clear the message line so it is not easy for us to simply change this as it may hinder more people than it...
783
Phillips, Steven
sphillips@...
Dec 9, 2003 11:19 am
This seems reasonable enough although I'm not sure how I'm going to implement support for this in in the main File menu.... Steve ... ...
784
Dr. Detlef Groth
dgroth_99
Dec 9, 2003 11:59 am
Hello Steven, thanks for your answer. I don't need it in the File menu just in the Toolbar would be enough. I tend to use never the File Menu at all. May be it...
785
salmankhilji
Dec 9, 2003 12:51 pm
... first place? I only use this command in macros (where I would not rely on C-w anyway), I can think of no other reason for using search-forward over...
786
Thomas Hundt
thundt
Dec 9, 2003 6:35 pm
... I like the ^W feature in isearch (now that I know it's there!) but agree that there ought to be a way to clear the search text (^A ^K doesn't work) since I...
787
Jon Green
bigfatmrmoose
Dec 9, 2003 8:34 pm
... I must admit I did not know that ^W existed. I also think that ^A (possibly ^P) that returned to an editable search-forward type command line which is...
788
Mike Hopkirk
hopsyh
Dec 10, 2003 5:54 am
... possibly either make the keys in search line bindable/overidable OR make C-w in isearch clear message line as well and introduce a new keystroke for ...