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

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 > 494

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 co

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 A.J.Mechelynck
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 directly into the vim. Selecting "view sou

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 wa

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 i

RE: copy pasting HTML code into vim

2007-04-06 Thread Timothy Adams
aju S 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 dec

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 h

RE: copy pasting HTML code into vim

2007-04-06 Thread Timothy Adams
This is a clipboard thing - windows for instance copies stuff in many forms and pastes it in the form most acceptable to the receiving app - plaintext for vim, html/rtf for a word processor... Dunno if there's a way for vim to say "gimme html". I would try looking at your browser. In firefox, f

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 vim

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 v

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 th