rst syntax file: grid tables not handled

2007-05-11 Thread Alan G Isaac
The rst syntax file of 2006-04-19 does not recognize the end of grid tables. Is there an update that fixes this? Thank you, Alan Isaac

Re: Tables.

2006-05-22 Thread cga2000
On Sat, May 20, 2006 at 04:08:01PM EDT, Thomas Adam wrote: --- Hari Krishna Dara [EMAIL PROTECTED] wrote: It is a text browser like lynx, but does a better job of formatting tables and others. From my man page, the homepage should be: Of which I find 'Elinks' to do an even better job

Re: Tables.

2006-05-22 Thread Hari Krishna Dara
On Tue, 23 May 2006 at 12:51am, cga2000 wrote: On Sat, May 20, 2006 at 04:08:01PM EDT, Thomas Adam wrote: --- Hari Krishna Dara [EMAIL PROTECTED] wrote: It is a text browser like lynx, but does a better job of formatting tables and others. From my man page, the homepage should

Re: Tables.

2006-05-22 Thread cga2000
On Sat, May 20, 2006 at 12:09:20AM EDT, Hari Krishna Dara wrote: [..] If you have links installed, you can do this easily with the -dump option. Here is a quick idea: function! HtmlToTxt() write let filename = expand('%') pedit %.txt wincmd p setl bufhidden=delete

Re[2]: Tables.

2006-05-21 Thread Alan G Isaac
On Sun, 21 May 2006, Gary apparently wrote: Some very basic markup language that provides headers, paragraphs, lists, and tables and that could be easily translated to html, pdf, postscript, and simple text would be well-adapted to my needs. http://docutils.sourceforge.net/rst.html http

Re: Tables.

2006-05-20 Thread cga2000
language that supports tables might not be preferable in the long run. What I mean by this is that it might be a little more difficult to start off with but might provide more control and facilities and end up being a more portable solution. html would be an obvious

Re: Tables.

2006-05-19 Thread Benji Fisher
On Thu, May 18, 2006 at 10:08:53PM -0400, cga2000 wrote: I was wondering if another approach such as using a markup language that supports tables might not be preferable in the long run. What I mean by this is that it might be a little more difficult to start off with but might provide more

Re: Tables.

2006-05-19 Thread cga2000
On Fri, May 19, 2006 at 08:22:40AM EDT, Benji Fisher wrote: On Thu, May 18, 2006 at 10:08:53PM -0400, cga2000 wrote: I was wondering if another approach such as using a markup language that supports tables might not be preferable in the long run. What I mean by this is that it might

Re: Tables.

2006-05-19 Thread Gary Johnson
On 2006-05-19, cga2000 [EMAIL PROTECTED] wrote: On Fri, May 19, 2006 at 08:22:40AM EDT, Benji Fisher wrote: On Thu, May 18, 2006 at 10:08:53PM -0400, cga2000 wrote: I was wondering if another approach such as using a markup language that supports tables might not be preferable

Re: Tables.

2006-05-19 Thread Hari Krishna Dara
(my file of example vim functions): http://www.vim.org/script.php?script_id=72 Thanks. Will play with that too. I was wondering if another approach such as using a markup language that supports tables might not be preferable in the long run. What I mean by this is that it might be a little

Re: Tables.

2006-05-18 Thread Benji Fisher
On Wed, May 17, 2006 at 07:50:08PM -0700, Suresh Govindachar wrote: cga2000 wrote: But I was not thinking of these tab stops.. more in the line of typewriter stuff, I guess. Creating an imap involving the following operations might do the job: ---set up the typewriter

Re: Tables.

2006-05-18 Thread Benji Fisher
On Wed, May 17, 2006 at 04:52:50PM -0400, cga2000 wrote: Does vim provide any form of native support for drawing tables? I have tried a couple of plugins and they don't seem to play well with my setup, presumably because I have temporarily switched my locale back from UTF-8 to en_US (due

Re: Tables.

2006-05-18 Thread Hari Krishna Dara
On Thu, 18 May 2006 at 8:23am, Benji Fisher wrote: On Wed, May 17, 2006 at 07:50:08PM -0700, Suresh Govindachar wrote: cga2000 wrote: But I was not thinking of these tab stops.. more in the line of typewriter stuff, I guess. Creating an imap involving the following

Re: Tables.

2006-05-18 Thread cga2000
On Thu, May 18, 2006 at 01:55:03PM EDT, Hari Krishna Dara wrote: On Thu, 18 May 2006 at 8:23am, Benji Fisher wrote: On Wed, May 17, 2006 at 07:50:08PM -0700, Suresh Govindachar wrote: cga2000 wrote: But I was not thinking of these tab stops.. more in the line of

Re: Tables.

2006-05-18 Thread 'cga2000'
On Wed, May 17, 2006 at 10:50:08PM EDT, Suresh Govindachar wrote: cga2000 wrote: But I was not thinking of these tab stops.. more in the line of typewriter stuff, I guess. Creating an imap involving the following operations might do the job: ---set up the typewriter

Re: Tables.

2006-05-18 Thread cga2000
On Thu, May 18, 2006 at 02:36:05AM EDT, Stano Sitar wrote: cga2000 napsal(a): The functionalities I had in mind would probably do something like this: 1. Assist text entry by letting you define tab stops, 2. Let you select a column of text and justify it, 3. Provide some means of

Re: Tables.

2006-05-18 Thread cga2000
/script.php?script_id=72 Thanks. Will play with that too. I was wondering if another approach such as using a markup language that supports tables might not be preferable in the long run. What I mean by this is that it might be a little more difficult to start off with but might provide more control

Re: Tables.

2006-05-17 Thread A.J.Mechelynck
cga2000 wrote: Does vim provide any form of native support for drawing tables? I have tried a couple of plugins and they don't seem to play well with my setup, presumably because I have temporarily switched my locale back from UTF-8 to en_US (due to problems with other applications that do

Re: Tables.

2006-05-17 Thread cga2000
On Wed, May 17, 2006 at 05:13:46PM EDT, A.J.Mechelynck wrote: cga2000 wrote: Does vim provide any form of native support for drawing tables? I have tried a couple of plugins and they don't seem to play well with my setup, presumably because I have temporarily switched my locale back from

RE: Tables.

2006-05-17 Thread Suresh Govindachar
cga2000 wrote: But I was not thinking of these tab stops.. more in the line of typewriter stuff, I guess. Creating an imap involving the following operations might do the job: ---set up the typewriter style tab-stops--- let twtabs=[3, 5, 10, 28, 40, 58] ---then imap