Re: EDT Replacement



On Jul 14, 7:16 pm, David J Dachtera <djesys...@xxxxxxxxxxxxxxxx>
wrote:
"P. Sture" wrote:

In article <N0Sli.31646$LE1.14...@xxxxxxxxxxxx>,
Ron Johnson <ron.l.john...@xxxxxxx> wrote:

On 07/13/07 13:37, Richard B. Gilbert wrote:
Martin Krischik wrote:
Ron Johnson wrote:

And the lines are all less than 255 char.

ROFL! How many years ago that this has been an issue on any editor I use.
Ahh the last I remember is EPM on OS/2 but with a 2499 character limit.

Strange how I almost never need to edit a file with more than 255
characters per line! Text files tend to max out at 132 characters since
that's the most you can print per line on most printers. I suppose
there are exceptions but I would not need to remove my shoes to count
the number of such files I needed to edit.

Issues with the terminal driver might make editing such a file difficult
even in cases where the editor supports it.

EVE lets you SHIFT RIGHT and SHIFT LEFT to see extra-long lines.

I have these definitions in my EVEINI.EVE:

DEFINE KEY=GOLD/RIGHT SHIFT LEFT 8
DEFINE KEY=GOLD/LEFT SHIFT RIGHT 8

Is there a quick/easy help or something that shows all the available commands
that would be acceptable in an EVEINI.EVE file?

...or must one wade through the EVE/TPU doc.'s to find that?
s.com/vms/support/

HELP from within eve should give you everything you need. If use eve
to write your eve$init file, then they're all right there grouped by
function. Press DO and enter HELP, or in /edt mode KP1 KP2 HELP. I
only use the TPU manual If I'm writing a complex procedure; since I
don't do that often enough for it to be rote.

Here's my eve$init.eve:

SET KEYPAD EDT
SET SCROLL MARGINS 20% 20%
SET CURSOR BOUND
SET NOWRAP
DEFINE KEY=GOLD-KP8 FILL RANGE
DEFINE KEY=GOLD-Q QUIT
DEFINE KEY=GOLD-E EXIT
DEFINE KEY=GOLD-B BUFFER
DEFINE KEY=GOLD-C PREVIOUS BUFFER
DEFINE KEY=GOLD-R SHIFT RIGHT 50
DEFINE KEY=GOLD-L SHIFT LEFT 50
DEFINE KEY=GOLD-X INCLUDE
DEFINE KEY=GOLD-? SHOW BUFFERS
DEFINE KEY=CTRL/RIGHT SHIFT RIGHT 8
DEFINE KEY=CTRL/LEFT SHIFT LEFT 8

The bound cursor and scroll margins give a more edt-like feel.

.



Relevant Pages

  • [UNIX] wu-ftpd fb_realpath() Off-by-One Bug
    ... Wu-ftpd FTP server contains remotely exploitable off-by-one bug. ... characters while the size of the buffer is MAXPATHLEN characters only. ... Following FTP commands may be used to cause buffer overflow: ...
    (Securiteam)
  • Re: Serial Port CE_OVERRUN errors
    ... SerialNG component. ... The main Input buffer is set to 32000, and I have a variable which is ... updated with the maximum number of characters waiting there each time the ... I tried boosting the baud rate from 57.6k to 115.2k, ...
    (comp.lang.pascal.delphi.misc)
  • Re: WaitCommEvent and ResetEvent for SerialPort
    ... This is extremely true when you say you are exhausting the input buffer, ... This receiver thread will then signal your main ... >> From the WaitCommEvent documentation, ... Since no characters are currently coming it, ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Copy to CStrings internal buffer
    ... I know that this buffer is 20 characters long; ... conditions would I use memcpy, because a CString is not necessarily 8-bit characters! ...
    (microsoft.public.vc.mfc)
  • _sntprintf and _sntprintf_s
    ... _snwprintf was declared with old syntax. ... There is some difference between a VC++ built-in header declaring a function ... This really specifies the size of the buffer. ... Count parameter specifies a maximum number of characters. ...
    (microsoft.public.vc.language)

Loading