Tuesday, September 8, 2015

Re: Abridged summary of vim_use@googlegroups.com - 4 updates in 2 topics

Marco,  belatedly, I realize I should have given much more info about this than I did.  From vim, I use a function to start a bash script that allows me to take a screenshot of the current area of interest, save it as a file, and generates the html <img tag code for that file.

So the only issue for me here was how to get vim to automatically read the generated img tag into the buffer I'm working in.  Originally I did this through the clipboard, had my vim function wait until the clipboard content changed, at which it completed by pasting the clipboard register into the buffer.
But I had the fatal idea that, with an autocommand to read the <img tag into the buffer, and rewriting my bash script in a perpetual while loop so that it would always hang waiting for me to take a screenshot, all I would ever need to do was drag the rectangle for each screenshot, everything else would be automatic.

I really appreciate your help but my original clipboard method works very well and I have returned to it.  I apologize for essentially wasting your time here.


On Sun, Sep 6, 2015 at 10:53 PM, <vim_use@googlegroups.com> wrote:
Paul <Paul.Domaskis@gmail.com>: Sep 06 11:48PM

Why is "Capability" a key word? I haven't been able to find
evidence that it is a key word in an SQL dialect.
...more
porphyry5 <gl00637@gmail.com>: Sep 06 08:08AM -0700

On Friday, September 4, 2015 at 11:50:56 AM UTC-7, porphyry5 wrote:
 
> What am I missing?
 
> --
 
> Graham Lawrence
 
Thank you both, Marco and Ben Fritz, for your info. I had interpreted ...more
Marco <marco.prado.bs@gmail.com>: Sep 06 02:59PM -0300

Excerpts from porphyry5's message of 2015-09-06 12:08:18 -0300:
 
> > Graham Lawrence
 
> Thank you both, Marco and Ben Fritz, for your info. I had interpreted FileChangedShell to mean that if I ...more
Christian Brabandt <cblists@256bit.org>: Sep 06 09:42PM +0200

Hi Marco!
 
On So, 06 Sep 2015, Marco wrote:
 
 
> FILE="$1"
 
> TIME=$(ls --full-time $FILE | sed 's/\s\+/ /g' | cut -d ' ' -f 6,7,8)
 
> while : ; do
...
> sleep 1
...more
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to vim_use+unsubscribe@googlegroups.com.



--
Graham Lawrence

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment