Re: paragraph object issue

2013-08-06 Fir de Conversatie Benjamin R. Haskell

On Tue, 6 Aug 2013, Dimitar DIMITROV wrote:


Hi all,

If you open the latest vim (vim -nNX -u NONE) and insert these lines:

.jpg  01;35
.jpeg 01;35
.gif  01;35
.bmp  01;35
.pbm  01;35
.pgm  01;35
.ppm  01;35


With no filetype, a paragraph is defined by the 'paragraphs' setting.  The 
'.pp' beginning the above line is treated as one of the `nroff` macros that typically starts a paragraph.



[...]

then go to the top (gg) and try vap...
There is an issue


Not an issue.  Just a weird historical default.

For more info, see:
:help paragraph

--
Best,
Ben

--
--
You received this message from the vim_dev 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_dev group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: paragraph object issue

2013-08-06 Fir de Conversatie Ben Fritz
On Tuesday, August 6, 2013 11:21:02 AM UTC-5, Benjamin R. Haskell wrote:
 On Tue, 6 Aug 2013, Dimitar DIMITROV wrote:
 
 
 
  Hi all,
 
  
 
  If you open the latest vim (vim -nNX -u NONE) and insert these lines:
 
  
 
  .jpg  01;35
 
  .jpeg 01;35
 
  .gif  01;35
 
  .bmp  01;35
 
  .pbm  01;35
 
  .pgm  01;35
 
  .ppm  01;35
 
 
 
 With no filetype, a paragraph is defined by the 'paragraphs' setting.  The 
 
 '.pp' beginning the above line is treated as one of the `nroff` macros that 
 typically starts a paragraph.
 
 

Am I missing something? To my knowledge even WITH a filetype, a paragraph is 
defined by the 'paragraphs' setting.

-- 
-- 
You received this message from the vim_dev 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_dev group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: paragraph object issue

2013-08-06 Fir de Conversatie Benjamin R. Haskell

On Tue, 6 Aug 2013, Ben Fritz wrote:


On Tuesday, August 6, 2013 11:21:02 AM UTC-5, Benjamin R. Haskell wrote:

On Tue, 6 Aug 2013, Dimitar DIMITROV wrote:


Hi all,



If you open the latest vim (vim -nNX -u NONE) and insert these lines:

.jpg  01;35
.jpeg 01;35
.gif  01;35
.bmp  01;35
.pbm  01;35
.pgm  01;35
.ppm  01;35


With no filetype, a paragraph is defined by the 'paragraphs' setting. 
The '.pp' beginning the above line is treated as one of the `nroff` 
macros that typically starts a paragraph.




Am I missing something? To my knowledge even WITH a filetype, a 
paragraph is defined by the 'paragraphs' setting.




Touché.  You're right.  I always assumed something else took over, 
seeing as how selecting paragraphs in other filetypes ever does 
something useful.


At :help paragraph, I see also A paragraph begins after each empty 
line, and also at each of a set of paragraph macros (The ones in the 
'paragraphs' setting.)  So, everywhere else it works for me, it's really 
just using the blank lines.


--
Best,
Ben H

--
--
You received this message from the vim_dev 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_dev group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: paragraph object issue

2013-08-06 Fir de Conversatie Gary Johnson
On 2013-08-06, Dimitar DIMITROV wrote:
 Hi all,
 
 If you open the latest vim (vim -nNX -u NONE) and insert these lines:
 
 .jpg  01;35
...
 .emf  01;35
 
 then go to the top (gg) and try vap...
 There is an issue

:set paragraphs=
gg
vap

No issue.

:help 'paragraphs'
:help paragraph

Regards,
Gary

-- 
-- 
You received this message from the vim_dev 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_dev group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: paragraph object issue

2013-08-06 Fir de Conversatie Christian Brabandt
Hi Benjamin!

On Di, 06 Aug 2013, Benjamin R. Haskell wrote:

 On Tue, 6 Aug 2013, Ben Fritz wrote:
 
 On Tuesday, August 6, 2013 11:21:02 AM UTC-5, Benjamin R. Haskell wrote:
 On Tue, 6 Aug 2013, Dimitar DIMITROV wrote:
 
 Hi all,
 
 If you open the latest vim (vim -nNX -u NONE) and insert these lines:
 
 .jpg  01;35
 .jpeg 01;35
 .gif  01;35
 .bmp  01;35
 .pbm  01;35
 .pgm  01;35
 .ppm  01;35
 
 With no filetype, a paragraph is defined by the 'paragraphs'
 setting. The '.pp' beginning the above line is treated as one of
 the `nroff` macros that typically starts a paragraph.
 
 
 Am I missing something? To my knowledge even WITH a filetype, a
 paragraph is defined by the 'paragraphs' setting.
 
 
 Touché.  You're right.  I always assumed something else took over,
 seeing as how selecting paragraphs in other filetypes ever does
 something useful.
 
 At :help paragraph, I see also A paragraph begins after each empty
 line, and also at each of a set of paragraph macros (The ones in
 the 'paragraphs' setting.)  So, everywhere else it works for me,
 it's really just using the blank lines.

I started working on a patch, so that you could specify a paragraph as a 
regular expression. But it is still unfinished work. I haven't had time 
to finish it yet though.

regards,
Christian
-- 
Wie man sein Kind nicht nennen sollte: 
  Reiner Lös 

-- 
-- 
You received this message from the vim_dev 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_dev group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: paragraph object issue

2013-08-06 Fir de Conversatie Dimitar DIMITROV
 Hi all,

 If you open the latest vim (vim -nNX -u NONE) and insert these lines:

 .jpg  01;35
 .jpeg 01;35
 .gif  01;35
 .bmp  01;35
 .pbm  01;35
 .pgm  01;35
 .ppm  01;35

With no filetype, a paragraph is defined by the 'paragraphs' setting.  The
'.pp' beginning the above line is treated as one of the `nroff` macros that 
typically starts a paragraph.

 [...]

 then go to the top (gg) and try vap...
 There is an issue

Not an issue.  Just a weird historical default.

Indeed, I was editing my ~/.dir_colors and it surprised me.
I should only use these defaults for nroff files, otherwise :se para=
Cheers

For more info, see:
:help paragraph


Dimitar Dimitrov

-- 
-- 
You received this message from the vim_dev 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_dev group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.