help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

table-capture, table-release: how to get a better "filling" job done?


From: David Combs
Subject: table-capture, table-release: how to get a better "filling" job done?
Date: 21 Apr 2010 01:37:54 -0400

 table-capture, table-release, etc:

---With these 5 lines as the "source" text,

Property Name, Type, Default Value, Description

aclinherit, String, secure, Controls how ACL entries are inherited when files 
and directories are created.

aclinherit, String, secure, Controls how ACL entries are inherited when files 
and directories are created.

aclmode, String, group mask, Controls how an ACL entry is modified during a 
chmod operation.

atime, Boolean, on, Controls whether the access time for files is updated when 
they are read.


----- Here's what I got:


+-------------+-------+-------+---------------------------+
|Property     |Type   |Default|Description                |
|Name         |       |Value  |                           |
+-------------+-------+-------+---------------------------+
|aclinherit   |String |secure |Controls                   |
|             |       |       |how ACL                    |
|             |       |       |entries are                |
|             |       |       |inherited                  |
|             |       |       |when files                 |
|             |       |       |and                        |
|             |       |       |directories                |
|             |       |       |are                        |
|             |       |       |created.                   |
+-------------+-------+-------+---------------------------+
|aclinherit   |String |secure |Controls                   |
|             |       |       |how ACL                    |
|             |       |       |entries are                |
|             |       |       |inherited                  |
|             |       |       |when files                 |
|             |       |       |and                        |
|             |       |       |directories                |
|             |       |       |are                        |
|             |       |       |created.                   |
+-------------+-------+-------+---------------------------+
|aclmode      |String |group  |Controls                   |
|             |       |mask   |how an ACL                 |
|             |       |       |entry is                   |
|             |       |       |modified                   |
|             |       |       |during a                   |
|             |       |       |chmod                      |
|             |       |       |operation.                 |
+-------------+-------+-------+---------------------------+
|atime        |Boolean|on     |Controls                   |
|             |       |       |whether the                |
|             |       |       |access time                |
|             |       |       |for files                  |
|             |       |       |is updated                 |
|             |       |       |when they                  |
|             |       |       |are read.                  |
+-------------+-------+-------+---------------------------+

Which is really pretty cool.

Questions: 

1: how to make the table wider, say 90 chars wide?

2: how to it to do a better "fill" job on that text in the fourth
   column?   Would be even neater if it got that right!

Thanks!

David





reply via email to

[Prev in Thread] Current Thread [Next in Thread]