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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1591 - 1622 of 2506   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1591
... Basically it converts a key-binding into the emf string. As it says, if you are in a .emf file and do A-q it prompts you for a command, enter C-s and it...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 5, 2005
8:18 pm
1593
... Uggggg! Looks like yahoo groups have changed their layout. You never used to see complete E-Mail addresses so they could never be harvested which is why we...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 5, 2005
10:07 pm
1594
... success. ... yeah, this is ugly and confusing as hell. I found a way, after navigating thru a maze of menus/options and so on. However it didn't seem to...
Gadrin
gadrin77
Offline Send Email
Sep 5, 2005
10:23 pm
1595
1) Everytime I use HELP, USER SETUP and PLATFORM to change something (or use USER SETUP at all, after hitting SAVE the program automatically loads a buffer...
Gadrin
gadrin77
Offline Send Email
Sep 5, 2005
10:28 pm
1596
... Unfortunately there is no way to turn this off. I think this is a bit of history before the <user>.emf file was finally nailed to a defined position in the...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 5, 2005
10:56 pm
1597
... screen. ... font size and the frame will ... again. ... Yes! that seems to work. I've got the font/color schemes I want and dropping a file on the app...
Gadrin
gadrin77
Offline Send Email
Sep 5, 2005
11:11 pm
1598
Gadrin, ... In user-setup's General tab disable the 'Edit' check box next to 'Setup File'. ... If other settings in user-setup are working properly then you...
Steven Phillips
bill@...
Send Email
Sep 5, 2005
11:12 pm
1599
... !!False Alarm!! You gave me a fright here - we did do our homework before we started to use Yahoo Groups and it appears things have not changed, nobody...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 5, 2005
11:27 pm
1600
... Now I did not know that - it is in the help page! Thats great - just disabled. Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Sep 5, 2005
11:36 pm
1601
... to 'Setup File'. ah, it's in the "Startup" tab not "General", but thanks a bunch. ... email me ... problem. ... I think Jon's suggestions worked as it...
Gadrin
gadrin77
Offline Send Email
Sep 6, 2005
12:31 am
1602
Gadrin ... With the current release the only ption you have is to use the ipipe-shell-command command, if you look at the docs for this command you will see...
Phillips, Steven
sphillips@...
Send Email
Sep 6, 2005
6:51 am
1603
... run ... to be ... actually I discovered the secret just before bed late last night. the menu's are a bit counter-intuitive. anyway, USER SETUP, TOOLS, set...
Gadrin
gadrin77
Offline Send Email
Sep 6, 2005
3:51 pm
1604
Is there any way to have microEMACS leave the clipboard intact after a M-Z? I'm frequently cutting some stuff and then exiting me32 only to find I can't paste...
ricmwar
Offline Send Email
Sep 7, 2005
6:38 pm
1605
Frequently I search for text, then when the next search comes up ME tries to be handy by providing [whateverItypedlast] for me to reuse. Occaisionally I don't...
Gadrin
gadrin77
Offline Send Email
Sep 7, 2005
7:00 pm
1606
I assume you are using f-isearch (C-S aka ^S). You can edit this field using ^P/^N for up and down (to previous search strings) which will put the default...
Thomas Hundt
thundt
Offline Send Email
Sep 7, 2005
7:19 pm
1607
... Hi Ric, Interesting question. The short answer is "no". The reason why is that ME does not use the clipboard as the yank buffer. Internally there are 20...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 7, 2005
7:49 pm
1609
... field ... put ... ^A to ... Yes! that works. Thanks much!...
Gadrin
gadrin77
Offline Send Email
Sep 7, 2005
8:34 pm
1610
any experts out there with the unix utilities recommended on the JASSPA site? (sourceforge.net) I downloaded and installed GREP and it works with MicroEMACS...
Gadrin
gadrin77
Offline Send Email
Sep 8, 2005
4:35 am
1611
all right, good night's sleep and found it 1st attempt today. grep -i -n -r -U -w "message" *.wbt c:\test...
Gadrin
gadrin77
Offline Send Email
Sep 8, 2005
4:35 pm
1612
how do I find variables like the number of lines in the current buffer ? the current line in the current buffer ? I thought $mode-line might help, but I wasn't...
Gadrin
gadrin77
Offline Send Email
Sep 9, 2005
7:22 pm
1613
I dugout my old UE.exe/ME.exe and found it had vars like $curline $curcol and so on. I tried (C-h v) but didn't see anything inside the listed variables. In...
Gadrin
gadrin77
Offline Send Email
Sep 9, 2005
9:36 pm
1614
... Guess you are looking for: esc-x help -> Variable Glossary esc-x list-variables The existing macros are also a good source of information. Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Sep 9, 2005
9:37 pm
1615
Don't use ml-write. Use describe-variable (on mine, bound to "C-h d") to display one variable. Use "C-h v" to display all of them at once. You can click on...
Thomas Hundt
thundt
Offline Send Email
Sep 9, 2005
10:28 pm
1616
... in the ... you ... yes, I found it about an hour later, buried in one of the on-line samples. I wrote a complete script to grab an FTP folder listing and...
Gadrin
gadrin77
Offline Send Email
Sep 10, 2005
1:46 am
1617
You mean like set-variable #l9 &cat #l1 &cat #l2 &cat #l3 &cat #l4 #l5 or ml-write &cat "range is " &cat #l7 &cat " to " &cat #l8 &cat " len " #l6 Yes, it gets...
Thomas Hundt
thundt
Offline Send Email
Sep 10, 2005
3:57 am
1618
I code alot in Winbatch which uses x = "World " ile = "I like EMACs." strcat("Hello ", x, ile) but I did come across sprintf, which is almost as good. I...
Gadrin
gadrin77
Offline Send Email
Sep 10, 2005
5:48 am
1619
I do most of my coding/writing on my laptop, but occaisionally I use another computer. besides the ME.EMF is there a way to duplicate the other options (like ...
Gadrin
gadrin77
Offline Send Email
Sep 10, 2005
5:59 am
1620
... me.emf should not be edited, it is a static file that is part of the distribution. If you do want to change this then leave the original me.emf in the...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 10, 2005
9:21 am
1621
... Problem with your suggestion is that you need to know when the argument list ends, this would mean that you need a terminator of some description or an...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 10, 2005
9:47 am
1622
Thanks Jon I'll give that a try. ... use ... (like ... the distribution. If you do ... directory and copy the file ... settings/.....) and then edit your ... ...
Gadrin
gadrin77
Offline Send Email
Sep 10, 2005
4:36 pm
Messages 1591 - 1622 of 2506   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