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...
Show off your group to the world. Share a photo of your group with us.

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 552 - 583 of 2514   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
552
scroll-up/down $status is always "1", shouldn't it return an error if it can scroll no more, so the error can be detected and a beginning/end-of-buffer command...
un_x
Offline Send Email
Feb 8, 2002
12:02 pm
553
Don't know about testing the status, but maybe (as a workaround) you can test one or more of the variables referred to in the manpage for $window-y-scroll --...
thundt
Offline Send Email
Feb 9, 2002
12:19 am
554
i am assuming this would require a drastic change to ME in a fundemental way if it doesn't already exist, but anyway, i would like to know if ME can be stopped...
un_x
Offline Send Email
Feb 10, 2002
12:06 pm
555
Nice idea .. And yes would require some code rework. Given that the screen is treated as a x,y grid as you say then what happens if you are on a 'non-existent'...
Jon Green
jon@...
Send Email
Feb 10, 2002
6:31 pm
556
Greetings, I have installed the hpux version of jasspa me, and I am using it via telnet from a Win2K workstation. It works great, I get help, the appropriate...
rickowen
Online Now Send Email
Feb 15, 2002
9:07 pm
557
Function Key F1. Regards Jon....
Jon Green
jnaught@...
Send Email
Feb 15, 2002
10:00 pm
558
Telnet: I use CRT 3.4. Typically run VT100. From Options->session options Emulation: VT100 ANSI Color: Y (Check this box) Also Emacs mode in session to use ALT...
Jon Green
jnaught@...
Send Email
Feb 15, 2002
10:10 pm
559
Hi Jon, This is great!. It really looks nice. In your other message you said that Function key F1 would get me to the menu, but when I try it in my telnet ...
Rick Owen
rickowen
Online Now Send Email
Feb 15, 2002
10:49 pm
560
Running command 'osd' with parameter 0 (zero) gets you to the menu. I type: ^U 0 Esc x osd Enter The next question is going to be, how do you get the menus to...
thundt
Offline Send Email
Feb 15, 2002
11:04 pm
561
Thanks Tom, and thanks to everyone else who replied. It is nice to have such a nice editor on the HPUX system. I was afraid I would go crazy if I had to use...
Rick Owen
rickowen
Online Now Send Email
Feb 15, 2002
11:24 pm
562
I do not usually run with the status bar so I have never seen this. I cannot get it to hold the screen whatever mode I am using. The only thing I can suggest...
Jon Green
jon@...
Send Email
Feb 16, 2002
9:47 am
563
Greetings, Thanks to everyone for their previous help on configuring me on the HPUX platform. These two questions also apply to that platform (via telnet) but...
rickowen
Online Now Send Email
Feb 19, 2002
8:31 pm
564
FBSD4/latest ME. 1. how can you bind C-@? i tried "\x00" "0x00" "C-@" "C- " "C-space" etc, and none works ... 2. i think if OVERWRITE mode is ON, rectangle...
un_x
Offline Send Email
Feb 20, 2002
12:01 pm
565
can the vertical scroll centering feature be turned off? (when the cursor hits the top/bottom of the screen)...
un_x
Offline Send Email
Feb 20, 2002
2:45 pm
566
In user-setup under the platform tab you can define the vertical scroll scheme Rick. ... ===== "And the only reason a road is good, as every wanderer knows, Is...
Rick Owen
rickowen
Online Now Send Email
Feb 20, 2002
4:41 pm
567
I've just got back from being away - you are asking some very good questions - to which I'll have to sit down and explore in a little more detail. As a matter...
Jon Green
jon@...
Send Email
Feb 20, 2002
5:20 pm
568
... C-@ locks up my terminal, its one of those keys! Assuming you are using a termcap interface the problem is going to lie in the area of termcap and the ...
Steven Phillips
sphillips@...
Send Email
Feb 21, 2002
8:52 am
569
... these ... imply UNIX, ... Windows. ... ME. ... C-@? ... "C-space" ... Keyboard ... ? i am just using std stuff - just the default english setup. ... blocks...
un_x
Offline Send Email
Feb 21, 2002
10:07 am
572
FBSD4/latest ME. ... ok, thanks. ... etc) but ... the yank ... inserted, if so ... "Hello World and all that" ... And the following buffer with the cursor at...
un_x
Offline Send Email
Feb 21, 2002
11:04 am
573
aaaa bbbb cccc dddd middle 4 put into kill buffer via rectangle selection. pasted on top of the lower 4: OVER....INSERT ............ aaaa....aaaa bbbb....bbbb ...
un_x
Offline Send Email
Feb 21, 2002
11:20 am
574
Ahh, now overwrite with a rectangle yank is easily defined and implemented (I think), try: define-macro yank-rectangle-over yank-rectangle !if &bmo "over" ...
Steven Phillips
sphillips@...
Send Email
Feb 21, 2002
1:26 pm
575
i must correct myself - jed is another small editor with syntax highlighting and all the rest, but anyway ... set-char-mask "dp" doesn't change the way CTRL...
un_x
Offline Send Email
Feb 21, 2002
1:57 pm
576
Greetings, Is there a standard macro that will trim trailing white spaces? If so, is there a way to hook the file save process so that the trim trailing white...
Rick Owen
rickowen
Online Now Send Email
Feb 21, 2002
5:26 pm
577
The macro "clean" will remove all trailing white space from all lines. (format.emf) I usually define a macro called "spotless" which cleans all lines and...
Jon Green
jnaught@...
Send Email
Feb 21, 2002
5:52 pm
578
Hi Jon, That works great. One last question if you don't mind. How would you go about writing a macro that does the equivalent of save-buffers-exit-emacs but...
Rick Owen
rickowen
Online Now Send Email
Feb 21, 2002
6:27 pm
579
ahh! the $scroll variable, ok, thank you :) ... scroll scheme...
un_x
Offline Send Email
Feb 22, 2002
12:28 am
580
Look at the macro osd-save-all defined in osd.emf, Steve ... http://docs.yahoo.com/info/terms/ ... ===== "And the only reason a road is good, as every wanderer...
Steven Phillips
sphillips@...
Send Email
Feb 22, 2002
10:39 am
581
... This depends on the file type and whether it is using cmode or an indent scheme. If neither are being used then you could create a my-bhook-??? defined in...
Steven Phillips
sphillips@...
Send Email
Feb 22, 2002
10:48 am
582
hello, have you ever need to remember a function you were declaring at the same file some time ago ... some sophisticated ide's give you the possiblity to...
dgroth@...
dgroth_99
Offline Send Email
Feb 22, 2002
10:52 am
583
this macro doesn't work. $status is always returning "1" whether a mark has been set or not. ? !force exchange-point-and-mark !if $status ml-write $status ...
un_x
Offline Send Email
Feb 22, 2002
12:35 pm
Messages 552 - 583 of 2514   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