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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1158 - 1188 of 2511   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1158
Hi, Just a note to say I just started using MicroEmacs and really like it. I had been using Jedit (the Java based editor), which has some very nice features,...
Tony Bedford
tbedford_csl@...
Send Email
Sep 8, 2004
9:41 am
1159
... Hi Tony, Thanks for the E-Mail. Cheered me up this morning. Nice to get some positive feedback from time to time. ... See the help page vm(3) for E-Mail...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 8, 2004
10:29 pm
1160
OK Thanks Jon. Thanks for the information. If I make any progress with either the email setup or linking to HTML tidy, I will let the list know. Been happily...
Tony Bedford
tbedford_csl@...
Send Email
Sep 9, 2004
11:56 am
1161
Hello there, Is it possible to set the window size when starting me on Linux ? I'm using IceWM and the me window ignores the fact that there's a taskbar along...
Steven Law
workhorsemov...
Offline Send Email
Sep 9, 2004
4:49 pm
1162
... Can use .Xdefaults - will find this in the help glossay. OR (easy option) Resize and then right mouse click on the mode line and select "Store Frame Size"...
Jon Green
jnaught@...
Send Email
Sep 9, 2004
5:07 pm
1163
It sounds like some of the macros from the html hooks need to be lifted (I've edited plenty of html files but not many xml ones yet :) Simple building blocks...
Steven Phillips
bill@...
Send Email
Sep 9, 2004
6:32 pm
1164
I was going to try to hook up to an external tool as that was the line of least resistance... If I get time to tweak macros and so on I will post them here. ...
Tony Bedford
tbedford_csl@...
Send Email
Sep 10, 2004
8:48 am
1165
I was suggesting that I create the macros... ... From: Tony Bedford [mailto:tbedford_csl@...] Sent: Friday, September 10, 2004 9:43 AM To:...
Phillips, Steven
sphillips@...
Send Email
Sep 10, 2004
9:34 am
1166
When I do M-x compile, I notice that *compile* buffer has WordWrap enabled. How do I disable this behavior? _______________________________ Do you Yahoo!? ...
Salman Khilji
salmankhilji
Offline Send Email
Sep 13, 2004
1:16 pm
1167
... You will have to edit tools.emf as follows:- cd /home/jon/.jasspa/ gdiff --context --minimal --ignore-space-change --recursive ...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 13, 2004
7:45 pm
1168
The better solution is to create a myipipe.emf file in your .jasspa directory with the following: ***** /home/bill/.jasspa/myipipe.emf 0 define-macro...
Phillips, Steven
sphillips@...
Send Email
Sep 14, 2004
8:31 am
1170
Please consider this feature request. I would like to be able to drag'n drop files from the Nautilus File Manager and have them open in ME. I don't like to...
Salman Khilji
salmankhilji
Offline Send Email
Sep 24, 2004
11:34 am
1171
... Hi Salman, Thanks for the suggestion. I use Sun Solaris most of the time and this would be useful for me too. Just had a look for the XDND stuf and have...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 24, 2004
12:41 pm
1172
Like XEmacs and GNU Emacs, I would like the "restyle-buffer" command to be bound to "esc C-\". However, putting the following command in "C:\Documents and...
Salman Khilji
salmankhilji
Offline Send Email
Sep 27, 2004
9:40 pm
1173
This will not work because \ is the quote character in a string, i.e. consider binding the key C-" global-bind-key void "C-"" Is as bogus as it looks and will...
Steven Phillips
bill@...
Send Email
Sep 27, 2004
10:05 pm
1174
... Simple mistake .. In macros the backslash is an escape character so you need two of them to get one i.e. backslash = backslashbackslash. Following does...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 27, 2004
10:21 pm
1175
3 questions guys: 1) How can I bind the mouse wheel to scroll? I had the following, which didn't work: global-bind-key "1 scroll-down" "mouse-wdown" ...
Tony Bedford
tbedford_csl@...
Send Email
Sep 28, 2004
1:54 pm
1176
... This should be: 1 global-bind-key "scroll-down" "mouse-wdown" But the better way is to use Help -> User Setup -> Mouse, change the Button to Wheel Up and...
Phillips, Steven
sphillips@...
Send Email
Sep 28, 2004
3:34 pm
1177
This has taken me a bit longer to reply to than I'd like, but rather than just send the resultant working macro I thought I would spend a little longer...
Phillips, Steven
sphillips@...
Send Email
Sep 28, 2004
3:59 pm
1178
... Here are a couple of really simple macros that help quite a bit. If you're on a line, and type ^X^I, it will shove the line over (indent) by four spaces....
Thomas Hundt
thundt
Offline Send Email
Sep 28, 2004
5:46 pm
1179
Thanks a lot Thomas. The indent region works fine, I'll try to figure out an outdent region macro. Surprised no one has come up against this before. For...
Tony Bedford
tbedford_csl@...
Send Email
Sep 29, 2004
9:10 am
1180
... Yes, this works fine now thanks. Very nifty. ... OK! I have a toolbar - just need to figure out how to configure it now! ... I now have (Jon's) indent...
Tony Bedford
tbedford_csl@...
Send Email
Sep 29, 2004
9:16 am
1181
Ah, shift-tab, yet another new thing I haven't seen. (I keep discovering new features. Yesterday I found the Insert>Date menu, long after writing my own...
Thomas Hundt
thundt
Offline Send Email
Sep 29, 2004
3:47 pm
1182
... Yes!! Re: Insert date...very nice feature...but how to map the insert date menu option to a key combo? I could only find ascii-time - I didn;t see any ...
Tony Bedford
tbedford_csl@...
Send Email
Sep 29, 2004
5:04 pm
1183
There are 2 approaches to this depending on what you are after: If you want the key binding to insert a specific date form straight away then start a keyboard...
Phillips, Steven
sphillips@...
Send Email
Sep 29, 2004
5:43 pm
1184
... If you have the latest 0407 patches then there is a directory /.../jasspa/contrib (or c:/Program Files/JASSPA/MicroEmacs/contrib/ in MS-Windows) in this...
Jon Green
jnaught@...
Send Email
Sep 29, 2004
5:49 pm
1185
Well, you know you can do Alt-i-d... (Alt-i should open the Insert menu; if it doesn't, look for Alt key settings in Help>User Setup>General.) I think the menu...
Thomas Hundt
thundt
Offline Send Email
Sep 29, 2004
6:09 pm
1186
... If you do you should probably look at the normal-tab macro defined in format.emf Steve...
Steven Phillips
bill@...
Send Email
Sep 29, 2004
8:15 pm
1187
... <SNIP> ... Attached is my latest offering for the 'shove-over' and 'shove-back' macros to perform the indent and outdent. These are a little more...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 29, 2004
11:19 pm
1188
Very useful tips guys: Insert date using alt-i-d works fine, as does the insert-date macro. I'm just using Esc-x insert-date and it seems fine. Thanks all, ...
Tony Bedford
tbedford_csl@...
Send Email
Sep 30, 2004
10:37 am
Messages 1158 - 1188 of 2511   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