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...
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 --...
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...
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@...
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...
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@...
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 ...
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...
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...
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@...
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...
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...
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...
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@...
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@...
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...
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...
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 ...
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@...
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...
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...
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@...
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...
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@...
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@...
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...
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 ...