Re: [U2] [UV] Using VI instead of ED for EDIT-LIST

2007-10-16 Thread Louie Bergsagel
I create VOC pointers:

PH for PH
SL for SAVEDLISTS
CO for COMO
HO for HOLD

On 10/11/07, Ron Hutchings [EMAIL PROTECTED] wrote:

 The sites I've been around someone creates a voc pointer to SAVEDLISTS
 named
 SVL or SLV to save keystrokes.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Using VI instead of ED for EDIT-LIST [not-secure]

2007-10-12 Thread Hennessey, Mark F.
snip
:q!

Thats a command not a smiley :)

Allen E. Elwood wrote:
 Ya, believe it or not, there are people like *me* for instance that if

 they found themselves in VI would have to say a few choice words and 
 then look up how to get out...:)

/snip

Actually, that's often the look on my face after executing that command!
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Using VI instead of ED for EDIT-LIST [not-secure]

2007-10-11 Thread Hennessey, Mark F.
Rather than complicate a future upgrade, etc, why not create an entry
called VI.LIST or something? Leave EDIT.LIST to behave the way it's
documented...  

You can also put VI.LIST (or whatever) in the NEWACC,FLAVOR file so that
when new UV accounts are created your VI.LIST command will be there.




Mark Hennessey

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Craig Bennett
Sent: Wednesday, October 10, 2007 10:17 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] [UV] Using VI instead of ED for EDIT-LIST

Hi All,

just a quick trick I discovered today:

I like editing savedlists using EDIT-LIST but I hate using ED.

UV.VI SAVEDLISTS listname

Works fine but typing SAVEDLISTS is tedious.

But if you edit the EDIT-LIST verb in your VOC and replace

ED SAVEDLISTS

with

UV.VI SAVEDLISTS

EDIT-LIST runs VI to edit your list.


cheers,


Craig
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Using VI instead of ED for EDIT-LIST [not-secure]

2007-10-11 Thread karlp
Taking this one step farther, I have 2 items in my VOC for editing and
compiling BPs:

 CT VOC VFIX FIX

 VFIX
0001 PA
0002 FORMAT BP I2,Enter BP item
0003 UV.VI BP I2,Enter BP item
0004 HUSH ON
0005 DELETE BP.O I2,Enter BP item
0006 HUSH OFF
0007 BASIC BP I2,Enter BP item

 FIX
0001 PA
0002 FORMAT BP I2,Enter BP item
0003 ED BP I2,Enter BP item
0004 HUSH ON
0005 DELETE BP.O I2,Enter BP item
0006 HUSH OFF
0007 BASIC BP I2,Enter BP item

My 2 bits on this topic.

Karl

quote who=Hennessey, Mark F.
 Rather than complicate a future upgrade, etc, why not create an entry
 called VI.LIST or something? Leave EDIT.LIST to behave the way it's
 documented...

 You can also put VI.LIST (or whatever) in the NEWACC,FLAVOR file so that
 when new UV accounts are created your VI.LIST command will be there.




 Mark Hennessey

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Craig Bennett
 Sent: Wednesday, October 10, 2007 10:17 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] [UV] Using VI instead of ED for EDIT-LIST

 Hi All,

 just a quick trick I discovered today:

 I like editing savedlists using EDIT-LIST but I hate using ED.

 UV.VI SAVEDLISTS listname

 Works fine but typing SAVEDLISTS is tedious.

 But if you edit the EDIT-LIST verb in your VOC and replace

 ED SAVEDLISTS

 with

 UV.VI SAVEDLISTS

 EDIT-LIST runs VI to edit your list.


 cheers,


 Craig
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/



-- 
Karl Pearson
Director of I.T.
ATS Industrial Supply, Inc.
[EMAIL PROTECTED]
http://www.atsindustrial.com
800-789-9300 x29
Local: 801-978-4429
Fax: 801-972-3888

To mess up your Linux PC, you have to really work at it;
 to mess up a microsoft PC you just have to work on it.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Using VI instead of ED for EDIT-LIST [not-secure]

