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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 767 - 796 of 2512   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
778
... 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...
Jon Green
bigfatmrmoose
Offline Send Email
Dec 9, 2003
12:39 am
779
This works fine for isearch-forward (and presumably isearch-backward) but not search-forward. (:-( (bug or perhaps missing feature C-w support in...
Mike Hopkirk
hopsyh
Offline Send Email
Dec 9, 2003
3:54 am
780
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...
Phillips, Steven
sphillips@...
Send Email
Dec 9, 2003
8:03 am
781
<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...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Dec 9, 2003
8:54 am
782
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...
Phillips, Steven
sphillips@...
Send Email
Dec 9, 2003
9:16 am
783
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 ... ...
Phillips, Steven
sphillips@...
Send Email
Dec 9, 2003
11:19 am
784
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...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Dec 9, 2003
11:59 am
785
... 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...
salmankhilji
Offline Send Email
Dec 9, 2003
12:51 pm
786
... 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...
Thomas Hundt
thundt
Offline Send Email
Dec 9, 2003
6:35 pm
787
... 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...
Jon Green
bigfatmrmoose
Offline Send Email
Dec 9, 2003
8:34 pm
788
... 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 ...
Mike Hopkirk
hopsyh
Offline Send Email
Dec 10, 2003
5:54 am
789
... Ditto - ^W to me on cmdline is delete a word ... big emacs/Xemacs does something like this - I found it more confusing than helpful in being able to...
Mike Hopkirk
hopsyh
Offline Send Email
Dec 10, 2003
6:00 am
790
Before I forget heres a patch for a change I made to make the binary self identifying I was fiddling with changes in 3 different versions of jasspa me (2001,...
Mike Hopkirk
hopsyh
Offline Send Email
Dec 10, 2003
6:19 am
791
Mike's got a great idea there. I've had the same problem myself, and hope it stays in the implementation. It might be nice if there was a way to get the...
Thomas Hundt
thundt
Offline Send Email
Dec 10, 2003
8:26 am
792
... I agree, I think the -V option should be added. ... I think the '@' option could do this (i.e. me @printversion) but windows console etc makes this a pain....
Phillips, Steven
sphillips@...
Send Email
Dec 10, 2003
10:35 am
793
Thanks for this submission, I will add it to the next release. Steve ... http://docs.yahoo.com/info/terms/...
Phillips, Steven
sphillips@...
Send Email
Dec 10, 2003
10:36 am
794
All, Isearch is a bit of an oddity and breaks many of the conventions in this area, this is not just ME's isearch but Big emacs too and there are good reasons...
Phillips, Steven
sphillips@...
Send Email
Dec 10, 2003
1:27 pm
795
One thing I neglected to mention that I guess I should is that if you do 'C-s return' (i.e. execute isearch and then press Enter) isearch drops into the...
Phillips, Steven
sphillips@...
Send Email
Dec 10, 2003
1:43 pm
796
... That's great ;-) I find the sessions so quick to start that it doesn't matter. It is quick to switch between them using Alt-Tab. But I'm using it mainly...
Thomas Hundt
thundt
Offline Send Email
Dec 10, 2003
5:26 pm
Messages 767 - 796 of 2512   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