Hi. I have found a slight annoyance with ME on Gentoo 2004-2. I am using pewkm and so I can join frames in tabs, and have mapped windows (Mod4) + l to next...
1146
Jon Green
bigfatmrmoose
Aug 7, 2004 10:40 am
... Gabriel, Below are a selection of previous psotings on bad keys and translations methods. You should be able to map (or get rid of) the key using one of...
1147
Phillips, Steven
sphillips@...
Aug 9, 2004 6:49 am
Gabriel, You may also need to get ME to ignore the windows modifier keys, at around 1893 of unixterm.c add the 'Super39; key definition, i.e.: case XK_Meta_R: ...
1148
first last
prelude_2_mu...
Aug 9, 2004 10:32 am
Thanks Jon and Steven, the global-bind-key function did the trick. Now I can go back to using tabs :) Do you think that it would be a good idea to include a...
1149
Jon Green
bigfatmrmoose
Aug 14, 2004 1:27 pm
Attached a minor fix for manual page display under Linux patch macros/hkman.emf (problem page hosts.allow). Jon. cd /home/jon/me/macros/ cvs diff -c -w...
1150
first last
prelude_2_mu...
Aug 24, 2004 9:25 am
Hi. I have been testing SciTe again and I have found a couple of possible improvements for Microemacs: -Autocompletion (triggered by ctrl+enter or similar),...
1151
Salman Khilji
salmankhilji
Aug 26, 2004 1:15 pm
Yes. I would also find this feature useful. While we are at it, please allow me to make another request: I'd like to be able to drag'n drop files from the...
1152
Thomas Hundt
thundt
Aug 26, 2004 5:39 pm
So I have these routines lying around to comment and un-comment out lines. And I've been playing around with the keybindings a bit this morning and noticed...
1153
Thomas Hundt
thundt
Aug 26, 2004 5:53 pm
Maybe check out the abbrevs functionality. It's kind of in that direction. -Th ... -- Thomas Hundt <tom@...> +1-415-867-6698...
1154
Jon Green
bigfatmrmoose
Aug 26, 2004 9:52 pm
... The '-' is used with key combinations (i.e. that are pressed together) i.e. "C-c" is Control + c. "esc x" is <ESC> followed by "x" and they are not pressed...
1155
Thomas Hundt
thundt
Aug 26, 2004 11:12 pm
... Yeah I know, I was mostly teasing with that one, and agree about the sorting and that the US is wacky, as usual. YYYY would make it a little more clear --...
1156
Phillips, Steven
sphillips@...
Aug 27, 2004 6:33 am
Note also that "A-," == "esc ," when only "esc ," is bound is a feature rather than a bug. When the user presses an A-? key (e.g. A-space) ME first looks for...
1157
Jon Green
bigfatmrmoose
Aug 27, 2004 7:07 am
... Yes you are right, if we used yyyy instead of yy in the version display it would be a little more obvious and less open for interpretation. Probably a...
1158
Tony Bedford
tbedford_csl@...
Sep 8, 2004 9:41 am
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,...
1159
Jon Green
bigfatmrmoose
Sep 8, 2004 10:29 pm
... 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...
1160
Tony Bedford
tbedford_csl@...
Sep 9, 2004 11:56 am
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...
1161
Steven Law
workhorsemov...
Sep 9, 2004 4:49 pm
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...
1162
Jon Green
jnaught@...
Sep 9, 2004 5:07 pm
... 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"...
1163
Steven Phillips
bill@...
Sep 9, 2004 6:32 pm
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...
1164
Tony Bedford
tbedford_csl@...
Sep 10, 2004 8:48 am
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. ...
1165
Phillips, Steven
sphillips@...
Sep 10, 2004 9:34 am
I was suggesting that I create the macros... ... From: Tony Bedford [mailto:tbedford_csl@...] Sent: Friday, September 10, 2004 9:43 AM To:...
1166
Salman Khilji
salmankhilji
Sep 13, 2004 1:16 pm
When I do M-x compile, I notice that *compile* buffer has WordWrap enabled. How do I disable this behavior? _______________________________ Do you Yahoo!? ...
1167
Jon Green
bigfatmrmoose
Sep 13, 2004 7:45 pm
... You will have to edit tools.emf as follows:- cd /home/jon/.jasspa/ gdiff --context --minimal --ignore-space-change --recursive ...
1168
Phillips, Steven
sphillips@...
Sep 14, 2004 8:31 am
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...
1170
Salman Khilji
salmankhilji
Sep 24, 2004 11:34 am
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...
1171
Jon Green
bigfatmrmoose
Sep 24, 2004 12:41 pm
... 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...
1172
Salman Khilji
salmankhilji
Sep 27, 2004 9:40 pm
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...
1173
Steven Phillips
bill@...
Sep 27, 2004 10:05 pm
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...
1174
Jon Green
bigfatmrmoose
Sep 27, 2004 10:21 pm
... 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...
1175
Tony Bedford
tbedford_csl@...
Sep 28, 2004 1:54 pm
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" ...