2007-10-11 Thread Allen E. Elwood
Ya, believe it or not, there are people like *me* for instance that if they
found themselves in VI would have to say a few choice words and then look up
how to get out...:)

-Original Message-
[mailto:[EMAIL PROTECTED] Behalf Of Hennessey, Mark
F.
Rather than complicate a future upgrade, etc, why not create an entry
called VI.LIST or something? Leave EDIT.LIST to behave the way it's
documented...

You can also put VI.LIST (or whatever) in the NEWACC,FLAVOR file so that
when new UV accounts are created your VI.LIST command will be there.
Mark Hennessey
-Original Message-
[mailto:[EMAIL PROTECTED] On Behalf Of Craig Bennett
Sent: Wednesday, October 10, 2007 10:17 PM
Hi All,
But if you edit the EDIT-LIST verb in your VOC and replace
ED SAVEDLISTS
with
UV.VI SAVEDLISTS
EDIT-LIST runs VI to edit your list.
cheers,
Craig
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] Using VI instead of ED for EDIT-LIST

2007-10-11 Thread Ron Hutchings
The sites I've been around someone creates a voc pointer to SAVEDLISTS named
SVL or SLV to save keystrokes.

 Date: Thu, 11 Oct 2007 12:16:40 +1000 From: [EMAIL PROTECTED] To:
u2-users@listserver.u2ug.org Subject: [U2] [UV] Using VI instead of ED for
EDIT-LIST  Hi All,  just a quick trick I discovered today:  I like
editing savedlists using EDIT-LIST but I hate using ED.  UV.VI SAVEDLISTS
listname  Works fine but typing SAVEDLISTS is tedious.  But if you edit
the EDIT-LIST verb in your VOC and replace  ED SAVEDLISTS  with  UV.VI
SAVEDLISTS  EDIT-LIST runs VI to edit your list.   cheers,   Craig
--- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe
please visit http://listserver.u2ug.org/
_
Help yourself to FREE treats served up daily at the Messenger Cafi. Stop by
today.
http://www.cafemessenger.com/info/info_sweetstuff2.html?ocid=TXT_TAGLM_OctWLt
agline
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] Using VI instead of ED for EDIT-LIST [not-secure]

2007-10-11 Thread Craig Bennett

:q!

Thats a command not a smiley :)

Allen E. Elwood wrote:

Ya, believe it or not, there are people like *me* for instance that if they
found themselves in VI would have to say a few choice words and then look up
how to get out...:)

-Original Message-
[mailto:[EMAIL PROTECTED] Behalf Of Hennessey, Mark
F.
Rather than complicate a future upgrade, etc, why not create an entry
called VI.LIST or something? Leave EDIT.LIST to behave the way it's
documented...

You can also put VI.LIST (or whatever) in the NEWACC,FLAVOR file so that
when new UV accounts are created your VI.LIST command will be there.
Mark Hennessey
-Original Message-
[mailto:[EMAIL PROTECTED] On Behalf Of Craig Bennett
Sent: Wednesday, October 10, 2007 10:17 PM
Hi All,
But if you edit the EDIT-LIST verb in your VOC and replace
ED SAVEDLISTS
with
UV.VI SAVEDLISTS
EDIT-LIST runs VI to edit your list.
cheers,
Craig
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

  



--
Craig Bennett

Director
Amajuba Pty Ltd

Phone: 02 9987 0161
Mobile: 0412448781
Fax: 02 8456 5943
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [UV] Using VI instead of ED for EDIT-LIST

2007-10-10 Thread Craig Bennett

Hi All,

just a quick trick I discovered today:

I like editing savedlists using EDIT-LIST but I hate using ED.

UV.VI SAVEDLISTS listname

Works fine but typing SAVEDLISTS is tedious.

But if you edit the EDIT-LIST verb in your VOC and replace

ED SAVEDLISTS

with

UV.VI SAVEDLISTS

EDIT-LIST runs VI to edit your list.


cheers,


Craig
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/