Re: copy pasting HTML code into vim

2007-04-10 Thread Jürgen Krämer
Hi, A.J.Mechelynck wrote: Kamaraju S Kusumanchi wrote: Let's say I open up a webpage, select some text and paste it into vim. Then all I see in vim is the text I see on the browser. While this is OK most of the times, sometimes I wish there is a way to paste the actual HTML code

Re: copy pasting HTML code into vim

2007-04-10 Thread Jürgen Krämer
Hi, me wrote: actually, the selected HTML code might be available from the clipboard. E.g., both Firefox and Internet Explorer put it there in multiple formats. The following are lists of the available formats after copying from FF and IE, respectively: 49161: DataObject 49422:

Re: copy pasting HTML code into vim

2007-04-10 Thread fREW
On 4/10/07, Jürgen Krämer [EMAIL PROTECTED] wrote: Hi, me wrote: actually, the selected HTML code might be available from the clipboard. E.g., both Firefox and Internet Explorer put it there in multiple formats. The following are lists of the available formats after copying from FF and

Re: copy pasting HTML code into vim

2007-04-07 Thread Kamaraju Kusumanchi
Quoting Sartak [EMAIL PROTECTED]: There's a Firefox extension named Extended Copy Menu which adds Copy As Html and Copy As Plain Text options to the right-click menu. Shawn M Moore Thanks. Exactly what I was looking for. raju

RE: copy pasting HTML code into vim

2007-04-06 Thread Gene Kwiecinski
Let's say I open up a webpage, select some text and paste it into vim. Then all I see in vim is the text I see on the browser. While this is OK most of the times, sometimes I wish there is a way to paste the actual HTML code directly into the vim. Selecting view source of the webpage and then

Re: copy pasting HTML code into vim

2007-04-06 Thread Reid Thompson
Gene Kwiecinski wrote: Let's say I open up a webpage, select some text and paste it into vim. Then all I see in vim is the text I see on the browser. While this is OK most of the times, sometimes I wish there is a way to paste the actual HTML code directly into the

Re: copy pasting HTML code into vim

2007-04-06 Thread Reid Thompson
Reid Thompson wrote: Gene Kwiecinski wrote: Let's say I open up a webpage, select some text and paste it into vim. Then all I see in vim is the text I see on the browser. While this is OK most of the times, sometimes I wish there is a way to paste the actual HTML code directly into the

RE: copy pasting HTML code into vim

2007-04-06 Thread Timothy Adams
. *tim* -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Kamaraju S Kusumanchi Sent: Thursday, April 05, 2007 11:15 PM To: vim@vim.org Subject: copy pasting HTML code into vim Let's say I open up a webpage, select some text and paste it into vim. Then all I see

RE: copy pasting HTML code into vim

2007-04-06 Thread Gene Kwiecinski
In Firefox, you can select some part of the text, right-click on it and one of the options is view selection source - like view source but the relevant piece of it is already selected. That's a decent way of replacing find-next in the source view. Ooh, ooh, what he said... I'm so in the habit of

RE: copy pasting HTML code into vim

2007-04-06 Thread Timothy Adams
Kusumanchi Subject: RE: copy pasting HTML code into vim In Firefox, you can select some part of the text, right-click on it and one of the options is view selection source - like view source but the relevant piece of it is already selected. That's a decent way of replacing find-next in the source

RE: copy pasting HTML code into vim

2007-04-06 Thread Kamaraju S Kusumanchi
Gene Kwiecinski wrote: In Firefox, you can select some part of the text, right-click on it and one of the options is view selection source - like view source but the relevant piece of it is already selected. That's a decent way of replacing find-next in the source view. Wow! This is indeed

Re: copy pasting HTML code into vim

2007-04-06 Thread Dudley Fox
On 4/6/07, Kamaraju S Kusumanchi [EMAIL PROTECTED] wrote: Gene Kwiecinski wrote: In Firefox, you can select some part of the text, right-click on it and one of the options is view selection source - like view source but the relevant piece of it is already selected. That's a decent way of

copy pasting HTML code into vim

2007-04-05 Thread Kamaraju S Kusumanchi
Let's say I open up a webpage, select some text and paste it into vim. Then all I see in vim is the text I see on the browser. While this is OK most of the times, sometimes I wish there is a way to paste the actual HTML code directly into the vim. Selecting view source of the webpage and then