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@...
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...
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@...
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...
... 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@...
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@...
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@...
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@...
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!? ...
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@...
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...
... 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...
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...
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@...
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...
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@...
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@...
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@...
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....
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@...
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@...
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...
... 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@...
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@...
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@...
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...
... If you do you should probably look at the normal-tab macro defined in format.emf Steve...
Steven Phillips
bill@...
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...
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, ...