- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cut and paste into reflection hpterm tabs problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 03:07 AM
12-11-2001 03:07 AM
how can I get rid of the tabs problem when cutting and pasting text from hpterm to hpterm.
I'm sure you know the problem.. looks like this:
hpt1
a
b
c
d
e
hpt2 (after paste into vi session)
a
----b
--------c
------------d
----------------e
I realise the ITRC will delete tabs and spaces,
so the ---- represents the tab indent
Later,
Bill
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 03:09 AM
12-11-2001 03:09 AM
Re: cut and paste into reflection hpterm tabs problem
-Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 03:10 AM
12-11-2001 03:10 AM
Re: cut and paste into reflection hpterm tabs problem
-MAdhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 03:18 AM
12-11-2001 03:18 AM
Re: cut and paste into reflection hpterm tabs problem
-Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 03:19 AM
12-11-2001 03:19 AM
Re: cut and paste into reflection hpterm tabs problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 03:22 AM
12-11-2001 03:22 AM
Re: cut and paste into reflection hpterm tabs problem
but not identical to the window it came from.
ie it's a problem of formating, there are tabs added to hpterm2 insertion.
I though there was some tabs command, or stty tabs xyz
that fixed it but forgot the fix in a .profile oh so long ago..
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 03:59 AM
12-11-2001 03:59 AM
SolutionI get this problem when cutting & pasting perl scripts / C code. Setting noautoindent works in my case.
Cheers,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 05:30 AM
12-11-2001 05:30 AM
Re: cut and paste into reflection hpterm tabs problem
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2001 05:38 AM
12-11-2001 05:38 AM
Re: cut and paste into reflection hpterm tabs problem
most of times I use "ed" for cut & paste; but Steven's set autoindent off should do the trick within vi
good luck,
Thierry.